Register the Application

Register the Exchange Online app with Microsoft Azure Active Directory (AD).

When you finish registering the app, record the Application ID and Directory ID. When you finish creating the client secret, record it. You will need to enter these values when you add an Exchange Online app.

To improve performance and to minimize throttling, you can register multiple apps. For example, for an Exchange Online app that has 2,500 mailboxes, register 5 apps. Every time an additional 1,000 mailboxes are added, register 1 additional app.

Note

Disclaimer: You perform these steps in the Microsoft Azure Active Directory web application, which is subject to change without notice.

Procedure

  1. Log on to the Azure portal (https://portal.azure.com/) using your global admin user account.

  2. Go to Azure Active Directory.

  3. In the navigation pane, click App registrations.

    The App registrations page appears.

  4. Click New registration.

    The Register an application screen appears.

  5. In the Name box, type a name for the app.

  6. Under Supported account types, select Accounts in this organizational directory only (tenant_prefix - Single tenant).

  7. To verify the status of the app and to authorize the app from the Command Center, under Redirect URI, enter the Command Center URL.

    For example, enter https://host_name.domainname.com/commandcenter.

  8. Click Register.

  9. Copy and paste the following values in a document that you can access later:

    • Application ID

    • Directory ID

    You will enter these values in the Commvault software when you complete the Office 365 guided setup.

  10. In the navigation pane, click API permissions.

    The app API permissions page appears.

  11. Click Add a permission.

    The Request API permissions dialog box appears.

  12. Click Microsoft Graph.

    The Request API permissions dialog box appears.

  13. Click Application permissions.

    The permissions list appears.

  14. Select the following permissions:

    • Directory: Directory.Read.All

    • Group: Group.ReadWrite.All

  15. Click Add permissions.

    The app API permissions page appears.

  16. Click Add a permission.

    The Request API permissions dialog box appears.

  17. At the bottom of the page, under Supported legacy APIs, click Exchange.

    The permission types appear.

  18. Click Application permissions.

    The permissions list appears.

  19. Select full_access_as_app, and then click Add permissions.

    The app API permissions page appears.

  20. Click the Grant admin consent for tenant_name button.

    A confirmation dialog box appears.

  21. Click Yes.

    A message appears that says admin consent is granted for the requested permissions.

  22. In the navigation pane, click Certificates & secrets.

    The Certificates & secrets page appears.

  23. Click New client secret.

    The Add a client secret dialog box appears.

  24. Enter a description, and then select the maximum value.

  25. Click Add.

  26. Copy and paste the client secret value in a document that you can access later.

    Note

    You will enter this value in the Command Center when you complete the Office 365 guided setup.

Loading...