Skip to content

Commit 11f14a9

Browse files
authored
Updated per customer feedback
GitHub issue: https://github.com/MicrosoftDocs/azure-docs/issues/45900
1 parent 854c730 commit 11f14a9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 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,7 @@ 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 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:
114112

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

0 commit comments

Comments
 (0)