Azure / Azure-Functions

1.11k stars 195 forks source link

App Insights and Instrumentation Key #2421

Open hiloalerouge opened 10 months ago

hiloalerouge commented 10 months ago

Please describe the documentation request or issue. Be as specific as possible.

Documentation about the function apps mentions the instrumentation key. https://learn.microsoft.com/en-us/azure/azure-functions/configure-monitoring?tabs=v2#enable-application-insights-integration

Furthermore, Distributed tracing for the Durable Function seems to need instrumentation key as well image

Scale controller logs do not work with the connection string, only with the instrumentation key image

However, it is recommended to migrate to the connection string. https://learn.microsoft.com/en-us/azure/azure-monitor/app/migrate-from-instrumentation-keys-to-connection-strings

Is it a documentation issue or an issue in the function app sdk?

bhagyshricompany commented 10 months ago

Thanks for reporting will check and update.Thanks