How to install .NET agent on Azure app services?

How to install .NET agent on Azure app services?

You can track the performance of your .NET and .NET Core web app's key metrics like response time, throughput, and Apdex score via the APM Insight .NET agent hosted in Azure App Services.

Installing APM Insight extension via Azure portal
1. Log in to portal.azure.com and navigate to your web app listed in the App Services tab. 
 


2.  Authenticate the APM Insight .NET agent by providing the licensing key. To obtain the license key, log in to your Applications Manager and Navigate to  APM tab -> Add Monitor -> .NET Agent > License key -> Copy License key. 


3. Copy the license key from the Applications Manager portal and add an app setting key value for the license key & AppManagaer URL in the App Settings tab.
Quote
S247_LICENSE_KEY= [Your license key]
APMINSIGHT_HOST=[Applications Manager URL]
For Example: 
Quote
S247_LICENSE_KEY=APMI_a8569**********************************************6c
APMINSIGHT_HOST=https://apmhost:8443



4. Now, navigate to the Extensions tab in Azure App Services and click Add




5. Select the extension APM Insight .NET Agent based on your application platform.




6. Accept the license agreement for installing the agent 



7. Once you've added the extension, restart your Azure App Service to start monitoring the application. 



                  New to ADSelfService Plus?

                    • Related Articles

                    • How to Install .NET agent on AWS Elastic Beanstalk?

                      One of the two options listed below can be used to install APM Insight agent onto a .NET web application hosted in Elastic Beanstalk environment via ebextensions. Deployment through AWS kit for Visual Studio. Deployment via uploading packages to AWS ...
                    • How to add an APM Insight Node.js agent in Kubernetes via InitContainers?

                      To integrate the APM Insight Node.js agent into your Kubernetes applications using InitContainers, follow the steps given below: Step 1: Create an empty volume that will be used to copy the agent files during the initContainers process. Example: ...
                    • How to add an APM Insight Python agent in Kubernetes via InitContainers?

                      Adding the APM Insight Python agent via init containers in Kubernetes enables the seamless integration of performance monitoring for Python applications, ensuring efficient tracking and analysis of application behavior within the Kubernetes ...
                    • Microsoft Azure - FAQ

                      1. What happens to the Azure monitor in Applications Manager when you delete any of the supported services from the Azure portal? When a resource is deleted in Azure portal, the monitor status depends on the 'Action on Deleted Resources' option. ...
                    • How to Install .NET agent via command line

                      Follow the instructions given below to install APM Insight .Net agent via command line: Download APM Insight .NET agent (apminsight-dotnetagent.msi)  here. Navigate to the path where you have downloaded the msi file and execute the following command: ...