Skip to content

Commit fd02e53

Browse files
committed
Updates
1 parent d5752d4 commit fd02e53

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/confidential-ledger/manage-azure-ad-token-based-users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The following client libraries are available to manage users:
2727

2828
Get the confidential ledger's name and the identity service URI from the Azure portal as it is needed to create a client to manage the users. This image shows the appropriate properties in the Azure portal.
2929

30-
:::image type="content" source="./media/ledger-properties.png" alt-text="Ledger Properties":::
30+
:::image type="content" source="./media/ledger-properties.png" alt-text="A screenshot showing ledger properties in the Azure portal.":::
3131

3232
Replace instances of `contoso` and `https://contoso.confidential-ledger.azure.com` in the following code snippets with the respective values from the Azure portal.
3333

articles/confidential-ledger/manage-certificate-based-users.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The following client libraries are available to manage users:
2525

2626
Get the confidential ledger's name and the identity service URI from the Azure portal; it will be needed to create a client to manage the users. The image shows the appropriate properties in the Azure portal.
2727

28-
:::image type="content" source="./media/ledger-properties.png" alt-text="Screenshot showing ledger properties in the Azure portal":::
28+
:::image type="content" source="./media/ledger-properties.png" alt-text="A screenshot showing ledger properties in the Azure portal.":::
2929

3030
Replace instances of `contoso` and `https://contoso.confidential-ledger.azure.com` in the following code snippets with the respective values from the Azure portal.
3131

@@ -347,4 +347,4 @@ main().catch((err) => {
347347
## Next steps
348348

349349
- [Create a client certificate](create-client-certificate.md)
350-
- [Manage AAD token-based users](manage-azure-ad-token-based-users.md)
350+
- [Manage Azure AD token-based users](manage-azure-ad-token-based-users.md)

0 commit comments

Comments
 (0)