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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ Once the new IPs are created, you'll have the new default outbound to the intern
82
82
83
83
### Delegate your App Service Environment subnet
84
84
85
-
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.
85
+
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.
86
86
87
87
### Migrate to App Service Environment v3
88
88
@@ -124,14 +124,16 @@ There's no cost to migrate your App Service Environment. You'll stop being charg
124
124
If there's an unexpected issue, support teams will be on hand. It's recommended to migrate dev environments before touching any production environments.
125
125
-**What happens to my old App Service Environment?**
126
126
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.
127
+
-**What will happen to my App Service Environment v1/v2 resources after 31 August 2024?**
128
+
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.
127
129
128
130
## Next steps
129
131
130
132
> [!div class="nextstepaction"]
131
133
> [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
+19-1Lines changed: 19 additions & 1 deletion
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
3
3
description: How to migrate your applications 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
---
9
9
# Migrate to App Service Environment v3
@@ -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