Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
In this article, you'll use the Azure portal to:
Note
You can enable the Application Insights Profiler for .NET for Azure Functions apps on the App Service plan.
An Azure Functions app. Verify your Functions app is on the App Service plan.
Linked to an Application Insights resource. Make note of the connection string.
App Setting | Value |
---|---|
APPLICATIONINSIGHTS_CONNECTION_STRING | Unique value from your App Insights resource. |
APPINSIGHTS_PROFILERFEATURE_VERSION | 1.0.0 |
DiagnosticServices_EXTENSION_VERSION | ~3 |
From your Functions app overview page in the Azure portal:
Under Settings, select Environment variables, verify the APP_INSIGHTS_CONNECTION_STRING
setting is included in the settings list.
Select New application setting.
Copy the App Setting and its Value from the table above and paste into the corresponding fields.
Leave the Deployment slot setting blank for now.
Click OK.
Click Save in the top menu, then Continue.
The app settings now show up in the table:
Note
You can also enable the .NET Profiler using:
Learn how to...
Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowTraining
Certification
Microsoft Certified: Azure Developer Associate - Certifications
Build end-to-end solutions in Microsoft Azure to create Azure Functions, implement and manage web apps, develop solutions utilizing Azure storage, and more.
Documentation
Enable Application Insights Profiler for .NET for Azure App Service apps in Windows - Azure Monitor
Profile live apps on Azure App Service with Application Insights Profiler for .NET.
Configure Application Insights Profiler for .NET - Azure Monitor
Use the Application Insights Profiler for .NET settings pane to see the Profiler status and start profiling sessions
Troubleshoot Application Insights Profiler for .NET - Azure Monitor
Walk through troubleshooting steps and information to enable and use Application Insights Profiler for .NET.