Skip to content

Commit a59c2c7

Browse files
Merge pull request #231408 from seligj95/patch-2
ASE version comparison updates
2 parents 6ca6fe4 + 74f235c commit a59c2c7

File tree

2 files changed

+23
-15
lines changed

2 files changed

+23
-15
lines changed

articles/app-service/environment/migrate.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Migrate to App Service Environment v3 by using the migration feature
33
description: Overview of the migration feature for migration to App Service Environment v3
44
author: seligj95
55
ms.topic: article
6-
ms.date: 03/17/2023
6+
ms.date: 03/20/2023
77
ms.author: jordanselig
88
ms.custom: references_regions
99
---
@@ -163,11 +163,11 @@ To demonstrate the cost saving opportunity for this scenario, use the [pricing c
163163

164164
When you migrate this App Service Environment using the migration feature, your new App Service Environment v3 has 1 I2v2 instance, which means you have four cores and 16-GB RAM. If you don't change anything, your monthly payment is the following.
165165

166-
[1(I2v2) = $563.56](https://azure.com/e/0a042f33d87548bfb966bdff74e35715)
166+
[1(I2v2) = $563.56](https://azure.com/e/17946ea2c4db483d882526ba515a6771)
167167

168168
Your monthly cost is reduced, but you don't need that much compute and capacity. You scale down your instance to I1v2 and your monthly cost is reduced even further.
169169

170-
[1(I1v2) = $281.78](https://azure.com/e/c400e2c91ed44cadbf849923b902dded)
170+
[1(I1v2) = $281.78](https://azure.com/e/9d481c3af3cd407d975017c2b8158bbd)
171171

172172
### Break even point
173173

@@ -179,7 +179,7 @@ To demonstrate this scenario, you have an App Service Environment v2 with a sing
179179

180180
If you migrate this environment to App Service Environment v3, your monthly cost is:
181181

182-
[1(I1v2) = **$281.78**](https://azure.com/e/c2cfb6f810374f31b563e2f8a2c877e7)
182+
[1(I1v2) = **$281.78**](https://azure.com/e/9d481c3af3cd407d975017c2b8158bbd)
183183

184184
This change is a significant cost reduction, but you're over-provisioned since you have double the cores and RAM, which you may not need. This excess isn't an issue for this scenario since the new environment is cheaper. However, when you increase your I1 instances in a single App Service Environment, you see how migrating to App Service Environment v3 can increase your monthly cost.
185185

@@ -189,7 +189,7 @@ For this scenario, your App Service Environment v2 has 14 I1 instances. Your mon
189189

190190
When you migrate this environment to App Service Environment v3, your monthly cost is:
191191

192-
[14(I1v2) = **$3,944.92**](https://azure.com/e/a7b6240644824273bebd358c5919ae4f)
192+
[14(I1v2) = **$3,944.92**](https://azure.com/e/e0f1ebacf937479ba073a9c32cb2452f)
193193

194194
Your App Service Environment v3 is now more expensive than your App Service Environment v2. As you start add more I1 instances, and therefore need more I1v2 instances when you migrate, the difference in price becomes more significant. If this scenario is a requirement for your environment, you may need to plan for an increase in your monthly cost. The following graph visually depicts the point where App Service Environment v3 becomes more expensive than App Service Environment v2 for this specific scenario.
195195

@@ -214,7 +214,7 @@ For more scenarios on cost changes and savings opportunities with App Service En
214214
- **What if my App Service Environment is zone pinned?**
215215
Zone pinned App Service Environment is currently not a supported scenario for migration using the migration feature. App Service Environment v3 doesn't support zone pinning. To migrate to App Service Environment v3, see the [manual migration options](migration-alternatives.md).
216216
- **What properties of my App Service Environment will change?**
217-
You're 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 keep the same ILB IP address. For internet facing App Service Environment, the public IP address and the outbound IP address change. Note for ELB 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).
217+
You're 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 keep the same ILB IP address. For internet facing App Service Environment, the public IP address and the outbound IP address change. Note for ELB 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). For a full comparison of the App Service Environment versions, see [App Service Environment version comparison](version-comparison.md).
218218
- **What happens if migration fails or there is an unexpected issue during the migration?**
219219
If there's an unexpected issue, support teams are on hand. It's recommended to migrate dev environments before touching any production environments.
220220
- **What happens to my old App Service Environment?**

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

Lines changed: 17 additions & 9 deletions
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: 3/16/2023
5+
ms.date: 3/20/2023
66
ms.author: jordanselig
77
ms.topic: article
88
---
@@ -52,14 +52,6 @@ App Service Environment v3 runs on the latest [Virtual Machine Scale Sets](../..
5252
|Front-end scaling management |[Manual](app-service-web-scale-a-web-app-in-an-app-service-environment.md) |[Manual](using-an-ase.md#front-end-scaling) |Managed by platform |
5353
|Scaling operations |Blocks other scaling operations |Blocks other scaling operations |Doesn't block other scale operations |
5454

55-
### Pricing
56-
57-
App Service Environment v3 is often cheaper than previous versions due to the removal of the stamp fee and larger instance sizes. For information and example scenarios on how migrating to App Service Environment v3 can affect your costs, see the [migration pricing samples](migrate.md#pricing) and [Estimate your cost savings by migrating to App Service Environment v3](https://azure.github.io/AppService/2023/03/02/App-service-environment-v3-pricing.html).
58-
59-
|Feature |[App Service Environment v1](app-service-app-service-environment-intro.md) |[App Service Environment v2](intro.md) |[App Service Environment v3](overview.md) |
60-
|---------|---------|---------|---------|
61-
|Pricing |Pay for each vCPU |Stamp fee plus cost per Isolated instance, reservations are available for the stamp fee |No stamp fee and the Isolated v2 rate has 1-3 year reserved instance pricing. Azure Savings Plans for Compute are also available. |
62-
6355
### Certificates and domains
6456

6557
|Feature |[App Service Environment v1](app-service-app-service-environment-intro.md) |[App Service Environment v2](intro.md) |[App Service Environment v3](overview.md) |
@@ -74,6 +66,22 @@ App Service Environment v3 is often cheaper than previous versions due to the re
7466
|---------|---------|---------|---------|
7567
|Perform a backup and restore operation on a storage account behind a firewall |Yes |Yes |No |
7668

69+
### Logging and monitoring
70+
71+
|Feature |[App Service Environment v1](app-service-app-service-environment-intro.md) |[App Service Environment v2](intro.md) |[App Service Environment v3](overview.md) |
72+
|---------|---------|---------|---------|
73+
|Application logging to storage account over virtual network |Yes |Yes |No. The recommendation is to use [diagnostics logging](../overview-diagnostics.md) instead. If you need to use a firewall for the logging storage account, the storage account must be in a different region and use the outbound public addresses of the App Service Environment in the rules. For more information, see [networking considerations](../troubleshoot-diagnostic-logs.md#networking-considerations). |
74+
|Azure Policy integration|Yes |Yes |Yes |
75+
|Azure Advisor integration|Yes |Yes |Yes |
76+
77+
### Pricing
78+
79+
App Service Environment v3 is often cheaper than previous versions due to the removal of the stamp fee and larger instance sizes. For information and example scenarios on how migrating to App Service Environment v3 can affect your costs, see the [migration pricing samples](migrate.md#pricing) and [Estimate your cost savings by migrating to App Service Environment v3](https://azure.github.io/AppService/2023/03/02/App-service-environment-v3-pricing.html).
80+
81+
|Feature |[App Service Environment v1](app-service-app-service-environment-intro.md) |[App Service Environment v2](intro.md) |[App Service Environment v3](overview.md) |
82+
|---------|---------|---------|---------|
83+
|Pricing |Pay for each vCPU |Stamp fee plus cost per Isolated instance, reservations are available for the stamp fee |No stamp fee and the Isolated v2 rate has 1-3 year reserved instance pricing. Azure Savings Plans for Compute are also available. |
84+
7785
## Frequently asked questions
7886

7987
- [What SKUs are available on App Service Environment v1, v2, and v3?](#what-skus-are-available-on-app-service-environment-v1-v2-and-v3)

0 commit comments

Comments
 (0)