Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Next »

To discover Azure DNS data for multiple subscriptions by enabling Multi-subscription discovery during Azure 3rd Party Provider creation, the credentials associated with the provider should have the all the necessary permissions to fetch data across subscriptions. This section explains the configuration required for multi-subscription Discovery.

Create Azure app registration and credentials:

Complete the following steps to create required credentials:

  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 assign required permissions to the App:

  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.

  • No labels