Skip to content

Commit f84dccf

Browse files
committed
Small edits
1 parent 2819c71 commit f84dccf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/storage/common/multiple-identity-scenarios.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Configure passwordless connections between multiple services
33
titleSuffix: Azure Storage
4-
description: Learn to work with user-assigned managed identities to configure passwordless connections between multiple Azure services.
4+
description: Learn to work with managed identities to configure passwordless connections between multiple Azure services.
55
services: storage
66
author: alexwolfmsft
77
ms.service: azure-storage
@@ -55,7 +55,7 @@ The following steps demonstrate how to configure an app to use a system-assigned
5555

5656
1. Toggle the **Status** setting to **On** to enable a system assigned managed identity for the service.
5757

58-
:::image type="content" source="media/enable-system-assigned-identity.png" alt-text="Screenshot showing how to assign a system assigned managed identity." :::
58+
:::image type="content" source="media/enable-system-assigned-identity.png" alt-text="Screenshot showing how to assign a system-assigned managed identity." :::
5959

6060
### Assign roles to the managed identity for each connected service
6161

@@ -310,7 +310,7 @@ Although the apps in the previous example all shared the same service access req
310310
311311
:::image type="content" source="media/multiple-managed-identities-small.png" lightbox="media/multiple-managed-identities.png" alt-text="Diagram showing multiple user-assigned managed identities.":::
312312
313-
To configure this setup in your code, ensure your application registers separate service clients to connect to each storage account or database. Make sure to pull in the correct managed identity client IDs for each service when configuring `DefaultAzureCredential`. The following code sample configures these Azure service connections:
313+
To configure this setup in your code, ensure your application registers separate service clients to connect to each storage account or database. Reference the correct managed identity client IDs for each service when configuring `DefaultAzureCredential`. The following code sample configures these Azure service connections:
314314
315315
* Two connections to separate storage accounts using a shared user-assigned managed identity
316316
* A connection to Azure Cosmos DB and Azure SQL services using a second shared user-assigned managed identity

0 commit comments

Comments
 (0)