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/migrate.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Migrate to App Service Environment v3 by using the migration feature
3
3
description: Overview of the migration feature for migration to App Service Environment v3
4
4
author: seligj95
5
5
ms.topic: article
6
-
ms.date: 2/2/2022
6
+
ms.date: 3/15/2022
7
7
ms.author: jordanselig
8
8
ms.custom: references_regions
9
9
---
@@ -74,7 +74,7 @@ Once the new IPs are created, you'll have the new default outbound to the intern
74
74
75
75
### Delegate your App Service Environment subnet
76
76
77
-
App Service Environment v3 requires the subnet it's in to have a single delegation of `Microsoft.Web/hostingEnvironments`. Migration will not succeed if the App Service Environment's subnet isn't delegated or it's delegated to a different resource.
77
+
App Service Environment v3 requires the subnet it's in to have a single delegation of `Microsoft.Web/hostingEnvironments`. Migration won't succeed if the App Service Environment's subnet isn't delegated or it's delegated to a different resource.
78
78
79
79
### Migrate to App Service Environment v3
80
80
@@ -116,14 +116,16 @@ There's no cost to migrate your App Service Environment. You'll stop being charg
116
116
If there's an unexpected issue, support teams will be on hand. It's recommended to migrate dev environments before touching any production environments.
117
117
-**What happens to my old App Service Environment?**
118
118
If you decide to migrate an App Service Environment, the old environment gets shut down and deleted and all of your apps are migrated to a new environment. Your old environment will no longer be accessible.
119
+
-**What will happen to my App Service Environment v1/v2 resources after 31 August 2024?**
120
+
After 31 August 2024, if you haven't migrated to App Service Environment v3, your App Service Environment v1/v2s and the apps deployed in them will no longer be available. App Service Environment v1/v2 is hosted on App Service scale units running on [Cloud Services (classic)](../../cloud-services/cloud-services-choose-me.md) architecture that will be [retired on 31 August 2024](https://azure.microsoft.com/updates/cloud-services-retirement-announcement/). Because of this, App Service Environment v1/v2 will no longer 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.
119
121
120
122
## Next steps
121
123
122
124
> [!div class="nextstepaction"]
123
125
> [Migrate App Service Environment v2 to App Service Environment v3](how-to-migrate.md)
Copy file name to clipboardExpand all lines: articles/app-service/environment/migration-alternatives.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,21 @@ You can distribute traffic between your old and new environment using an [Applic
144
144
145
145
Once your migration and any testing with your new environment is complete, delete your old App Service Environment, the apps that are on it, and any supporting resources that you no longer need. You'll continue to be charged for any resources that haven't been deleted.
146
146
147
+
## Frequently asked questions
148
+
149
+
- **Will I experience downtime during the migration?**
150
+
Downtime is dependent on your migration process. If you have a different App Service Environment that you can point traffic to while you migrate or if you can use a different subnet to create your new environment, you won't have downtime. However, if you must use the same subnet, there will be downtime resulting from the time it takes to delete the old environment, create the App Service Environment v3, create the new App Service plans, re-create the apps, and update any resources that need to know about the new IP addresses.
151
+
- **Do I need to change anything about my apps to get them to run on App Service Environment v3?**
152
+
No, apps that run on App Service Environment v1 and v2 shouldn't need any modifications to run on App Service Environment v3.
153
+
- **What if my App Service Environment has a custom domain suffix?**
154
+
App Service Environment v3 doesn't support custom domain suffixes at this time. You won't be able to migrate until it's supported if you want to continue using this feature.
155
+
- **What if my App Service Environment is zone pinned?**
156
+
Zone pinning isn't a supported feature on App Service Environment v3. Use [zone redundancy](overview-zone-redundancy.md) instead.
157
+
- **What properties of my App Service Environment will change?**
158
+
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'll keep the same ILB IP address. For internet facing App Service Environment, the public IP address and the outbound IP address will 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).
159
+
- **What will happen to my App Service Environment v1/v2 resources after 31 August 2024?**
160
+
After 31 August 2024, if you haven't migrated to App Service Environment v3, your App Service Environment v1/v2s and the apps deployed in them will no longer be available. App Service Environment v1/v2 is hosted on App Service scale units running on [Cloud Services (classic)](../../cloud-services/cloud-services-choose-me.md) architecture that will be [retired on 31 August 2024](https://azure.microsoft.com/updates/cloud-services-retirement-announcement/). Because of this, App Service Environment v1/v2 will no longer 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.
161
+
147
162
## Next steps
148
163
149
164
> [!div class="nextstepaction"]
@@ -154,3 +169,6 @@ Once your migration and any testing with your new environment is complete, delet
154
169
155
170
> [!div class="nextstepaction"]
156
171
> [Integrate your ILB App Service Environment with the Azure Application Gateway](integrate-with-application-gateway.md)
172
+
173
+
> [!div class="nextstepaction"]
174
+
> [Migrate to App Service Environment v3 by using the migration feature](migrate.md)
0 commit comments