You can use the Windows Azure Portal to add the Azure Site Extension to your Azure App Service web app. Azure Site Extension is used by Ops teams that may not have access to source files, or would not like to modify or recompile them, yet still want to monitor their Azure projects and solutions.
To install the for Windows Azure Site Extension, you need:
If you are upgrading from a previous version, see Upgrade the Cisco AppDynamics Azure Site Extension.
Add the Azure Site extension as you would any site extension for any Azure web app.
Browse to your web app. To configure the Java Agent using environment variables, add the environment variables before you install the Azure Site Extension. See Configure the agent using environment variables.
There are two options to configure the Java Agent to connect to the Controller:
See Agent-to-Controller Connections.
When you add the Azure Site Extension to your web app, you can interactively configure the Java Agent using the Kudu Console.
http://{web app}.scm.azurewebsitesJava/appdynamics/
https://myazureexample.scm.azurewebsitesJava/appdynamics/
mycompany.saas.appdynamics.com
443
MyAccount
<your access key from the Controller UI>
MyAzureApp
Configuring the Java Agent using environment variables allows for unattended configuration. To configure agents, add the environment variables before you install the Azure Site Extension:
APPDYNAMICS_AGENT_ACCOUNT_ACCESS_KEY
: A unique key associated with the Controller account.APPDYNAMICS_CONTROLLER_HOST_NAME
: The hostname of the APPDYNAMICS_CONTROLLER_SSL_ENABLED
: Set it to True
to enable SSL connection to the Controller. Otherwise set it to False
.APPDYNAMICS_AGENT_ACCOUNT_NAME
: The account name you use to log on to the Controller.APPDYNAMICS_AGENT_ACCOUNT_ACCESS_KEY
: The account key you use to log on the Controller.APPDYNAMICS_AGENT_APPLICATION_NAME
: The business application name in the Controller.APPDYNAMICS_AGENT_TIER_NAME
: The tier name in the Controller.APPDYNAMICS_AGENT_NODE_NAME
: The node name in the Controller.When you click the Extensions tab for your web app, the Microsoft Azure Portal displays the currently installed version of the Azure Site Extension. The Update Available column of the installed extensions list indicates if there is a more recent minor release of the Java Agent available. If so, you can click to update the extension from the list.
maintains major release versions of the Java Agent as separate site extensions. Therefore, you must uninstall the installed version of the
Azure Site Extension before you upgrade to a new major release: