Skip to content

Commit bc7e2e0

Browse files
Merge pull request #281765 from seligj95/charlimit
ase migration character limit - add limitation
2 parents f6bab60 + 8b7fd2b commit bc7e2e0

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

articles/app-service/environment/migrate.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to migrate your App Service Environment to App Service En
44
author: seligj95
55
ms.topic: tutorial
66
ms.custom: devx-track-azurecli, references_regions
7-
ms.date: 7/18/2024
7+
ms.date: 7/24/2024
88
ms.author: jordanselig
99
zone_pivot_groups: app-service-cli-portal
1010
---
@@ -67,6 +67,9 @@ The in-place migration feature doesn't support the following scenarios. See the
6767
- App Service Environment v1 in a [Classic virtual network](/previous-versions/azure/virtual-network/create-virtual-network-classic)
6868
- ELB App Service Environment v2 with IP SSL addresses
6969
- ELB App Service Environment v1 with IP SSL addresses
70+
- App Service Environment with a name that doesn't meet the character limits. The entire name, including the domain suffix, must be 64 characters or fewer. For example: *my-ase-name.appserviceenvironment.net* for ILB and *my-ase-name.p.azurewebsites.net* for ELB must be 64 characters or fewer. If you don't meet the character limit, you must migrate manually. The character limits specifically for the App Service Environment name are as follows:
71+
- ILB App Service Environment name character limit: 36 characters
72+
- ELB App Service Environment name character limit: 42 characters
7073

7174
The App Service platform reviews your App Service Environment to confirm in-place migration support. If your scenario doesn't pass all validation checks, you can't migrate at this time using the in-place migration feature. If your environment is in an unhealthy or suspended state, you can't migrate until you make the needed updates.
7275

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to migrate your App Service Environment v2 to App Service
44
author: seligj95
55
ms.topic: tutorial
66
ms.custom: devx-track-azurecli, references_regions
7-
ms.date: 7/23/2024
7+
ms.date: 7/24/2024
88
ms.author: jordanselig
99
---
1010
# Migration to App Service Environment v3 using the side-by-side migration feature
@@ -81,6 +81,9 @@ The side-by-side migration feature doesn't support the following scenarios. See
8181
- If you have an App Service Environment v1, you can migrate using the [in-place migration feature](migrate.md) or one of the [manual migration options](migration-alternatives.md).
8282
- ELB App Service Environment v2 with IP SSL addresses
8383
- [Zone pinned](zone-redundancy.md) App Service Environment v2
84+
- App Service Environment with a name that doesn't meet the character limits. The entire name, including the domain suffix, must be 64 characters or fewer. For example: *my-ase-name.appserviceenvironment.net* for ILB and *my-ase-name.p.azurewebsites.net* for ELB must be 64 characters or fewer. If you don't meet the character limit, you must migrate manually. The character limits specifically for the App Service Environment name are as follows:
85+
- ILB App Service Environment name character limit: 36 characters
86+
- ELB App Service Environment name character limit: 42 characters
8487

8588
The App Service platform reviews your App Service Environment to confirm side-by-side migration support. If your scenario doesn't pass all validation checks, you can't migrate at this time using the side-by-side migration feature. If your environment is in an unhealthy or suspended state, you can't migrate until you make the needed updates.
8689

0 commit comments

Comments
 (0)