The Proxy needs permission to automatically discover nodes in Microsoft Azure. To set this permission, the Proxy requires an azure_config.json file, which contains the credentials to sign HTTP requests to Azure. Without this information, you may receive an authentication error in the Application Connector proxy.
installing Application Connector Proxy, create a new text file named azure_config.json, and add these four variables:
1 2 3 4 5 6 { "TENANT":"your tenant ID", "AZURE_SUBSCRIPTION_ID":"your azure subscription ID", "CLIENT_ID":"client or application ID", "APPLICATION_SECRET":"client or application secret (service principle)" }
Your Azure environment should now be ready to deploy Application Connector.