Skip to content

Commit b5bada8

Browse files
authored
Merge pull request #190284 from seligj95/migrationfaq
Migrationfaq
2 parents 8e5644f + 77932e0 commit b5bada8

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

articles/app-service/environment/migrate.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Once the new IPs are created, you'll have the new default outbound to the intern
8282

8383
### Delegate your App Service Environment subnet
8484

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

8787
### Migrate to App Service Environment v3
8888

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

128130
## Next steps
129131

130132
> [!div class="nextstepaction"]
131133
> [Migrate App Service Environment v2 to App Service Environment v3](how-to-migrate.md)
132134
133135
> [!div class="nextstepaction"]
134-
> [Migration Alternatives](migration-alternatives.md)
136+
> [Manually migrate to App Service Environment v3](migration-alternatives.md)
135137
136138
> [!div class="nextstepaction"]
137139
> [App Service Environment v3 Networking](networking.md)

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

Lines changed: 19 additions & 1 deletion
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: 2/2/2022
6+
ms.date: 3/15/2022
77
ms.author: jordanselig
88
---
99
# Migrate to App Service Environment v3
@@ -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)