You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/confidential-ledger/manage-azure-ad-token-based-users.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ The following client libraries are available to manage users:
27
27
28
28
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.
:::image type="content" source="./media/ledger-properties.png" alt-text="A screenshot showing ledger properties in the Azure portal.":::
31
31
32
32
Replace instances of `contoso` and `https://contoso.confidential-ledger.azure.com` in the following code snippets with the respective values from the Azure portal.
Copy file name to clipboardExpand all lines: articles/confidential-ledger/manage-certificate-based-users.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ The following client libraries are available to manage users:
25
25
26
26
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.
27
27
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.":::
29
29
30
30
Replace instances of `contoso` and `https://contoso.confidential-ledger.azure.com` in the following code snippets with the respective values from the Azure portal.
31
31
@@ -347,4 +347,4 @@ main().catch((err) => {
347
347
## Next steps
348
348
349
349
-[Create a client certificate](create-client-certificate.md)
0 commit comments