Skip to content

Commit fe76b31

Browse files
committed
Minor edits
1 parent 043a85f commit fe76b31

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ ms.collection: M365-identity-device-management
1919
ms.custom:
2020
---
2121

22-
# Known issues with Managed Identities
22+
# Known issues with managed identities for Azure resources
2323

2424
This article discusses a couple of issues around managed identities and how to address them. Common questions about managed identities are documented in our [frequently asked questions](managed-identities-faq.md) article.
2525
## VM fails to start after being moved
2626

27-
If you move a VM in a running state from a resource group or subscription, it continues to run during the move. However, after the move, if the VM is stopped and restarted, it will fail to start. This issue happens because the VM is not updating the reference to the managed identities for Azure resources identity and continues to point to it in the old resource group.
27+
If you move a VM in a running state from a resource group or subscription, it continues to run during the move. However, after the move, if the VM is stopped and restarted, it fails to start. This issue happens because the VM doesn't update the managed identity reference and it continues to use an outdated URI.
2828

2929
**Workaround**
3030

@@ -46,7 +46,7 @@ az vm update -n <VM Name> -g <Resource Group> --remove tags.fixVM
4646

4747
## Transferring a subscription between Azure AD directories
4848

49-
Managed identities do not get updated when a subscription is moved/transferred to another directory. As a result, any existent system-assigned or user-assigned managed identities will be broken.
49+
Managed identities don't get updated when a subscription is moved/transferred to another directory. As a result, any existent system-assigned or user-assigned managed identities will be broken.
5050

5151
Workaround for managed identities in a subscription that has been moved to another directory:
5252

0 commit comments

Comments
 (0)