Skip to content

Commit 5aa3495

Browse files
author
ecfan
committed
Clarity edits
1 parent 270e9dd commit 5aa3495

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/logic-apps/authenticate-with-managed-identity.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ For an Azure key vault, you also have the option to create an access policy for
542542

543543
### Assign role-based access to a managed identity using the Azure portal
544544

545-
To use a managed identity for authentication, some Azure resources, such as Azure storage accounts, require that you assign that identity to a role that has the appropriate permissions on the target resource. Other Azure resources, such as Azure key vaults, require that you [create an access policy that has the appropriate permissions on the target resource for that identity](#azure-portal-access-policy).
545+
To use a managed identity for authentication, some Azure resources, such as Azure storage accounts, require that you assign that identity to a role that has the appropriate permissions on the target resource. Other Azure resources, such as Azure key vaults, support multiple options, so you can choose either role-based access or an [access policy that has the appropriate permissions on the target resource for that identity](#azure-portal-access-policy).
546546

547547
1. In the [Azure portal](https://portal.azure.com), open the resource where you want to use the identity.
548548

@@ -576,7 +576,7 @@ For more general information about this task, see [Assign a managed identity acc
576576

577577
### Create an access policy using the Azure portal
578578

579-
To use a managed identity for authentication, some Azure resources, such as Azure key vaults, require that you create an access policy that has the appropriate permissions on the target resource for that identity. Other Azure resources, such as Azure storage accounts, require that you [assign that identity to a role that has the appropriate permissions on the target resource](#azure-portal-assign-role).
579+
To use a managed identity for authentication, other Azure resources also support or require that you create an access policy that has the appropriate permissions on the target resource for that identity. Other Azure resources, such as Azure storage accounts, instead require that you [assign that identity to a role that has the appropriate permissions on the target resource](#azure-portal-assign-role).
580580

581581
1. In the [Azure portal](https://portal.azure.com), open the target resource where you want to use the identity. This example uses an Azure key vault as the target resource.
582582

@@ -598,7 +598,7 @@ To use a managed identity for authentication, some Azure resources, such as Azur
598598

599599
1. Skip the optional **Application** step, select **Next**, and finish creating the access policy.
600600

601-
The next section shows how to use a managed identity with a trigger or action to authenticate access. The example continues with the steps from an earlier section where you set up access for a managed identity using RBAC and doesn't use Azure Key Vault as the example. However, the general steps to use a managed identity for authentication are the same.
601+
The next section shows how to use a managed identity with a trigger or action to authenticate access. The example continues with the steps from an earlier section where you set up access for a managed identity using RBAC and an Azure storage account as the example. However, the general steps to use a managed identity for authentication are the same.
602602

603603
<a name="authenticate-access-with-identity"></a>
604604

0 commit comments

Comments
 (0)