Azure side configuration

Overview

Azure Application is a cloud computing service provided by Microsoft Azure. It offers a platform for developing, deploying, and managing various applications and services.

Create an Application

Once you have successfully logged into your Azure account, you can register your application by following the steps below:

  1. Access your Azure Enterprises application login page.

  2. Click on "New Application."

  1. Select the option "Create your own application."

  2. Enter the desired name for your application.

  1. Choose "Integrate any other application you don't find in the gallery (Non-Gallery).

  2. Click on "Create" to proceed.

Configure new registered application properties:

To configure the application properties:

  1. Go to the Azure portal and sign in using one of the roles listed in the prerequisites.

  2. Browse to Azure Active Directory > Enterprise applications. All application pane opens and displays a list of the applications in your Azure AD tenant. Search for and select the application that you want to use.

  3. In the Manage section, select Properties to open the properties' pane for editing.

  4. Configure the properties for your application, such as logo, terms and services, URL, and many more.

Certificates and Secrets

  1. From the Manage section, click Certificates and Secrets.

  1. Click New Client Secret.

  1. Add the client secrete.

Once you add the secret, you get the value of the application to the secret ID.

Mapping of MangoApps with Power BI

To log in to MangoApps as an admin and configure the Power BI integration, follow these steps:

  1. Sign in to MangoApps with your admin credentials.

  2. Navigate to the Integration section and select "Power BI Application."

  3. Within the Settings tab, enter the following details:

    • Application Secret: Access the Azure Application > Certificates and Secrets > Your application (you can find the client secret value there).

    • Tenant ID: Go to the Azure Application > Overview (you can find the tenant ID there).

    • Application ID: Go to the Azure Application > Overview (you can find the application ID there).

  4. Click on "Save Settings" to save the entered information.

  5. To verify the authentication settings, click "Test Authentication."

Refer to the Video: Configure Azure Application.

Last updated