When using the latest version of the Application Insights(AI) SDK (at time of writing: 2.4.1) in code via NuGet, is the AI extension also needed on the web app extension list in Azure ?
2 Answers
1
votes
1
votes
You may either install the Application Insights SDK via NuGet, aka build time, or enable the Application Insights site extension through the Azure Portal, aka run time.
If you do both, the Application Insights site extension will not work even though it is turned on.
You can refer to the Azure Monitor documentation on Application Insights for more information.
