Configuration of Microsoft Entra Application in Azure Portal
  • 15 May 2024
  • 1 Minute to read

Configuration of Microsoft Entra Application in Azure Portal


Article summary

In this Article

Microsoft Entra ID is created and onboarded with the appropriate permissions via Partner Center to facilitate the configuration of Purchase and Subscription Management, Private Offers, Insights, Onboarding Data, Payouts, and Co-sell functionalities through SaaSify into the Azure Marketplace.

Roles required:

  1. Azure Management Portal – Application Developer

Creating Microsoft Entra Application

Follow the below steps to create a Microsoft Entra Application in Azure Portal:

  1. Log in to Azure Portal

  2. Click Microsoft Entra ID menu option.

  3. Click App registrations from the left menu to get to the list of existing Microsoft Entra applications

  4. Click + New registration button in the toolbar to start creating a new Microsoft Entra application.

  5. Provide the Name for the application. For Example: <Customer Company Name>- SaaSify App for Azure Marketplace

  6. Select the option – Accounts in this organizational directory only (<Company Name> – Single tenant)

  7. Click Register

  8. Go to Overview and record Application (client) ID and Directory (tenant) ID as this detail would be used to create a Seller Account in SaaSify

By following the outlined steps, you would have successfully created a Microsoft Entra Application.

Assigning API Permissions to the Microsoft Entra Application

Once the Microsoft Entra Application is created, you need to make sure that the required API permissions are assigned to the application. To assign the API Permissions, follow the below steps:

  1. Select API permissions from left menu of the Application

  2. Click + Add a permission

  3. Click on APIs my organization uses tab

  4. Search and Add for the following permissions:

    1. Copy the following application ID: fa3d9a0c-3fb0-42cc-9193-47c7ecd2edbd and then paste it into the search bar.

      1. Click on Microsoft Partner Center and Select the checkbox – user_impersonation

      2. Click Add Permissions to successfully save the permission.

  5. Click + Add a permission

  6. Click on APIs my organization uses tab

  7. Search and Add for the following permissions:

    1. Copy the following application ID: 4990cffe-04e8-4e8b-808a-1175604b879f and then paste it into the search bar.

      1. Click on Microsoft Dev Center and Select the checkbox – user_impersonation

      2. Click Add Permissions to successfully save the permission.

  8. Click on Grant admin consent and confirm Yes.

    Note:

    Microsoft Dev Center permission is represented as Microsoft Partner in Azure Portal.

Therefore, you would have finished assigning the necessary permissions to the Microsoft Entra Application.

AMP Setup and Configuration

Please click here to redirect to the video demonstration of the Azure Marketplace Setup and Configuration.

Next Step