How to Upload Certificates in Azure
This section provides information about how to upload certificates in Azure portal.
Follow these steps:
- Log into the Azure portal.
- To navigate to the App registrations page, do one of the following:
- From the left pane, select Azure Active Directory, and then click App registrations.
- Search for App registrations in the search bar, and then select App registrations.
- On the Arcserve- App registrations page, click New registration.
- On the Register an application page, do the following, and then click Register:
- Name - Enter a name for the application.
- Supported account types - Select the Accounts in this organizational directory only (Arcserve only – Single tenant) option.
- Copy and save the Application ID for future use.
- From the left pane, to edit the manifest within the web portal, click Manifest.
- A web-based manisfest editor appears with a JSON file.
- In the JSON file, under the requiredResourceAccess section, append the following code snippet within the braces, and then save the file.
- Navigate to Certificates & Secrets, click Upload certificate, browse your existing certificate [.cer file], and then click Add.
- On the left pane, select API permissions, and then click Grant Admin Consent for <tenant name>.
- A confirmation message appears.
- Click Yes.
- The admin consent is added successfully for the required permissions.
- 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.
- Log out of the Azure portal.
"requiredResourceAccess": [
{
"resourceAppId": "00000002-0000-0ff1-ce00-000000000000",
"resourceAccess": [
{
"id": "dc50a0fb-09a3-484d-be87-e023b12c6440",
"type": "Role"
}
]
}
],