Skip to content

Commit d473298

Browse files
Merge pull request #276756 from greg-lindsay/appgw-freshness
add note wrt IPv6 support
2 parents 525d700 + fbc0ead commit d473298

File tree

6 files changed

+24
-6
lines changed

6 files changed

+24
-6
lines changed

articles/application-gateway/quick-create-bicep.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: In this quickstart, you learn how to use Bicep to create an Azure A
55
services: application-gateway
66
author: greg-lindsay
77
ms.author: greglin
8-
ms.date: 04/18/2024
8+
ms.date: 05/30/2024
99
ms.topic: quickstart
1010
ms.service: application-gateway
1111
ms.custom: mvc, subject-armqs, mode-arm, devx-track-bicep
@@ -19,6 +19,9 @@ In this quickstart, you use Bicep to create an Azure Application Gateway. Then y
1919

2020
![Conceptual diagram of the quickstart setup.](./media/quick-create-portal/application-gateway-qs-resources.png)
2121

22+
> [!NOTE]
23+
> Application Gateway frontend now supports dual-stack IP addresses (Preview). You can now create up to four frontend IP addresses: Two IPv4 addresses (public and private) and two IPv6 addresses (public and private).
24+
2225
## Prerequisites
2326

2427
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).

articles/application-gateway/quick-create-cli.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: application-gateway
66
author: greg-lindsay
77
ms.service: application-gateway
88
ms.topic: quickstart
9-
ms.date: 01/23/2024
9+
ms.date: 05/30/2024
1010
ms.author: greglin
1111
ms.custom: mvc, devx-track-azurecli, mode-api
1212
---
@@ -28,6 +28,9 @@ You can also complete this quickstart using [Azure PowerShell](quick-create-powe
2828

2929
- This article requires version 2.0.4 or later of the Azure CLI. If using Azure Cloud Shell, the latest version is already installed.
3030

31+
> [!NOTE]
32+
> Application Gateway frontend now supports dual-stack IP addresses (Preview). You can now create up to four frontend IP addresses: Two IPv4 addresses (public and private) and two IPv6 addresses (public and private).
33+
3134
## Create resource group
3235

3336
In Azure, you allocate related resources to a resource group. Create a resource group by using `az group create`.

articles/application-gateway/quick-create-portal.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: In this quickstart, you learn how to use the Azure portal to create
55
services: application-gateway
66
author: greg-lindsay
77
ms.author: greglin
8-
ms.date: 04/18/2024
8+
ms.date: 05/30/2024
99
ms.topic: quickstart
1010
ms.service: application-gateway
1111
ms.custom: mvc, mode-ui
@@ -21,6 +21,9 @@ For more information about the components of an application gateway, see [Applic
2121

2222
You can also complete this quickstart using [Azure PowerShell](quick-create-powershell.md) or [Azure CLI](quick-create-cli.md).
2323

24+
> [!NOTE]
25+
> Application Gateway frontend now supports dual-stack IP addresses (Preview). You can now create up to four frontend IP addresses: Two IPv4 addresses (public and private) and two IPv6 addresses (public and private).
26+
2427
## Prerequisites
2528

2629
An Azure account with an active subscription is required. If you don't already have an account, you can [create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).

articles/application-gateway/quick-create-powershell.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: In this quickstart, you learn how to use Azure PowerShell to create
55
services: application-gateway
66
author: greg-lindsay
77
ms.author: greglin
8-
ms.date: 01/23/2024
8+
ms.date: 05/30/2024
99
ms.topic: quickstart
1010
ms.service: application-gateway
1111
ms.custom: devx-track-azurepowershell, mvc, mode-api
@@ -22,6 +22,9 @@ The application gateway directs application web traffic to specific resources in
2222

2323
You can also complete this quickstart using [Azure CLI](quick-create-cli.md) or the [Azure portal](quick-create-portal.md).
2424

25+
> [!NOTE]
26+
> Application Gateway frontend now supports dual-stack IP addresses (Preview). You can now create up to four frontend IP addresses: Two IPv4 addresses (public and private) and two IPv6 addresses (public and private).
27+
2528
## Prerequisites
2629

2730
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).

articles/application-gateway/quick-create-template.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: In this quickstart, you learn how to use a Resource Manager templat
55
services: application-gateway
66
author: greg-lindsay
77
ms.author: greglin
8-
ms.date: 04/18/2024
8+
ms.date: 05/30/2024
99
ms.topic: quickstart
1010
ms.service: application-gateway
1111
ms.custom: mvc, subject-armqs, mode-arm, devx-track-arm-template
@@ -25,6 +25,9 @@ If your environment meets the prerequisites and you're familiar with using ARM t
2525

2626
:::image type="content" source="~/reusable-content/ce-skilling/azure/media/template-deployments/deploy-to-azure-button.svg" alt-text="Button to deploy the Resource Manager template to Azure." border="false" link="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fdemos%2Fag-docs-qs%2Fazuredeploy.json":::
2727

28+
> [!NOTE]
29+
> Application Gateway frontend now supports dual-stack IP addresses (Preview). You can now create up to four frontend IP addresses: Two IPv4 addresses (public and private) and two IPv6 addresses (public and private).
30+
2831
## Prerequisites
2932

3033
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).

articles/application-gateway/quick-create-terraform.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: In this quickstart, you learn how to use Terraform to create an Azu
55
services: application-gateway
66
author: greg-lindsay
77
ms.author: greglin
8-
ms.date: 02/28/2024
8+
ms.date: 05/30/2024
99
ms.topic: quickstart
1010
ms.service: application-gateway
1111
ms.custom: devx-track-terraform
@@ -33,6 +33,9 @@ In this quickstart, you use Terraform to create an Azure Application Gateway. Th
3333
3434
![Conceptual diagram of the quickstart setup.](./media/quick-create-portal/application-gateway-qs-resources.png)
3535

36+
> [!NOTE]
37+
> Application Gateway frontend now supports dual-stack IP addresses (Preview). You can now create up to four frontend IP addresses: Two IPv4 addresses (public and private) and two IPv6 addresses (public and private).
38+
3639
## Prerequisites
3740

3841
- [Install and configure Terraform](/azure/developer/terraform/quickstart-configure)

0 commit comments

Comments
 (0)