Skip to content

Commit 75179f5

Browse files
author
Amson Liu
authored
Merge pull request #9493 from ChristianMontoya/patch-1
AB#7114: Troubleshooting step for new 'Managed Identity' public preview feature, MERGE NO EARLIER THAN AUGUST 14TH PACIFIC
2 parents 0745190 + fe3257a commit 75179f5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

support/azure/virtual-desktop/troubleshoot-management-issues.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ This issue usually appears because there's a problem with the conditional access
3232

3333
To solve this issue, before signing in to the Azure portal, the admin first needs to sign in to SharePoint and accept the Terms of Use. After that, they should be able to sign in to the Azure portal like normal.
3434

35+
## Error: Assigning a user-assigned managed identity to a host pool doesn't propagate the assignment to the managed identity object
36+
37+
If you configure a host pool to use a user-assigned managed identity object through Azure PowerShell or REST API, you may [view associated Azure resources for a user-assigned managed identity](/entra/identity/managed-identities-azure-resources/how-to-view-associated-resources-for-an-identity) and notice that the host pool object is not linked.
38+
39+
This issue occurs due to an error in the assignment of the user-assigned managed identity. Double check the ID of the user-assigned managed identity (in the form of "/subscriptions/subscriptionId/resourcegroups/resourceGroupName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedIdentityName"). Currently, the host pool API will accept the parameter even if the ID missing a leading "/".
40+
3541
## Next steps
3642

3743
To review common error scenarios that the diagnostics feature can identify for you, see [Identify and diagnose issues](/azure/virtual-desktop/./troubleshoot-set-up-overview).

0 commit comments

Comments
 (0)