How to Upload Certificates in Azure

This section provides information about how to upload certificates in Azure portal.

Follow these steps:

  1. Log into the Azure portal.
  2. To navigate to the App registrations page, do one of the following:
  3. On the Arcserve- App registrations page, click New registration.
  4. On the Register an application page, do the following, and then click Register:
  5. Copy and save the Application ID for future use.
  6. From the left pane, to edit the manifest within the web portal, click Manifest.
  7. A web-based manisfest editor appears with a JSON file.
  8. In the JSON file, under the requiredResourceAccess section, append the following code snippet within the braces, and then save the file.
  9. "requiredResourceAccess": [

    ],

  10. Navigate to Certificates & Secrets, click Upload certificate, browse your existing certificate [.cer file], and then click Add.
  11. On the left pane, select API permissions, and then click Grant Admin Consent for <tenant name>.
  12. A confirmation message appears.
  13. Click Yes.
  14. The admin consent is added successfully for the required permissions.
  15. Assign the Global/Company Administrator role to the AzureAD App. For more information, see How to Assign Global/Company Administrator role to the AzureAD App.
  16. Log out of the Azure portal.