skip to Main Content

Logging Azure Function

Is there a way to view logging of my Azure Function App without the use of Application Insights? Can I write the logging of my Function app to a separate file that I can view? (edit) If so, how? Edit:…

VIEW QUESTION

Azure Application Insights | KQL | Get exception details

We are using Azure application Insights for error logging. I am new to KQL and trying to fetch custom properties from inbuilt "customDimensions" column in the following format, Data in "customDimensions" column { "File Name":"Sample File 1", "Correlation ID":"e33a8d45-0566-4bf2-94f8-54a6fec29bff", "Error…

VIEW QUESTION
Back To Top
Search