Add the .NET Microservices Agent to Your Azure Solution

Use the NuGet package manager to browse the nuget.org package source and install the AppDynamics.Agent.Azure.AppService.Windows package to your Azure solution in Visual Studio.
Note: For details about managing NuGet packages, see the https://learn.microsoft.com/en-us/visualstudio/?view=vs-2022 for your version of Visual Studio.

The AppDynamics.Agent.Azure.AppService.Windows package installation prompts you as follows:

  1. The installer may ask you to verify your changes.
    If so, click OK.
  2. Click I accept to agree to the terms of the license.
  3. In the Solution Explorer, select the AppDynamicsConfig.json file.
  4. Enter the connection information for your Controller in the area on the left, in JSON format.
    For example:
    {
    "controller": {
    "host": "PUT_YOUR_VALUE_HERE",
    "port": 0,
    "account": "PUT_YOUR_VALUE_HERE",
    "password": "PUT_YOUR_VALUE_HERE",
    "ssl": false,
    "enable_tls12": false
    },
    "application": {
    "name": "PUT_YOUR_VALUE_HERE"
    }
    }