How to get Azure Credentials Parameters

Create application in Azure Active Directory
  • Login into your azure account

  • Select Azure Active directory in the left sidebar

  • Click on App registrations

  • Click + Add

  • Enter the application name, select application type(web app/api) and sign-on-url

  • Click on create button

Get Subscription ID
  • Login into your azure account

  • Select Subscriptions in the left sidebar

  • Select whichever subscription is needed

  • Click on overview

  • Copy the Subscription ID

Get Tenant ID
  • Login into your azure account

  • Select azure active directory in the left sidebar

  • Click properties

  • Copy the directory ID

Get Client ID
  • Login into your azure account

  • Select azure active directory in the left sidebar

  • Click Enterprise applications

  • Click All applications

  • Select the application which you have created

  • Click Properties

  • Copy the Application ID

Get Client secret
  • Login into your azure account

  • Select azure active directory in the left sidebar

  • Click App registrations

  • Select the application which you have created

  • Click on All settings

  • Click on Keys

  • Type Key description and select the Duration

  • Click save

  • Copy and store the key value