Skip to content

Commit f983f46

Browse files
committed
acrolinxspelling
1 parent e9bc1e5 commit f983f46

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

articles/app-service/configure-custom-container.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to configure a custom container in Azure App Service. Thi
44
author: msangapu-msft
55
ms.author: msangapu
66
ms.topic: how-to
7-
ms.date: 10/25/2023
7+
ms.date: 01/23/2025
88
ms.custom: devx-track-azurepowershell, devx-track-azurecli, linux-related-content
99
zone_pivot_groups: app-service-containers-windows-linux
1010
---
@@ -21,7 +21,7 @@ This guide provides key concepts and instructions for containerization of Window
2121

2222
::: zone pivot="container-linux"
2323

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).
2525

2626
::: zone-end
2727

articles/application-gateway/migrate-v1-v2.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: greg-lindsay
66
ms.service: azure-application-gateway
77
ms.custom: devx-track-azurepowershell
88
ms.topic: how-to
9-
ms.date: 07/15/2024
9+
ms.date: 01/23/2025
1010
ms.author: greglin
1111
---
1212

@@ -16,7 +16,7 @@ We announced the deprecation of Application Gateway V1 SKU (Standard and WAF) on
1616

1717
[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.
1818

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.
2020

2121
There are two stages in a migration:
2222

@@ -44,9 +44,9 @@ This article primarily helps with the configuration migration. Client traffic mi
4444
>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.
4545
4646
> [!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.
4848
49-
## Configuration migration
49+
## Configuration migration
5050

5151
An Azure PowerShell script is provided in this document. It performs the following operations to help you with the configuration:
5252

@@ -57,7 +57,6 @@ An Azure PowerShell script is provided in this document. It performs the followi
5757

5858
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.
5959

60-
6160
## Using the script
6261

6362
> [!NOTE]
@@ -182,7 +181,7 @@ To run the script:
182181
$password = ConvertTo-SecureString <password> -AsPlainText -Force
183182
$cert = New-AzApplicationGatewaySSLCertificate -Name <certname> -CertificateFile <Cert-File-Path-1> -Password $password
184183
```
185-
184+
186185
* **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.
187186
188187
```azurepowershell
@@ -260,7 +259,6 @@ The V2 SKU comes with a range of advantages such as a performance boost of 5x, i
260259

261260
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.
262261

263-
264262
| SKU | V1 Fixed Price/mo | V2 Fixed Price/mo | Recommendation|
265263
| ------------- |:-------------:|:-----:|:-----: |
266264
|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
272270
> 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>
273271
> <br>
274272
> 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+
276274
For further concerns regarding the pricing, work with your CSAM or get in touch with our support team for assistance.
277275

278-
## Common questions
276+
## Common questions
279277

280278
Common questions on migration can be found [here](./retirement-faq.md#faq-on-v1-to-v2-migration)
281279

0 commit comments

Comments
 (0)