Skip to content

Commit b378f14

Browse files
authored
Update app-service-identities.md
1 parent e0e0cbc commit b378f14

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
### Identities
33

4-
- **Recreate App Service Managed Service Identities** in the new target region.
4+
- You need to recreate any system assigned managed identities along with your app in the new target region. Typically, an automatically created Microsoft Entra ID app, used by EasyAuth, defaults to the app resource name.
55

6-
- **Assign the new MSI credential downstream service access (RBAC)**. Typically, an automatically created Microsoft Entra ID App (one used by EasyAuth) defaults to the App resource name. Consideration may be required here for recreating a new resource in the target region. A user-defined Service Principal would be useful - as it can be applied to both source and target with extra access permissions to target deployment resources.
6+
- User-assigned managed identities also can't be moved across regions. To keep user-assigned managed identities in the same resource group with your app, you must recreate them in the new region. For more information, see [Relocate managed identities for Azure resources to another region](relocation-managed-identity.md).
7+
8+
- Grant the managed identities the same permissions in your relocated services as the original identities that they're replacing, including Group memberships.

0 commit comments

Comments
 (0)