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
As a PowerShell developer, I write most of my Azure functions in PowerShell and rely on the Application Insights auto-instrumentation agent. while migrating my application to Azure Functions on Containers Apps, I discovered that solution does not support this useful feature
Is there a plan to support auto-instrumentation agent or do I have to instrument my code using Application Insights SDKs?
Best option would be to have native support for Application Insights auto-instrumentation agent
Alternate solution would be to develop / implement another way to collect traces from my Azure functions
Thank you.
The text was updated successfully, but these errors were encountered:
My Azure function is configured with an environment variable referencing my Application Insights instrumentation key
I was expecting the same behavior as Azure Function (just provide the instrumentation Key / Connection string) but it's not as simple with OpenTelemetry. I will have a look at the rest of this article.
confirmed, my implementation of Application Insights is not in fault. The same container with same environment variables is fully functionnal on Azure Function consumption plan and Azure Function with Docker container. So this issue is not related to Azure Funtion on Azure Container Apps.
As a PowerShell developer, I write most of my Azure functions in PowerShell and rely on the Application Insights auto-instrumentation agent. while migrating my application to Azure Functions on Containers Apps, I discovered that solution does not support this useful feature
Is there a plan to support auto-instrumentation agent or do I have to instrument my code using Application Insights SDKs?
Best option would be to have native support for Application Insights auto-instrumentation agent
Alternate solution would be to develop / implement another way to collect traces from my Azure functions
Thank you.
The text was updated successfully, but these errors were encountered: