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.
The AppDynamics.Agent.Azure.AppService.Windows package installation prompts you as follows:
- The installer may ask you to verify your changes.
If so, click OK.
- Click I accept to agree to the terms of the license.
- In the Solution Explorer, select the AppDynamicsConfig.json file.
- 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"
}
}