Skip to content

Commit 931e3d6

Browse files
authored
Merge pull request #88661 from MicahMcKittrick-MSFT/patch-218
MicrosoftDocs/azure-docs#38906
2 parents 7ab4dd8 + cc020b8 commit 931e3d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/service-fabric/how-to-deploy-service-fabric-application-user-assigned-managed-identity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To deploy a Service Fabric application with managed identity, the application ne
2222
2323
## User-Assigned Identity
2424

25-
To enable application with User-Assigned identity, first add the **identity** property to the application resource with type **userAssigned** and the referenced user-assigned identities. Then add a **managedIdentities** section inside the **properties** section for the **application** resource which contains a list of friendly name to principalId mapping for each of the user-assigned identities.
25+
To enable application with User-Assigned identity, first add the **identity** property to the application resource with type **userAssigned** and the referenced user-assigned identities. Then add a **managedIdentities** section inside the **properties** section for the **application** resource which contains a list of friendly name to principalId mapping for each of the user-assigned identities. For more information about User Assigned Identities see [Create, list or delete a user-assigned managed identity](https://docs.microsoft.com/azure/active-directory/managed-identities-azure-resources/how-to-manage-ua-identity-powershell).
2626

2727
### Application template
2828

@@ -101,4 +101,4 @@ In the example above the resource name of the user assigned identity is being us
101101
## Next steps
102102

103103
* [How to use Managed Identity in Service Fabric application code](how-to-managed-identity-service-fabric-app-code.md)
104-
* [How to Grant Service Fabric application access to other Azure resources](how-to-grant-access-other-resources.md)
104+
* [How to Grant Service Fabric application access to other Azure resources](how-to-grant-access-other-resources.md)

0 commit comments

Comments
 (0)