Connect the .NET Agent to the Controller

You can connect your Azure Function apps to your Controller using the Kudu Console.

  1. Navigate to the Splunk AppDynamics Controller Configuration page in the Kudu Console:http://{web app}.scm.azurewebsites.net/appdynamics/.
    For example: https://myazureexample.scm.azurewebsites.net/appdynamics/
  2. On the Controller Configuration page, enter your Controller connection information.
    For example:
    • Controller Host: mycompany.saas.appdynamics.com
    • Port: 443
    • Enable SSL: selected
    • Account Name: MyAccount
    • Acccess Key: <string>
    • Application Name: MyAzureApp
  3. Click Validate to test the connection to the Controller and save your settings.
  4. Restart your function app.