Skip to content

Commit a03c249

Browse files
Merge pull request #267602 from greg-lindsay/qs-graphics2
add graphics
2 parents f7238bc + 7e66695 commit a03c249

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

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

Lines changed: 3 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/14/2022
8+
ms.date: 02/28/2024
99
ms.topic: quickstart
1010
ms.service: application-gateway
1111
ms.custom: mvc, subject-armqs, mode-arm, devx-track-bicep
@@ -17,6 +17,8 @@ In this quickstart, you use Bicep to create an Azure Application Gateway. Then y
1717

1818
[!INCLUDE [About Bicep](../../includes/resource-manager-quickstart-bicep-introduction.md)]
1919

20+
![Conceptual diagram of the quickstart setup.](./media/quick-create-portal/application-gateway-qs-resources.png)
21+
2022
## Prerequisites
2123

2224
- 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-portal.md

Lines changed: 2 additions & 2 deletions
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: 11/28/2023
8+
ms.date: 02/28/2024
99
ms.topic: quickstart
1010
ms.service: application-gateway
1111
ms.custom: mvc, mode-ui
@@ -15,7 +15,7 @@ ms.custom: mvc, mode-ui
1515

1616
In this quickstart, you use the Azure portal to create an [Azure Application Gateway](overview.md) and test it to make sure it works correctly. You will assign listeners to ports, create rules, and add resources to a backend pool. For the sake of simplicity, a simple setup is used with a public frontend IP address, a basic listener to host a single site on the application gateway, a basic request routing rule, and two virtual machines (VMs) in the backend pool.
1717

18-
![Quickstart setup](./media/quick-create-portal/application-gateway-qs-resources.png)
18+
![Conceptual diagram of the quickstart setup.](./media/quick-create-portal/application-gateway-qs-resources.png)
1919

2020
For more information about the components of an application gateway, see [Application gateway components](application-gateway-components.md).
2121

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

Lines changed: 3 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: 09/26/2023
8+
ms.date: 02/28/2024
99
ms.topic: quickstart
1010
ms.service: application-gateway
1111
ms.custom: devx-track-terraform
@@ -31,6 +31,8 @@ In this quickstart, you use Terraform to create an Azure Application Gateway. Th
3131
> * Create an Azure Windows Virtual Machine using [azurerm_windows_virtual_machine](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/windows_virtual_machine)
3232
> * Create an Azure Virtual Machine Extension using [azurerm_virtual_machine_extension](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/virtual_machine_extension)
3333
34+
![Conceptual diagram of the quickstart setup.](./media/quick-create-portal/application-gateway-qs-resources.png)
35+
3436
## Prerequisites
3537

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

0 commit comments

Comments
 (0)