You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The .cs file also includes the ILogger interface, which provides support for logging events to an Application Insights resource. You can send tracing information to Application Insights and store that information alongside the trace information from your workflows
From my testing this doesn't seem to be the case out of the box and I cannot find any other documentation around this.
My Logic App logs information to AppInsights but the ILogger calls inside C# code don't appear to log anything at this time.
Plan Type
Standard
Steps to Reproduce the Bug or Issue
Create a Logic App with custom code
Use ILogger (Information, Error etc)
See if those logs show up in LogAnalytics or AppInsights
Workflow JSON
Screenshots or Videos
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the Bug
The documentation (https://learn.microsoft.com/en-us/azure/logic-apps/create-run-custom-code-functions#write-your-code) describes the ability to use ILogger to, and I quote :
From my testing this doesn't seem to be the case out of the box and I cannot find any other documentation around this.
My Logic App logs information to AppInsights but the ILogger calls inside C# code don't appear to log anything at this time.
Plan Type
Standard
Steps to Reproduce the Bug or Issue
Create a Logic App with custom code
Use ILogger (Information, Error etc)
See if those logs show up in LogAnalytics or AppInsights
Workflow JSON
Screenshots or Videos
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: