Microsoft Azure Integration

Synchronize with Microsoft Azure to automatically import your People from M365.

Microsoft Azure Sync

Panel can sync with Microsoft Azure to import People objects.

Microsoft takes a different approach to cloud sync permissions than Google. As an Azure administrator, you will create a new Azure App Registration in your Microsoft cloud to allow Panel to pull your Azure user information.

After creating the App Registration in Azure, you will copy several fields from the new App Registration to Panel. This will grant Panel the ability to pull Azure users in for use in Panel as People.

Create New Azure App Registration

  1. Begin by logging into Azure Portal as an Azure Administrator: http://portal.azure.com

  2. From the Azure Portal, navigate to App Registrations (this may take you directly there)

  3. Click the “+ New registration” button

  4. Enter a Name for the new registration:

    1. Consider something simple like “allow Panel to read users”.

    2. Leave Supported account type as “Accounts in this organizational directory only”.

    3. You can leave Redirect URI blank. At the bottom, click Register

    4. Click Register

  5. Once created, select Certificates & secrets from the left navigation

    1. Create a new client secret via the “+ New client secret” button

    2. For Description, add “Panel access”

    3. For Expires, list 24 months

    4. Click Add

  6. IMMEDIATELY copy the “Value” displayed and save it to Notepad or some other file where you have access - you will lose visibility to this and not be able to get it back

  7. Navigate to API Permissions on the left

    1. Click the “+ Add a permission” button

    2. Select “Microsoft Graph”

    3. Choose “Application Permissions”

    4. Type (or search for) “User.Read.All”

    5. Check the box for the User.Read.All permission

    6. Click “Add permission”

       
  8. Click the Grant Admin Consent button above the listed permissions

  9. On the left-hand navigation menu, return to the Overview page

  10. Along with the Secret Value that you saved earlier, you now have all of the information you need

If you forgot to save or if you lose the Value for your Client secret, don’t panic! You can simply delete your old secret and recreate a new one.

 

You will need to build a new Secret when the existing secret expires, and Panel will remind you if a Secret expires.

Enter Azure Cloud information into Panel

  1. In Panel, click the “Add Azure Sync Settings” button

  2. For “Client ID”, find the “Application (client) ID” of the Azure App registration process you built (under Overview in the Azure app)

  3. For “Secret ID”, paste the secret you copied from Step 6 of the Azure App registration process

  4. Click Save

  5. Ready to sync with Azure!