Skip to content

Commit 5fad6d9

Browse files
Merge pull request #264680 from seligj95/zonepinned
Remove zone pinned limitation for ASEv2 in-place migration
2 parents 84c50be + 1cb4356 commit 5fad6d9

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

articles/app-service/environment/migrate.md

Lines changed: 3 additions & 8 deletions
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: 12/14/2023
6+
ms.date: 01/30/2024
77
ms.author: jordanselig
88
ms.custom: references_regions
99
---
@@ -19,10 +19,6 @@ App Service can now automate migration of your App Service Environment v1 and v2
1919

2020
At this time, the migration feature doesn't support migrations to App Service Environment v3 in the following regions:
2121

22-
### Azure Public
23-
24-
- Jio India West
25-
2622
### Microsoft Azure operated by 21Vianet
2723

2824
- China East 2
@@ -38,6 +34,7 @@ The following App Service Environment configurations can be migrated using the m
3834
|ILB App Service Environment v1 |ILB App Service Environment v3 |
3935
|ELB App Service Environment v1 |ELB App Service Environment v3 |
4036
|ILB App Service Environment v1 with a custom domain suffix |ILB App Service Environment v3 with a custom domain suffix |
37+
|[Zone pinned](zone-redundancy.md) App Service Environment v2 |App Service Environment v3 with optional zone redundancy configuration |
4138

4239
If you want your new App Service Environment v3 to use a custom domain suffix and you aren't using one currently, custom domain suffix can be configured at any time once migration is complete. For more information, see [Configure custom domain suffix for App Service Environment](./how-to-custom-domain-suffix.md).
4340

@@ -63,7 +60,6 @@ The migration feature doesn't support the following scenarios. See the [manual m
6360
- App Service Environment v1 in a [Classic VNet](/previous-versions/azure/virtual-network/create-virtual-network-classic)
6461
- ELB App Service Environment v2 with IP SSL addresses
6562
- ELB App Service Environment v1 with IP SSL addresses
66-
- [Zone pinned](zone-redundancy.md) App Service Environment v2
6763
- App Service Environment in a region not listed in the supported regions
6864

6965
The App Service platform reviews your App Service Environment to confirm migration support. If your scenario doesn't pass all validation checks, you can't migrate at this time using the migration feature. If your environment is in an unhealthy or suspended state, you can't migrate until you make the needed updates.
@@ -81,7 +77,6 @@ If your App Service Environment doesn't pass the validation checks or you try to
8177
|Migrate can only be called on an ASE in ARM VNET and this ASE is in Classic VNET. |App Service Environments in Classic VNets can't migrate using the migration feature. |Migrate using one of the [manual migration options](migration-alternatives.md). |
8278
|ASEv3 Migration is not yet ready. |The underlying infrastructure isn't ready to support App Service Environment v3. |Migrate using one of the [manual migration options](migration-alternatives.md) if you want to migrate immediately. Otherwise, wait for the migration feature to be available in your region. |
8379
|Migration cannot be called on this ASE, please contact support for help migrating. |Support needs to be engaged for migrating this App Service Environment. This issue is potentially due to custom settings used by this environment. |Engage support to resolve your issue. |
84-
|Migrate cannot be called on Zone Pinned ASEs. |App Service Environment v2 that is zone pinned can't be migrated using the migration feature at this time. |Migrate using one of the [manual migration options](migration-alternatives.md) if you want to migrate immediately. |
8580
|Migrate cannot be called if IP SSL is enabled on any of the sites.|App Service Environments that have sites with IP SSL enabled can't be migrated using the migration feature at this time. |Migrate using one of the [manual migration options](migration-alternatives.md) if you want to migrate immediately. |
8681
|Full migration cannot be called before IP addresses are generated. |This error appears if you attempt to migrate before finishing the premigration steps. |Ensure you complete all premigration steps before you attempt to migrate. See the [step-by-step guide for migrating](how-to-migrate.md). |
8782
|Migration to ASEv3 is not allowed for this ASE. |You can't migrate using the migration feature. |Migrate using one of the [manual migration options](migration-alternatives.md). |
@@ -233,7 +228,7 @@ For more scenarios on cost changes and savings opportunities with App Service En
233228
- **What if my App Service Environment has a custom domain suffix?**
234229
The migration feature supports this [migration scenario](#supported-scenarios). You can migrate using a manual method if you don't want to use the migration feature. You can configure your [custom domain suffix](./how-to-custom-domain-suffix.md) when creating your App Service Environment v3 or any time after.
235230
- **What if my App Service Environment is zone pinned?**
236-
Zone pinned App Service Environment is currently not a supported scenario for migration using the migration feature. App Service Environment v3 doesn't support zone pinning. To migrate to App Service Environment v3, see the [manual migration options](migration-alternatives.md).
231+
Zone pinned App Service Environment v2 is now a supported scenario for migration using the migration feature. App Service Environment v3 doesn't support zone pinning. When migrating to App Service Environment v3, you can choose to configure zone redundancy or not.
237232
- **What if my App Service Environment has IP SSL addresses?**
238233
IP SSL isn't supported on App Service Environment v3. You must remove all IP SSL bindings before migrating using the migration feature or one of the manual options. If you intend to use the migration feature, once you remove all IP SSL bindings, you pass that validation check and can proceed with the automated migration.
239234
- **What properties of my App Service Environment will change?**

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: How to migrate your applications to App Service Environment v3
44
author: seligj95
55
ms.topic: article
6-
ms.date: 07/24/2023
6+
ms.date: 01/30/2024
77
ms.author: jordanselig
88
---
99
# Migrate to App Service Environment v3
@@ -157,8 +157,8 @@ Once your migration and any testing with your new environment is complete, delet
157157
No, apps that run on App Service Environment v1 and v2 shouldn't need any modifications to run on App Service Environment v3. If you're using IP SSL, you must remove the IP SSL bindings before migrating.
158158
- **What if my App Service Environment has a custom domain suffix?**
159159
The migration feature supports this [migration scenario](./migrate.md#supported-scenarios). You can migrate using a manual method if you don't want to use the migration feature. You can configure your [custom domain suffix](./how-to-custom-domain-suffix.md) when creating your App Service Environment v3 or any time after.
160-
- **What if my App Service Environment is zone pinned?**
161-
Zone pinning isn't a supported feature on App Service Environment v3.
160+
- **What if my App Service Environment v2 is zone pinned?**
161+
Zone pinning isn't a supported feature on App Service Environment v3. You can choose to enable zone redundancy when creating your App Service Environment v3.
162162
- **What properties of my App Service Environment will change?**
163163
You'll now be on App Service Environment v3 so be sure to review the [features and feature differences](overview.md#feature-differences) compared to previous versions. For ILB App Service Environment, you keep the same ILB IP address. For internet facing App Service Environment, the public IP address and the outbound IP address change. Note for internet facing App Service Environment, previously there was a single IP for both inbound and outbound. For App Service Environment v3, they're separate. For more information, see [App Service Environment v3 networking](networking.md#addresses).
164164
- **Is backup and restore supported for moving apps from App Service Environment v2 to v3?**

0 commit comments

Comments
 (0)