Skip to content

Commit ce99427

Browse files
committed
Review
1 parent c042346 commit ce99427

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

articles/purview/create-service-principal-azure.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: athenadsouza
66
ms.service: purview
77
ms.subservice: purview-data-catalog
88
ms.topic: how-to
9-
ms.date: 09/15/2021
9+
ms.date: 12/02/2022
1010
# Customer intent: As an Azure AD Global Administrator or other roles such as Application Administrator, I need to create a new service principal, in order to register an application in the Azure AD tenant.
1111
ms.custom: ignite-fall-2021
1212
---
@@ -19,10 +19,10 @@ You can create a new or use an existing service principal in your Azure Active D
1919

2020
1. Navigate to the [Azure portal](https://portal.azure.com).
2121
2. Select **Azure Active Directory** from the left-hand side menu.
22-
:::image type="content" source="media/create-service-principal-azure/create-service-principal-azure-aad.png" alt-text="Screenshot that shows the link to the Azure Active Directory":::
22+
:::image type="content" source="media/create-service-principal-azure/create-service-principal-azure-aad.png" alt-text="Screenshot that shows the link to the Azure Active Directory.":::
2323

2424
3. Select **App registrations** and **+ New registration**
25-
:::image type="content" source="media/create-service-principal-azure/create-service-principal-azure-new-reg.png" alt-text="Screenshot that shows the link to New registration":::
25+
:::image type="content" source="media/create-service-principal-azure/create-service-principal-azure-new-reg.png" alt-text="Screenshot that shows the link to New registration.":::
2626

2727
4. Enter a name for the **application** (the service principal name).
2828

@@ -31,36 +31,36 @@ You can create a new or use an existing service principal in your Azure Active D
3131
6. For **Redirect URI** select **Web** and enter any URL you want; it doesn't have to be real or work.
3232

3333
7. Then select **Register**.
34-
:::image type="content" source="media/create-service-principal-azure/create-service-principal-azure-register.png" alt-text="Screenshot that shows the details for the new app registration":::
35-
:::image type="content" source="media/create-service-principal-azure/create-service-principal-azure-new-app.png" alt-text="Screenshot that shows the newly created application":::
34+
:::image type="content" source="media/create-service-principal-azure/create-service-principal-azure-register.png" alt-text="Screenshot that shows the details for the new app registration.":::
35+
:::image type="content" source="media/create-service-principal-azure/create-service-principal-azure-new-app.png" alt-text="Screenshot that shows the newly created application.":::
3636

3737
## Adding a secret to the client credentials
3838

3939
1. Select the app from the **App registrations**
40-
:::image type="content" source="media/create-service-principal-azure/create-service-principal-azure-app-select.png" alt-text="Screenshot that shows the app for registration":::
40+
:::image type="content" source="media/create-service-principal-azure/create-service-principal-azure-app-select.png" alt-text="Screenshot that shows the app for registration".:::
4141

4242
2. Click on the **Add a certificate or secret**
43-
:::image type="content" source="media/create-service-principal-azure/create-service-principal-azure-add-secret.png" alt-text="Screenshot that shows the app ":::
43+
:::image type="content" source="media/create-service-principal-azure/create-service-principal-azure-add-secret.png" alt-text="Screenshot that shows the app.":::
4444

4545
3. Click on the **+ New client secret** under **Client secrets**
46-
:::image type="content" source="media/create-service-principal-azure/create-service-principal-azure-new-client-secret.png" alt-text="Screenshot that shows the client secret menu":::
46+
:::image type="content" source="media/create-service-principal-azure/create-service-principal-azure-new-client-secret.png" alt-text="Screenshot that shows the client secret menu.":::
4747

4848
4. Provide a **Description** and set the **Expires** for the secret
49-
:::image type="content" source="media/create-service-principal-azure/create-service-principal-azure-secret-desc.png" alt-text="Screenshot that shows the client secret details":::
50-
:::image type="content" source="media/create-service-principal-azure/create-service-principal-azure-client-secret.png" alt-text="Screenshot that shows the client secret":::
49+
:::image type="content" source="media/create-service-principal-azure/create-service-principal-azure-secret-desc.png" alt-text="Screenshot that shows the client secret details.":::
50+
:::image type="content" source="media/create-service-principal-azure/create-service-principal-azure-client-secret.png" alt-text="Screenshot that shows the client secret.":::
5151

5252
5. Copy the value of **Client credentials** from **Overview**
53-
:::image type="content" source="media/create-service-principal-azure/create-service-principal-azure-client-cred.png" alt-text="Screenshot that shows the app Overview":::
53+
:::image type="content" source="media/create-service-principal-azure/create-service-principal-azure-client-cred.png" alt-text="Screenshot that shows the app Overview.":::
5454

5555
## Adding the secret to the key vault
5656

5757
1. Navigate to your **Key vault**
58-
:::image type="content" source="media/create-service-principal-azure/create-service-principal-azure-key-vault.png" alt-text="Screenshot that shows the Key vault":::
58+
:::image type="content" source="media/create-service-principal-azure/create-service-principal-azure-key-vault.png" alt-text="Screenshot that shows the Key vault.":::
5959

6060
2. Select **Settings** --> **Secrets** --> **+ Generate/Import**
61-
:::image type="content" source="media/create-service-principal-azure/create-service-principal-azure-generate-secret.png" alt-text="Screenshot that options in the Key vault":::
61+
:::image type="content" source="media/create-service-principal-azure/create-service-principal-azure-generate-secret.png" alt-text="Screenshot that options in the Key vault.":::
6262

6363
3. Enter the **Name** of your choice and **Value** as the **Client secret** from your Service Principal
64-
:::image type="content" source="media/create-service-principal-azure/create-service-principal-azure-sp-secret.png" alt-text="Screenshot that shows the Key vault to create a secret":::
64+
:::image type="content" source="media/create-service-principal-azure/create-service-principal-azure-sp-secret.png" alt-text="Screenshot that shows the Key vault to create a secret.":::
6565

6666
4. Select **Create** to complete

0 commit comments

Comments
 (0)