Skip to content

Commit ed63ab0

Browse files
authored
Merge pull request #196033 from seligj95/newregions
adding new migration regions and ux updates
2 parents ce35370 + 9a72a60 commit ed63ab0

File tree

9 files changed

+15
-8
lines changed

9 files changed

+15
-8
lines changed

articles/app-service/environment/how-to-migrate.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use the migration feature to migrate App Service Environment v2 to App Se
33
description: Learn how to migrate your App Service Environment v2 to App Service Environment v3 using the migration feature
44
author: seligj95
55
ms.topic: tutorial
6-
ms.date: 4/11/2022
6+
ms.date: 4/27/2022
77
ms.author: jordanselig
88
zone_pivot_groups: app-service-cli-portal
99
---
@@ -107,17 +107,15 @@ az appservice ase show --name $ASE_NAME --resource-group $ASE_RG
107107

108108
## 1. Validate migration is supported
109109

110-
From the [Azure portal](https://portal.azure.com), navigate to the **Overview** page for the App Service Environment you'll be migrating. The platform will validate if migration is supported for your App Service Environment. Wait a couple seconds after the page loads for this validation to take place. See the [troubleshooting](migrate.md#troubleshooting) section for descriptions of the potential error messages if migration for your environment isn't supported by the migration feature.
111-
112-
If migration is supported for your App Service Environment, there are three ways to access the migration feature. These methods include a banner at the top of the Overview page, a new item in the left-hand side menu called **Migration**, and an info box on the **Configuration** page. Select any of these methods to move on to the next step in the migration process.
110+
From the [Azure portal](https://portal.azure.com), navigate to the **Migration** page for the App Service Environment you'll be migrating. You can do this by clicking on the banner at the top of the **Overview** page for your App Service Environment or by clicking the **Migration** item on the left-hand side.
113111

114112
![migration access points](./media/migration/portal-overview.png)
115113

116-
![configuration page view](./media/migration/configuration-migration-support.png)
114+
On the migration page, the platform will validate if migration is supported for your App Service Environment. If your environment isn't supported for migration, a banner will appear at the top of the page and include an error message with a reason. See the [troubleshooting](migrate.md#troubleshooting) section for descriptions of the error messages you may see if you aren't eligible for migration. If your App Service Environment isn't supported for migration at this time or your environment is in an unhealthy or suspended state, you won't be able to use the migration feature. If your environment [won't be supported for migration with the migration feature](migrate.md#supported-scenarios) or you want to migrate to App Service Environment v3 without using the migration feature, see the [manual migration options](migration-alternatives.md).
117115

118-
If you don't see these elements, your App Service Environment isn't supported for migration at this time or your environment is in an unhealthy or suspended state (which blocks migration). If your environment [won't be supported for migration with the migration feature](migrate.md#supported-scenarios) or you want to migrate to App Service Environment v3 without using the migration feature, see the [manual migration options](migration-alternatives.md).
116+
![migration not supported sample](./media/migration/migration-not-supported.png)
119117

120-
The migration page will guide you through the series of steps to complete the migration.
118+
If migration is supported for your App Service Environment, you'll be able to proceed to the next step in the process. The migration page will guide you through the series of steps to complete the migration.
121119

122120
![migration page sample](./media/migration/migration-ux-pre.png)
123121

11.9 KB
Loading
164 KB
Loading
0 Bytes
Loading
-20 KB
Loading
-15.6 KB
Loading
80.1 KB
Loading

articles/app-service/environment/migrate.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Migrate to App Service Environment v3 by using the migration feature
33
description: Overview of the migration feature for migration to App Service Environment v3
44
author: seligj95
55
ms.topic: article
6-
ms.date: 4/15/2022
6+
ms.date: 4/27/2022
77
ms.author: jordanselig
88
ms.custom: references_regions
99
---
@@ -22,19 +22,28 @@ At this time, App Service Environment migrations to v3 using the migration featu
2222
- Australia East
2323
- Australia Central
2424
- Australia Southeast
25+
- Brazil South
2526
- Canada Central
2627
- Central India
28+
- Central US
2729
- East Asia
2830
- East US
2931
- East US 2
3032
- France Central
3133
- Germany West Central
3234
- Korea Central
35+
- North Central US
36+
- North Europe
3337
- Norway East
38+
- South Central US
3439
- Switzerland North
3540
- UAE North
3641
- UK South
42+
- UK West
3743
- West Central US
44+
- West Europe
45+
- West US
46+
- West US 3
3847

3948
You can find the version of your App Service Environment by navigating to your App Service Environment in the [Azure portal](https://portal.azure.com) and selecting **Configuration** under **Settings** on the left-hand side. You can also use [Azure Resource Explorer](https://resources.azure.com/) and review the value of the `kind` property for your App Service Environment.
4049

0 commit comments

Comments
 (0)