try.directtry.direct

How to deploy to Azure Cloud

Browse all available clouds

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

  1. Sign in to your Azure Account through the Azure portal.
  2. In the search box type app registrations.
  3. Select App registrations from the search results.
  4. Click View All, if you do not see the respective application.
  5. 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:

  1. Sign in to your Azure Account through the Azure portal.
  2. In the search box type app registrations.
  3. Select App registrations from the search results.
  4. Click View All, if you do not see the respective application.
  5. Click on the appropriate application.
  6. Click on the Certificate & secret menu on the left.
  7. Click on New client secret.
  8. Generate a new key and save it in the secure place as it won't be displayed any more.

3) AZURE_TENANT_ID

  1. Sign in to your Azure Account through the Azure portal.
  2. Select Azure Active Directory.
  3. Select Properties.
  4. Copy the Directory ID to get your tenant ID.

4) AZURE_SUBSCRIPTION_ID

  1. Sign in to your Azure Account through the Azure portal.
  2. In the search box type subscription.
  3. Select Subscription from the search results.
  4. Find the appropriate subscription and see your Azure subscription GUID.

5) Create an Azure Active Directory application

  1. Sign in to your Azure Account through the Azure portal.
  2. Select Azure Active Directory.
  3. Select App registrations.
  4. Select New registration.
  5. 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.
  6. To access resources in your subscription, you must assign the application to a role. (Azure documentation)
  7. To assign a role at the subscription scope, select All services and Subscriptions.
  8. Select the particular subscription to assign the application to.
  9. 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.
  10. Select Access control (IAM).
  11. Select Add role assignment.
  12. 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.
  13. Click Save.
  14. Then proceed with the steps 1 and 2 to get relevant credentials.

For additional information please visit documentation or contact TryDirect support.