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
@@ -21,7 +21,7 @@ This guide provides key concepts and instructions for containerization of Window
21
21
22
22
::: zone pivot="container-linux"
23
23
24
-
This guide provides key concepts and instructions for containerization of Linux apps in App Service. If are new to Azure App Service, follow the [custom container quickstart](quickstart-custom-container.md) and [tutorial](tutorial-custom-container.md) first. For sidecar containers (preview), see [Tutorial: Configure a sidecar container for custom container in Azure App Service (preview)](tutorial-custom-container-sidecar.md).
24
+
This guide provides key concepts and instructions for containerization of Linux apps in App Service. If you're new to Azure App Service, follow the [custom container quickstart](quickstart-custom-container.md) and [tutorial](tutorial-custom-container.md) first. For sidecar containers (preview), see [Tutorial: Configure a sidecar container for custom container in Azure App Service (preview)](tutorial-custom-container-sidecar.md).
Copy file name to clipboardExpand all lines: articles/application-gateway/migrate-v1-v2.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: greg-lindsay
6
6
ms.service: azure-application-gateway
7
7
ms.custom: devx-track-azurepowershell
8
8
ms.topic: how-to
9
-
ms.date: 07/15/2024
9
+
ms.date: 01/23/2025
10
10
ms.author: greglin
11
11
---
12
12
@@ -16,7 +16,7 @@ We announced the deprecation of Application Gateway V1 SKU (Standard and WAF) on
16
16
17
17
[Azure Application Gateway and Web Application Firewall (WAF) V2](application-gateway-autoscaling-zone-redundant.md) now offer additional features such as autoscaling, availability, zone redundancy, higher performance, faster operations and improved throughput compared to V1. Also, all new features are released for V2 SKU. It's highly recommended for you to create a migration plan now.
18
18
19
-
V1 gateways aren't automatically upgraded to V2. Use this migration guide to help you plan and carry out the migrations.
19
+
V1 gateways aren't automatically upgraded to V2. Use this migration guide to help you plan and carry out the migrations.
20
20
21
21
There are two stages in a migration:
22
22
@@ -44,9 +44,9 @@ This article primarily helps with the configuration migration. Client traffic mi
44
44
>Run the `Set-AzContext -Subscription <V1 application gateway SubscriptionId>` cmdlet every time before running the migration script. This is necessary to set the active Azure context to the correct subscription, because the migration script might clean up the existing resource group if it doesn't exist in current subscription context. This is not a mandatory step for version 1.0.11 & above of the migration script.
45
45
46
46
> [!IMPORTANT]
47
-
>A new stable version of the migration script, version 1.0.11 is available now, which contains important bug fixes and updates.Use this version to avoid potential issues.
47
+
>A new stable version of the migration script, version 1.0.11 is available now, which contains important bug fixes and updates.Use this version to avoid potential issues.
48
48
49
-
## Configuration migration
49
+
## Configuration migration
50
50
51
51
An Azure PowerShell script is provided in this document. It performs the following operations to help you with the configuration:
52
52
@@ -57,7 +57,6 @@ An Azure PowerShell script is provided in this document. It performs the followi
57
57
58
58
You can download the migration script from the [PowerShell Gallery](https://www.powershellgallery.com/packages/AzureAppGWMigration).A new stable release (Version 1.0.11) of the migration script is available, which includes major updates and bug fixes. It's recommended to use this stable version.
* **trustedRootCertificates: [PSApplicationGatewayTrustedRootCertificate]: Optional**. A comma-separated list of PSApplicationGatewayTrustedRootCertificate objects that you create to represent the [Trusted Root certificates](ssl-overview.md) for authentication of your backend instances from your v2 gateway.
187
186
188
187
```azurepowershell
@@ -260,7 +259,6 @@ The V2 SKU comes with a range of advantages such as a performance boost of 5x, i
260
259
261
260
There are five variants available in V1 SKU based on the Tier and Size - Standard_Small, Standard_Medium, Standard_Large, WAF_Medium and WAF_Large.
|Standard Medium | 102.2 | 179.8|V2 SKU can handle a larger number of requests than a V1 gateway, so we recommend consolidating multiple V1 gateways into a single V2 gateway, to optimize the cost. Ensure that consolidation doesn’t exceed the Application Gateway [limits](../azure-resource-manager/management/azure-subscription-service-limits.md#azure-application-gateway-limits). We recommend 3:1 consolidation. |
@@ -272,10 +270,10 @@ There are five variants available in V1 SKU based on the Tier and Size - Standar
272
270
> The calculations shown here are based on East US and for a gateway with 2 instances in V1. The variable cost in V2 is based on one of the 3 dimensions with highest usage: New connections (50/sec), Persistent connections (2500 persistent connections/min), Throughput (1 CU can handle 2.22 Mbps). <br>
273
271
> <br>
274
272
> The scenarios described here are examples and are for illustration purposes only. For pricing information according to your region, see the [Pricing page](https://azure.microsoft.com/pricing/details/application-gateway/).
275
-
273
+
276
274
For further concerns regarding the pricing, work with your CSAM or get in touch with our support team for assistance.
277
275
278
-
## Common questions
276
+
## Common questions
279
277
280
278
Common questions on migration can be found [here](./retirement-faq.md#faq-on-v1-to-v2-migration)
0 commit comments