Skip to content

Commit 1b1c8ff

Browse files
authored
Merge pull request #100719 from ecfan/patch-1
Updated per customer feedback
2 parents 814528d + 2bb6f7e commit 1b1c8ff

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

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

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ Unlike user-assigned identities, you don't have to manually create the system-as
3737

3838
* [Azure portal](#azure-portal-system-logic-app)
3939
* [Azure Resource Manager templates](#template-system-logic-app)
40-
* [Azure PowerShell](../active-directory/managed-identities-azure-resources/howto-assign-access-powershell.md)
41-
* [Azure CLI](../active-directory/managed-identities-azure-resources/howto-assign-access-cli.md)
4240

4341
<a name="azure-portal-system-logic-app"></a>
4442

@@ -110,7 +108,17 @@ When Azure creates your logic app resource definition, the `identity` object get
110108

111109
## Give identity access to resources
112110

113-
After you set up a managed identity for your logic app, you can [give that identity access to other Azure resources](../active-directory/managed-identities-azure-resources/howto-assign-access-portal.md). You can then use that identity for authentication.
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+
<a name="azure-portal-assign-access"></a>
120+
121+
### Assign access in the Azure portal
114122

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

0 commit comments

Comments
 (0)