-
Create application in Azure Active Directory: * Log on to the Microsoft Azure console.Goto Azure Active Directory -> App Regisrations .
* Click New application registration and provide "Name" (A name for the application (e.g. My_Azure_Connector)), "Application Type" (Select Web app/API), "Sign-on URL" (Enter any valid URL (e.g. https://localhost/azure_con))
* Click Create. The newly created app appears in the list of applications. Copy the Application ID and Directory ID for config file.
-
Provide permission to the new application to access the Windows Azure Service Management API and create a secret key:
- Navigate to Azure Active Directory -> App Regisrations and select the application that you created and go to API permissions under Manage Section.
- Click Add a permission > Azure Service Management API and click Select.
- Click Delegated Permissions, and select user_impersonation and then click Add Permissions.
- Select the application that you created and go to Certificates & secrets and click on New client secret under Client secrets.
- Add a description and expiry duration for the key and click Save.
- The value of the key appears in the Value field. Copy the key value at this time. You won’t be able to retrieve it later. Paste the key value as Authentication Key into the connector details.
-
Attach role (Reader Role) to the application created in step1: