You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/environment/version-comparison.md
+17-9Lines changed: 17 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: 'App Service Environment version comparison'
3
3
description: This article provides an overview of the App Service Environment versions and feature differences between them.
4
4
author: seligj95
5
-
ms.date: 3/16/2023
5
+
ms.date: 3/20/2023
6
6
ms.author: jordanselig
7
7
ms.topic: article
8
8
---
@@ -52,14 +52,6 @@ App Service Environment v3 runs on the latest [Virtual Machine Scale Sets](../..
52
52
|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 |
53
53
|Scaling operations |Blocks other scaling operations |Blocks other scaling operations |Doesn't block other scale operations |
54
54
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
-
63
55
### Certificates and domains
64
56
65
57
|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
74
66
|---------|---------|---------|---------|
75
67
|Perform a backup and restore operation on a storage account behind a firewall |Yes |Yes |No |
76
68
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, teh 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
+
77
85
## Frequently asked questions
78
86
79
87
-[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