skip to Main Content

Azure Functions isolated logging

I am currently writing an Azure Function and had a look into the documentation of Azure Function. This documentation suggest to remove the default rule for application insights: https://learn.microsoft.com/en-us/azure/azure-functions/dotnet-isolated-process-guide?tabs=windows#managing-log-levels The rest of your application continues to work with ILogger and…

VIEW QUESTION

Ubuntu – azure function responding with 503 or 502 error after some intervals

I have an azure function deployed which is giving this exception as follows: [![Unable to reload azure.functions. Using default. Exception: cannot import name 'BlobSource' from 'azure.functions.decorators' (/azure-functions-host/workers/python/3.9/LINUX/X64/azure/functions/decorators/init.py)][1]][1] Along with the above exception, I am keep getting 502 or 503 error…

VIEW QUESTION
Back To Top
Search