Skip to content

Commit 4d9d9a9

Browse files
authored
Update how-to-migrate.md
1 parent 6287eb2 commit 4d9d9a9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use the migration feature to migrate your App Service Environment to App
33
description: Learn how to migrate your App Service Environment to App Service Environment v3 using the migration feature
44
author: seligj95
55
ms.topic: tutorial
6-
ms.date: 10/21/2022
6+
ms.date: 12/5/2022
77
ms.author: jordanselig
88
zone_pivot_groups: app-service-cli-portal
99
---
@@ -104,6 +104,10 @@ You can make your new App Service Environment v3 zone redundant if your existing
104104

105105
If your existing App Service Environment uses a custom domain suffix, you'll need to [configure one for your new App Service Environment v3 during the migration process](./migrate.md#choose-your-app-service-environment-v3-configurations). Migration will fail if you don't configure a custom domain suffix and are using one currently. Migration will also fail if you attempt to add a custom domain suffix during migration to an environment that doesn't have one configured currently. For more information on App Service Environment v3 custom domain suffix including requirements, step-by-step instructions, and best practices, see [Configure custom domain suffix for App Service Environment](./how-to-custom-domain-suffix.md).
106106

107+
> [!NOTE]
108+
> If you're configuring a custom domain suffix, when adding the network permissions on your Azure Key Vault, be sure that your key vault allows access from your App Service Environment's new outbound IP addresses that were generated during the IP address generation in step 3.
109+
>
110+
107111
If your migration doesn't include a custom domain suffix and you aren't enabling zone redundancy, you can move on to migration.
108112

109113
In order to set these configurations, create a file called "parameters.json" with the following details based on your scenario. Don't include the custom domain suffix properties if this feature doesn't apply to your migration. Be sure to pay attention to the value of the `zoneRedundant` property as this configuration is irreversible after migration. Ensure the value of the `kind` property is set based on your existing App Service Environment version. Accepted values for the `kind` property are "ASEV1" and "ASEV2".
@@ -235,6 +239,10 @@ If your environment is in a region that doesn't support zone redundancy, the che
235239

236240
If your existing App Service Environment uses a [custom domain suffix](./migrate.md#choose-your-app-service-environment-v3-configurations), you'll be required to configure one for your new App Service Environment v3. You'll be shown the custom domain suffix configuration options if this situation applies to you. You won't be able to migrate until you provide the required information. If you'd like to use a custom domain suffix but don't currently have one configured, you can configure one once migration is complete. For more information on App Service Environment v3 custom domain suffix including requirements, step-by-step instructions, and best practices, see [Configure custom domain suffix for App Service Environment](./how-to-custom-domain-suffix.md).
237241

242+
> [!NOTE]
243+
> If you're configuring a custom domain suffix, when adding the network permissions on your Azure Key Vault, be sure that your key vault allows access from your App Service Environment's new outbound IP addresses that were generated during the IP address generation in step 2.
244+
>
245+
238246
:::image type="content" source="./media/migration/input-custom-domain-suffix.png" alt-text="Screenshot that shows how to add a custom domain suffix configuration.":::
239247

240248
After you add your custom domain suffix details, the "Migrate" button will be enabled.

0 commit comments

Comments
 (0)