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/migrate.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Migrate to App Service Environment v3 by using the migration feature
3
3
description: Overview of the migration feature for migration to App Service Environment v3
4
4
author: seligj95
5
5
ms.topic: article
6
-
ms.date: 03/17/2023
6
+
ms.date: 03/20/2023
7
7
ms.author: jordanselig
8
8
ms.custom: references_regions
9
9
---
@@ -163,11 +163,11 @@ To demonstrate the cost saving opportunity for this scenario, use the [pricing c
163
163
164
164
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.
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.
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.
185
185
@@ -189,7 +189,7 @@ For this scenario, your App Service Environment v2 has 14 I1 instances. Your mon
189
189
190
190
When you migrate this environment to App Service Environment v3, your monthly cost is:
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.
195
195
@@ -214,7 +214,7 @@ For more scenarios on cost changes and savings opportunities with App Service En
214
214
-**What if my App Service Environment is zone pinned?**
215
215
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).
216
216
-**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).
218
218
-**What happens if migration fails or there is an unexpected issue during the migration?**
219
219
If there's an unexpected issue, support teams are on hand. It's recommended to migrate dev environments before touching any production environments.
220
220
-**What happens to my old App Service Environment?**
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, 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
+
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