To correctly push your logs to Application Insights, follow this guide: learn.microsoft.com/en-us/azure/azure-functions/dotnet-isolated-process-guide#application-insights Honestly, I've been tinkering on Azure Functions since recent videos, assuming they'd be similar as our regular .NET projects. Unfortunately, I don't find it a great developer experience... I've lost a lot of time on configuring these, trying to get my logs in ApplicationInsights, accepting form-data, trying to get appsettings.json and Serilog to work etc. to have to undo it all afterwards...
To correctly push your logs to Application Insights, follow this guide: learn.microsoft.com/en-us/azure/azure-functions/dotnet-isolated-process-guide#application-insights
Honestly, I've been tinkering on Azure Functions since recent videos, assuming they'd be similar as our regular .NET projects. Unfortunately, I don't find it a great developer experience...
I've lost a lot of time on configuring these, trying to get my logs in ApplicationInsights, accepting form-data, trying to get appsettings.json and Serilog to work etc. to have to undo it all afterwards...