Skip to content

Commit 085205e

Browse files
Merge pull request #225151 from karavar/patch-19
TSG for errors related to assignment.
2 parents 820f3b7 + 0846d89 commit 085205e

File tree

1 file changed

+12
-0
lines changed
  • articles/active-directory/managed-identities-azure-resources

1 file changed

+12
-0
lines changed

articles/active-directory/managed-identities-azure-resources/known-issues.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,18 @@ Workaround for managed identities in a subscription that has been moved to anoth
5555

5656
For more information, see [Transfer an Azure subscription to a different Azure AD directory](../../role-based-access-control/transfer-subscription.md).
5757

58+
## Error during managed identity assignment operations
59+
In rare cases, you may see error messages indicating errors related to assignment of managed identities with Azure resources. Some of the example error messages are as follows:
60+
- Azure resource ‘azure-resource-id' does not have access to identity 'managed-identity-id'.
61+
- No managed service identities are associated with resource ‘azure-resource-id'
62+
- Managed service identities referenced with URL 'https://control-....virtualMachineScaleSets/<vmss_name>/credentials/v2/systemassigned' are not valid. Ensure all assigned identities associated with the resource are valid.
63+
64+
**Workaround**
65+
In these rare cases the best next steps are
66+
67+
1. For identities no longer needed to be assigned to the resource, remove them from the resource.
68+
2. For User Assigned Managed Identity, reassign the identity to the Azure resource.
69+
3. For System Assigned Managed Identity, disable the identity and enable it again.
5870

5971
## Next steps
6072

0 commit comments

Comments
 (0)