It provides software as a service (SaaS), platform as a service (PaaS) and infrastructure as a service (IaaS) and supports many different programming languages, tools and frameworks, including both Microsoft-specific and third-party software and systems.
Get Azure Credentials
If you don't have AZURE_CLIENT_ID and AZURE_CLIENT_SECRET, please go to the point 5) Create an Azure Active Directory application or check the Azure documentation
1) AZURE_CLIENT_ID
- Sign in to your Azure Account through the Azure portal.
- In the search box type app registrations.
- Select App registrations from the search results.
- Click View All, if you do not see the respective application.
- Find the appropriate application and see your Azure application ID.
2) AZURE_CLIENT_SECRET
If you have a secret key that has been already stored, please copy it. Otherwise to generate a new one, please follow the steps:
- Sign in to your Azure Account through the Azure portal.
- In the search box type app registrations.
- Select App registrations from the search results.
- Click View All, if you do not see the respective application.
- Click on the appropriate application.
- Click on the Certificate & secret menu on the left.
- Click on New client secret.
- Generate a new key and save it in the secure place as it won't be displayed any more.
3) AZURE_TENANT_ID
- Sign in to your Azure Account through the Azure portal.
- Select Azure Active Directory.
- Select Properties.
- Copy the Directory ID to get your tenant ID.
4) AZURE_SUBSCRIPTION_ID
- Sign in to your Azure Account through the Azure portal.
- In the search box type subscription.
- Select Subscription from the search results.
- Find the appropriate subscription and see your Azure subscription GUID.
5) Create an Azure Active Directory application
- Sign in to your Azure Account through the Azure portal.
- Select Azure Active Directory.
- Select App registrations.
- Select New registration.
- Provide a name and URL for the application. Select Web app / API for the type of application you want to create. After setting the values, select Create.
- To access resources in your subscription, you must assign the application to a role. (Azure documentation)
- To assign a role at the subscription scope, select All services and Subscriptions.
- Select the particular subscription to assign the application to.
- If you don't see the subscription you're looking for, select global subscriptions filter. Make sure the subscription you want is selected for the portal.
- Select Access control (IAM).
- Select Add role assignment.
- Select Contributor as a Role. In Find field, select "Azure AD user, group, or service principal". In the Select field, type name of your application.
- Click Save.
- Then proceed with the steps 1 and 2 to get relevant credentials.
For additional information please visit documentation or contact TryDirect support.