Skip to content

Commit c552f3e

Browse files
committed
Updated app registration
1 parent 538a5bb commit c552f3e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/active-directory/develop/quickstart-register-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ Your app is integrated with the Microsoft identity platform by registering it wi
5151

5252
1. When finished, select **Register**.
5353

54-
![Shows the screen to register a new application in the Azure portal](../media/quickstart-add-azure-ad-app-preview/new-app-registration.png)
54+
![Shows the screen to register a new application in the Azure portal](./media/quickstart-add-azure-ad-app-preview/new-app-registration.png)
5555

5656
Azure AD assigns a unique application, or client, ID to your app. The portal opens your application's **Overview** page. To add capabilities to your application, you can select other configuration options including branding, certificates and secrets, API permissions, and more.
5757

58-
![Example of a newly registered app overview page](../media/new-app-overview-page-expanded.png)
58+
![Example of a newly registered app overview page](./media/quickstart-add-azure-ad-app-preview/new-app-overview-page-expanded.png)
5959

6060
## Next steps
6161

articles/key-vault/secrets/key-rotation-log-monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Azure AD assigns a unique application, or client, ID to your app. The portal ope
107107

108108
To add capabilities to your application, you can select other configuration options including branding, certificates and secrets, API permissions, and more.
109109

110-
![Example of a newly registered app overview page](./media/quickstart-add-azure-ad-app-preview/new-app-overview-page-expanded.png)
110+
![Example of a newly registered app overview page](../media//new-app-overview-page-expanded.png)
111111

112112
Before you establish any calls from your application into the key vault, you must tell the key vault about your application and its permissions. The following command uses the vault name and the **Application (client) ID** from your Azure Active Directory app to grant the application **Get** access to your key vault.
113113

0 commit comments

Comments
 (0)