Follow the steps below to install and configure the APM Insight Java Agent in your Azure App Service environment:
Open the apminsight.conf file in any text editor and include the following keys:
Example:
To learn more about the configurations, visit our Configuration Guide page.
Add the following JVM argument in the App Settings page, located under Settings → Environment variables from the left pane of your WebApp.
If using Tomcat server, please add the Key "CATALINA_OPTS" and Value as
If using Jetty server, please add the Key "JAVA_OPTIONS" and Value as

Note:
Thank you for your feedback!
It allows us to track crucial metrics such as response times, resource utilization, error rates, and transaction performance. The real-time monitoring alerts promptly notify us of any issues or anomalies, enabling us to take immediate action.
Reviewer Role: Research and Development