Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Create Azure app registration and credentials:

Complete the following steps to To create required credentials, do the following:

  1. Go to the App registrations.

  2. Click New Registration. Specify the Name, select appropriate Supported account types and click Register.

  3. After creating the App, go to Certificates & Secrets section, under the client secrets tab and click New Client Secret. Specify the Description and Choose the Expiry time and click Add.

  4. Copy the value under Value field which is the Client Secret.

  5. Get the Tenant ID and Client ID  from the Overview section of the App.

Assign Permissions the App

Complete the following steps to To assign required permissions to the App, do the following:

  1. Navigate to the Subscription for which we want to assign permissions.

  2. Go to Access Control (IAM) section and click Add > Add Role Assignment. Select the Role to be assigned and click Next.

  3. Select Assign access to User, group, or service principal  and click Select Members and search for the app created in the section Create Azure app registration and credentials and select the app.

  4. Click review and assign.

  5. Repeat the above steps to assign permissions to all the subscriptions.