Skip to content

Commit b2153de

Browse files
authored
add managed identity limitation
1 parent 4f43b90 commit b2153de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/app-service/environment/migration-alternatives.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Migrate to App Service Environment v3
33
description: Learn how to migrate your applications to App Service Environment v3.
44
author: seligj95
55
ms.topic: article
6-
ms.date: 02/12/2024
6+
ms.date: 03/06/2024
77
ms.author: jordanselig
88
---
99

@@ -96,7 +96,7 @@ To clone an app by using the Azure portal:
9696

9797
## Manually create your apps in App Service Environment v3
9898

99-
If the migration feature doesn't support your apps or you want to take a more manual route, you can deploy your apps by following the same process that you used for your existing App Service Environment. You don't need to make updates when you deploy your apps to your new environment.
99+
If the migration feature doesn't support your apps or you want to take a more manual route, you can deploy your apps by following the same process that you used for your existing App Service Environment.
100100

101101
You can export [Azure Resource Manager templates](../../azure-resource-manager/templates/overview.md) (ARM templates) of your existing apps, App Service plans, and any other supported resources and deploy them in or with your new environment. To export a template for just an app, go to your App Service plan. Under **Automation**, select **Export template**.
102102

@@ -147,7 +147,7 @@ The following initial changes to your ARM templates are required to get your app
147147
}
148148
```
149149

150-
Other changes might be required, depending on how you configured your app.
150+
Other changes might be required, depending on how you configured your app. For example, if you use system-assigned managed identities and the same application names for your old and new environments, you might run into conflicts. To resolve this conflict and avoid downtime, you can use a user-assigned managed identity.
151151

152152
You can [deploy ARM templates](../deploy-complex-application-predictably.md) by using the Azure portal, the Azure CLI, or PowerShell.
153153

0 commit comments

Comments
 (0)