Skip to content

Commit a832ba7

Browse files
Merge pull request #267041 from seligj95/patch-2
sxs migration add new regions
2 parents 943cb76 + f327f92 commit a832ba7

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

articles/app-service/environment/how-to-side-by-side-migrate.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,13 +210,19 @@ You have two App Service Environments at this stage in the migration process. Yo
210210

211211
You can get the new IP addresses for your new App Service Environment v3 by running the following command. It's your responsibility to make any necessary updates.
212212

213+
> [!IMPORTANT]
214+
> During the preview, the new inbound IP is returned incorrectly due to a known bug. Open a support ticket to receive the correct IP addresses for your App Service Environment v3.
215+
>
216+
213217
```azurecli
214218
az rest --method get --uri "${ASE_ID}?api-version=2022-03-01"
215219
```
216220

217221
## 10. Redirect customer traffic and complete migration
218222

219-
This step is your opportunity to test and validate your new App Service Environment v3. Once you confirm your apps are working as expected, you can redirect customer traffic to your new environment by running the following command. This command also deletes your old environment.
223+
This step is your opportunity to test and validate your new App Service Environment v3. Your App Service Environment v2 frontends are still running, but the backing compute is an App Service Environment v3. If you're able to access your apps without issues, that means you're ready to complete the migration.
224+
225+
Once you confirm your apps are working as expected, you can redirect customer traffic to your new App Service Environment v3 frontends by running the following command. This command also deletes your old environment.
220226

221227
```azurecli
222228
az rest --method post --uri "${ASE_ID}/NoDowntimeMigrate?phase=DnsChange&api-version=2022-03-01"

articles/app-service/environment/side-by-side-migrate.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Migrate to App Service Environment v3 by using the side by side migration
33
description: Overview of the side by side migration feature for migration to App Service Environment v3.
44
author: seligj95
55
ms.topic: article
6-
ms.date: 2/21/2024
6+
ms.date: 2/22/2024
77
ms.author: jordanselig
88
ms.custom: references_regions
99
---
@@ -30,7 +30,9 @@ At this time, the side by side migration feature supports migrations to App Serv
3030
### Azure Public
3131

3232
- East Asia
33+
- North Europe
3334
- West Central US
35+
- West US 2
3436

3537
The following App Service Environment configurations can be migrated using the side by side migration feature. The table gives the App Service Environment v3 configuration when using the side by side migration feature based on your existing App Service Environment.
3638

@@ -169,7 +171,9 @@ The new default outbound to the internet public addresses are given so you can a
169171

170172
### Redirect customer traffic and complete migration
171173

172-
The final step is to redirect traffic to your new App Service Environment v3 and complete the migration. The platform does this change for you, but only when you initiate it. Before you do this step, you should review your new App Service Environment v3 and perform any needed testing to validate that it's functioning as intended. You can do this review using the IPs associated with your App Service Environment v3 from the IP generation steps. Once you're ready to redirect traffic, you can complete the final step of the migration. This step updates internal DNS records to point to the load balancer IP address of your new App Service Environment v3. Changes are effective immediately. This step also shuts down your old App Service Environment and deletes it. Your new App Service Environment v3 is now your production environment.
174+
The final step is to redirect traffic to your new App Service Environment v3 and complete the migration. The platform does this change for you, but only when you initiate it. Before you do this step, you should review your new App Service Environment v3 and perform any needed testing to validate that it's functioning as intended. Your App Service Environment v2 frontends are still running, but the backing compute is an App Service Environment v3. If you're able to access your apps without issues, that means you're ready to complete the migration.
175+
176+
Once you're ready to redirect traffic, you can complete the final step of the migration. This step updates internal DNS records to point to the load balancer IP address of your new App Service Environment v3 and the frontends that were created during the migration. Changes are effective immediately. This step also shuts down your old App Service Environment and deletes it. Your new App Service Environment v3 is now your production environment.
173177

174178
> [!IMPORTANT]
175179
> During the preview, in some cases there may be up to 20 minutes of downtime when you complete the final step of the migration. This downtime is due to the DNS change. The downtime is expected to be removed once the feature is generally available. If you have a requirement for zero downtime, you should wait until the side by side migration feature is generally available. During preview, however, you can still use the side by side migration feature to migrate your dev environments to App Service Environment v3 to learn about the migration process and see how it impacts your workloads.

0 commit comments

Comments
 (0)