Skip to content

Commit 65d70cc

Browse files
Merge pull request #280977 from seligj95/vcores
Vcores
2 parents b3a6f69 + c968926 commit 65d70cc

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

articles/app-service/environment/upgrade-to-asev3.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,18 @@ There are two automated migration features available to help you upgrade to App
5555
- **Side-by-side migration feature** creates a new App Service Environment v3 in a different subnet that you choose and recreates all of your App Service plans and apps in that new environment. Your existing environment is up and running during the entire migration. Once the new App Service Environment v3 is ready, you can redirect traffic to the new environment and complete the migration. There's no application downtime during the migration. For more information about this feature, see [Automated upgrade using the side-by-side migration feature](side-by-side-migrate.md).
5656
- **Manual migration options** are available if you can't use the automated migration features. For more information about these options, see [Migration alternatives](migration-alternatives.md).
5757

58+
### Why do some customers see performance differences after migrating?
59+
60+
App Service Environment v3 uses newer virtual machines that are based on virtual CPUs (vCPU), not physical cores. One vCPU typically doesn't equate to one physical core in terms of raw CPU performance. As a result, CPU-bound workloads might see a performance difference if attempting to match old-school physical core counts to current vCPU counts.
61+
62+
When migrating to App Service Environment v3, we map App Service plan tiers as follows:
63+
64+
|App Service Environment v2 SKU|App Service Environment v3 SKU|
65+
|------------------------------|------------------------------|
66+
|I1 |I1v2 |
67+
|I2 |I2v2 |
68+
|I3 |I3v2 |
69+
5870
### Migration path decision tree
5971

6072
Use the following decision tree to determine which migration path is right for you.

articles/app-service/environment/version-comparison.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'App Service Environment version comparison'
33
description: This article provides an overview of the App Service Environment versions and feature differences between them.
44
author: seligj95
5-
ms.date: 4/22/2024
5+
ms.date: 7/16/2024
66
ms.author: jordanselig
77
ms.topic: article
88
---
@@ -29,6 +29,7 @@ There's a new version of App Service Environment that is easier to use and runs
2929
|---------|---------|---------|---------|
3030
|Hardware |[Cloud Services (classic)](../../cloud-services/cloud-services-choose-me.md) |[Cloud Services (classic)](../../cloud-services/cloud-services-choose-me.md) |[Virtual Machine Scale Sets](../../virtual-machine-scale-sets/overview.md) |
3131
|[Available SKUs](https://azure.microsoft.com/pricing/details/app-service/windows/) |P1, P2, P3, P4 |I1, I2, I3 |I1v2, I2v2, I3v2, I4v2, I5v2, I6v2 |
32+
|CPU|Physical cores|Physical cores|Virtual CPu (vCPU)|
3233
|Maximum instance count |55 hosts (default front-ends + workers) |100 instances per App Service plan. Maximum of 200 instances across all plans. |100 instances per App Service plan. Maximum of 200 instances across all plans. |
3334
|Zone redundancy |No |No - [zone pinning](zone-redundancy.md) to one zone is available |[Yes](../../reliability/migrate-app-service-environment.md) |
3435
|Dedicated host group |No |No |[Yes](creation.md#deployment-considerations) (not compatible with zone redundancy) |

0 commit comments

Comments
 (0)