Skip to content

Commit 7d1fb2e

Browse files
authored
Clarity edits
1 parent 11f14a9 commit 7d1fb2e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

articles/logic-apps/create-managed-service-identity.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,15 @@ When Azure creates your logic app resource definition, the `identity` object get
108108

109109
## Give identity access to resources
110110

111-
Before you can use your logic app's system-assigned managed identity for authentication, give that identity access to the Azure resource where you plan to use the identity. To complete this task, assign the appropriate role to that identity on the target Azure resource by using either the Azure PowerShell [New-AzRoleAssignment](https://docs.microsoft.com/powershell/module/az.resources/new-azroleassignment) command, Azure CLI [az role assignment create](https://docs.microsoft.com/cli/azure/role/assignment?view=azure-cli-latest#az-role-assignment-create) command, or these steps for the Azure portal:
111+
Before you can use your logic app's system-assigned managed identity for authentication, give that identity access to the Azure resource where you plan to use the identity. To complete this task, assign the appropriate role to that identity on the target Azure resource. Here are the options that you can use:
112+
113+
* [Azure portal](#azure-portal-assign-access)
114+
* [Azure Resource Manager template](../role-based-access-control/role-assignments-template.md)
115+
* Azure PowerShell ([New-AzRoleAssignment](https://docs.microsoft.com/powershell/module/az.resources/new-azroleassignment)) - For more information, see [Add role assignment by using Azure RBAC and Azure PowerShell](../role-based-access-control/role-assignments-powershell.md).
116+
* Azure CLI ([az role assignment create](https://docs.microsoft.com/cli/azure/role/assignment?view=azure-cli-latest#az-role-assignment-create)) - For more information, see [Add role assignment by using Azure RBAC and Azure CLI](../role-based-access-control/role-assignments-cli.md).
117+
* [Azure REST API](../role-based-access-control/role-assignments-rest.md)
118+
119+
### Assign access in the Azure portal
112120

113121
1. In the [Azure portal](https://portal.azure.com), go to the Azure resource where you want your managed identity to have access.
114122

0 commit comments

Comments
 (0)