Skip to content

Commit 475d01a

Browse files
committed
initial commit
1 parent fee8239 commit 475d01a

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

articles/app-service/environment/migrate.md

Lines changed: 5 additions & 3 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: 2/2/2022
6+
ms.date: 3/15/2022
77
ms.author: jordanselig
88
ms.custom: references_regions
99
---
@@ -74,7 +74,7 @@ Once the new IPs are created, you'll have the new default outbound to the intern
7474

7575
### Delegate your App Service Environment subnet
7676

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.
7878

7979
### Migrate to App Service Environment v3
8080

@@ -116,14 +116,16 @@ There's no cost to migrate your App Service Environment. You'll stop being charg
116116
If there's an unexpected issue, support teams will be on hand. It's recommended to migrate dev environments before touching any production environments.
117117
- **What happens to my old App Service Environment?**
118118
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.
119121

120122
## Next steps
121123

122124
> [!div class="nextstepaction"]
123125
> [Migrate App Service Environment v2 to App Service Environment v3](how-to-migrate.md)
124126
125127
> [!div class="nextstepaction"]
126-
> [Migration Alternatives](migration-alternatives.md)
128+
> [Manually migrate to App Service Environment v3](migration-alternatives.md)
127129
128130
> [!div class="nextstepaction"]
129131
> [App Service Environment v3 Networking](networking.md)

articles/app-service/environment/migration-alternatives.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,21 @@ You can distribute traffic between your old and new environment using an [Applic
144144

145145
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.
146146

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+
147162
## Next steps
148163

149164
> [!div class="nextstepaction"]
@@ -154,3 +169,6 @@ Once your migration and any testing with your new environment is complete, delet
154169

155170
> [!div class="nextstepaction"]
156171
> [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

Comments
 (0)