Skip to content

Commit d01582d

Browse files
(AzureCXP) Fix for GitHub Issue 52393
Update #Get data using the Azure Active Directory reporting API with certificates section for GitHub Issue - 52393 ------- cc: @MARKUSVI
1 parent d2ac92c commit d01582d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory/reports-monitoring/tutorial-access-api-with-certificates.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ In this tutorial, you learn how to use a test certificate to access the MS Graph
6262

6363
1. Navigate to the [Azure portal](https://portal.azure.com), select **Azure Active Directory**, then select **App registrations** and choose your application from the list.
6464

65-
2. Select **Settings** > **Keys** and select **Upload Public Key**.
65+
2. Select **Certificates & secrets** under **Manage** section on Application registration blade and select **Upload Certificate**.
6666

67-
3. Select the certificate file from the previous step and select **Save**.
67+
3. Select the certificate file from the previous step and select **Add**.
6868

69-
4. Note the Application ID, and the thumbprint of the certificate you just registered with your application. To find the thumbprint, from your application page in the portal, go to **Settings** and click **Keys**. The thumbprint will be under the **Public Keys** list.
69+
4. Note the Application ID, and the thumbprint of the certificate you just registered with your application. To find the thumbprint, from your application page in the portal, go to **Certificates & secrets** under **Manage** section. The thumbprint will be under the **Certificates** list.
7070

7171
5. Open the application manifest in the inline manifest editor and replace the *keyCredentials* property with your new certificate information using the following schema.
7272

0 commit comments

Comments
 (0)