You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/environment/how-to-migrate.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ If there are no errors, your migration is supported, and you can continue to the
53
53
54
54
## 3. Generate IP addresses for your new App Service Environment v3 instance
55
55
56
-
Run the following command to create the new IPs. This step takes about 15 minutes to complete. Don't scale or make changes to your existing App Service Environment during this time.
56
+
Run the following command to create new IP addresses. This step takes about 15 minutes to complete. Don't scale or make changes to your existing App Service Environment during this time.
57
57
58
58
```azurecli
59
59
az rest --method post --uri "${ASE_ID}/migrate?api-version=2021-02-01&phase=premigration"
Copy file name to clipboardExpand all lines: articles/app-service/environment/migrate.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ The following are limitations when using the migration feature:
46
46
47
47
- Your new App Service Environment v3 is in the existing subnet that was used for your old environment.
48
48
- You can't change the region your App Service Environment is located in.
49
-
- ELB App Service Environment can’t be migrated to ILB App Service Environment v3 and vice versa.
49
+
- ELB App Service Environment can't be migrated to ILB App Service Environment v3 and vice versa.
50
50
- If your existing App Service Environment uses a custom domain suffix, you have to configure custom domain suffix for your App Service Environment v3 during the migration process.
51
51
- If you no longer want to use a custom domain suffix, you can remove it once the migration is complete.
52
52
@@ -139,7 +139,7 @@ Migration requires a three to six hour service window for App Service Environmen
139
139
- The existing App Service Environment is shut down and replaced by the new App Service Environment v3.
140
140
- All App Service plans in the App Service Environment are converted from the Isolated to Isolated v2 SKU.
141
141
- All of the apps that are on your App Service Environment are temporarily down. **You should expect about one hour of downtime during this period**.
142
-
- If you can't support downtime, see [migration-alternatives](migration-alternatives.md#guidance-for-manual-migration).
142
+
- If you can't support downtime, see [migration-alternatives](migration-alternatives.md#migrate-manually).
143
143
- The public addresses that are used by the App Service Environment change to the IPs generated during the IP generation step.
144
144
145
145
The following statuses are available during the migration process:
Copy file name to clipboardExpand all lines: articles/app-service/environment/migration-alternatives.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,10 +23,10 @@ For any migration method that doesn't use the [migration feature](migrate.md), y
23
23
24
24
[Networking changes](networking.md) between App Service Environment v1/v2 and App Service Environment v3 involve new (and for internet-facing environments, additional) IP addresses. You need to update any infrastructure that relies on these IPs. Be sure to account for inbound dependency changes, such as the Azure Load Balancer port.
25
25
26
-
Multiple App Service Environments can't exist in a single subnet. If you need to use your existing subnet for your new App Service Environment v3 instance, you must delete the existing App Service Environment before you create a new one. For this scenario, we recommend that you [back up your apps and then restore them](#back-up-and-restore) in the new environment after you create and configure the environment. This process causes application downtime because of the time it takes to:
26
+
Multiple App Service Environments can't exist in a single subnet. If you need to use your existing subnet for your new App Service Environment v3 instance, you must delete the existing App Service Environment before you create a new one. For this scenario, we recommend that you [back up your apps and then restore them](#evaluate-backup-and-restore) in the new environment after you create and configure the environment. This process causes application downtime because of the time it takes to:
27
27
28
28
- Delete the old environment.
29
-
- Create the new App Service Environment v3 instance.
29
+
- Create the App Service Environment v3 instance.
30
30
- Configure any infrastructure and connected resources to work with the new environment.
31
31
- Deploy your apps onto the new environment.
32
32
@@ -150,7 +150,7 @@ You can [deploy ARM templates](../deploy-complex-application-predictably.md) by
150
150
151
151
The [migration feature](migrate.md) automates the migration to App Service Environment v3 and transfers all of your apps to the new environment. There's about one hour of downtime during this migration. If your apps can't have any downtime, we recommend that you use one of the manual options to re-create your apps in App Service Environment v3.
152
152
153
-
You can distribute traffic between your old and new environments by using [Application Gateway](../networking/app-gateway-with-service-endpoints.md). If you're using an internal load balancer (ILB) App Service Environment, [create an Azure Application Gateway instance](integrate-with-application-gateway.md) with an extra back-end pool to distribute traffic between your environments. For information about ILB App Service Environments and internet-facing App Service Environments, see [Application Gateway integration](overview-app-gateway-integration.md).
153
+
You can distribute traffic between your old and new environments by using [Application Gateway](../networking/app-gateway-with-service-endpoints.md). If you're using an internal load balancer (ILB) App Service Environment, [create an Azure Application Gateway instance](integrate-with-application-gateway.md) with an extra back-end pool to distribute traffic between your environments. For information about ILB App Service Environments and internet-facing App Service Environments, see [Application Gateway integration](../overview-app-gateway-integration.md).
154
154
155
155
You can also use services like [Azure Front Door](../../frontdoor/quickstart-create-front-door.md), [Azure Content Delivery Network](../../cdn/cdn-add-to-web-app.md), and [Azure Traffic Manager](../../cdn/cdn-traffic-manager.md) to distribute traffic between environments. Using these services allows for testing of your new environment in a controlled manner and helps you move to your new environment at your own pace.
156
156
@@ -173,7 +173,7 @@ After your migration and any testing with your new environment are complete, del
173
173
- **Is backup and restore supported for moving apps from App Service Environment v2 to v3?**
174
174
The [back up and restore](../manage-backup.md) feature supports restoring apps between App Service Environment versions as long as you use a custom backup for the restoration. Automatic backup doesn't support restoration to different App Service Environment versions.
175
175
- **What will happen to my App Service Environment v1 and v2 resources after August 31, 2024?**
176
-
After August 31, 2024, if you haven't migrated to App Service Environment v3, your [App Service Environment v1 and v2 instances and the apps deployed in them will no longer be available]((https://azure.microsoft.com/updates/app-service-environment-v1-and-v2-retirement-announcement/)).
176
+
After August 31, 2024, if you haven't migrated to App Service Environment v3, your [App Service Environment v1 and v2 instances and the apps deployed in them will no longer be available](https://azure.microsoft.com/updates/app-service-environment-v1-and-v2-retirement-announcement/).
177
177
178
178
App Service Environment v1 and v2 are hosted on App Service scale units that run on [Azure Cloud Services (classic)](../../cloud-services/cloud-services-choose-me.md) architecture. Because this architecture will be [retired on August 31, 2024](https://azure.microsoft.com/updates/cloud-services-retirement-announcement/), App Service Environment v1 and v2 won't be available after that date. Migrate to App Service Environment v3 to keep your apps running, or save or back up any resources or data that you need to maintain.
0 commit comments