How to Onboard Microsoft Azure Account
Step 1: Create an App Registration

Step 2: Give API permissions to App Registration
1. Search for all the above permissions listed below and add it to the created app.
2. Grant admin consent for the default directory.

Step 3: Attach a custom built Role with Below role definition to the app for Subscription
Step 4: Create a client secret for the App

Step 5: Copy Required Credentials
1. Copy Client ID and Tenant ID

2. Copy Client Secret

3. Copy the Subscription ID

Last updated