Skip to content

Commit 9be286e

Browse files
Update troubleshoot-management-issues.md
Adding a troubleshoot step for the upcoming preview of 'Managed identities for Azure Virtual Desktop host pools."
1 parent 2c9a0d9 commit 9be286e

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/<subId>/resourcegroups/<resourceGroupName>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/<managedIdentityName>"). Currently, the host pool APis will accept the parameter even if there is a missing "/" at the start of the ID.
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)