Configure the Agent Using Environment Variables

You can use environment variables to configure the .NET Agent for unattended configuration.

To configure .NET Agents, add the environment variables before you install the Splunk AppDynamics Azure Site Extension:

  1. Navigate to SETTINGS > Application Settings for your web app.
  2. Add the .NET Agent environment variables under App settings:
    • appdynamics.controller.hostName: address for the Controller
    • appdynamics.controller.port: Controller port
    • appdynamics.agent.accountName: account name you use to log in to the Controller.
    • appdynamics.agent.accountAccessKey: account key you use to log in to the Controller.
    • appdynamics.agent.applicationName: business application name in the Controller.
    • appdynamics.controller.ssl.enabled: set to True to enable SSL connection to the Controller; otherwise set to False .
    • appdynamics.proxy.hostName: name of the proxy host.
    • appdynamics.proxy.authDomain: (Windows only) domain name of the proxy server.
    • appdynamics.proxy.port: port number of the proxy.
    • appdynamics.proxy.authName: name of the user who connects to the proxy.
    • appdynamics.proxy.authPassword: password of the user who connects to the proxy.
    • appdynamics.enable.tls12: set to True to enable transport layer security (TLS) 1.2; otherwise set to False.
  3. Restart your web app.
    After you apply some load to your web app, you can view it on flow maps in the Controller UI.