How to get Azure API credentials - Client ID, Client Secret, Tenant ID and Subscription ID
https://youtu.be/WygwzN9FfMQ
|
Prerequisite step |
Reference topics
|
1 |
Register at Cloudsnoze.com as a first step, then logon to your Azure
portal account to get information you need to populate your subscription page.
|
For instructions, see Portal.azure.com
|
2 |
Get your Azure subscription ID.
The subscription ID is a GUID that uniquely identifies your subscription to use Azure services.
|
- Log on to the Azure portal.
- In the left navigation panel, click Subscriptions. The list of your subscriptions is displayed along with the subscription ID.
|
3 |
Ensure that you have the required permissions to create an application
in Azure Active Directory (AAD).
|
|
For instructions, see Check Azure Active Directory permissions in the Microsoft documentation.
|
4 |
Create an AAD application. In a text editor (such as Notepad), copy the name of
the application and label it as Application Name.
|
|
For instructions, see Create an Azure Active Directory application in the Microsoft documentation.
|
5 |
Get the Application ID and generate an authentication key for this application.
In a text editor (such as Notepad), copy the name of the Application ID and label it as Client ID. Copy the authentication key string to the text editor, and label the string as Client Secret Key.
|
|
For instructions, see Get application ID and authentication key in the Microsoft documentation.
|
6 |
Get the Tenant ID, which is the ID of the AAD directory in which you created the application.
In a text editor (such as Notepad), copy the ID and label it as Tenant ID.
About Tenants
A Tenant is representative of an organization within Azure Active Directory.
It is a dedicated instance of the Azure AD service. An AAD tenant is required for defining an application and for assigning permissions so the application can make
use of other Azure services' REST APIs.
|
|
For instructions, see Get tenant ID in the Microsoft documentation.
|
7 |
Assign contributor role to the application. |
- In the left pane of the Azure portal menu, select Subscriptions.
- Select your subscription.
- Select the Access Control (IAM) tab.
- Add your application.
- Assign the Contributor role to the application.
For details, see Assign application to role in the Microsoft documentation.
|
Share This News