Versions Compared

Key

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

...

Configuring Azure CSP in Aquila Clouds

To configure Azure CSP in Aquila Clouds, perform the following tasks:

Table of Contents
maxLevel2

Creating an CSP app registration for Aquila Clouds

You can create an app registration in azure partner center portal for an Azure CSP environment for
Aquila Clouds.

  1. Login to the Azure Partner center console.

  2. From the navigation pane, select App registrations and select New registration.

  3. On the Register an application page, enter the following details:
    o Name: Type name for registering Aquila Clouds on Azure. For instance, type Aquila
    Clouds.

  4. Click Register.
    Partner center portal creates an app registration for Aquila Clouds.

Adding secrets and generating a secret key for Aquila Clouds

You can add secret and generate a secret key for Aquila Clouds to access consumption using App
created in above steps.

  1. From the navigation pane, select Certificates & secrets.

  2. On the Client secrets page, click + New client secret.

  3. Type the required description and set the duration for expiry of the client secret.

  4. Click Add. Azure saves the new secret and generates a key value.

  5. Copy the key value and save it.
    This Application Access key is required for adding Azure CSP environment in Aquila Clouds.
    Check if all required permissions in Azure AD console for created App
    Azure Active Directory Graph
    Directory.AccessAsUser.All
    Directory.Read.All
    User.Read
    Microsoft Graph
    User.Read
    Microsoft Partner Center
    user_impersonation

...