You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/managed-identities-azure-resources/known-issues.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,18 @@ Workaround for managed identities in a subscription that has been moved to anoth
55
55
56
56
For more information, see [Transfer an Azure subscription to a different Azure AD directory](../../role-based-access-control/transfer-subscription.md).
57
57
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.
0 commit comments