Skip to content

Commit a9b20e0

Browse files
Merge pull request #215362 from halkazwini/waf-appgw2
Title edit
2 parents f674e86 + c71f379 commit a9b20e0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/web-application-firewall/ag/application-gateway-web-application-firewall-portal.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: 'Tutorial: Create using portal - Web Application Firewall'
2+
title: 'Tutorial: Create an application gateway with a Web Application Firewall using the Azure portal'
33
description: In this tutorial, you learn how to create an application gateway with a Web Application Firewall by using the Azure portal.
44
services: web-application-firewall
55
author: vhorne
66
ms.service: web-application-firewall
77
ms.topic: tutorial
8-
ms.date: 10/19/2022
8+
ms.date: 10/20/2022
99
ms.author: victorh
1010
#Customer intent: As an IT administrator, I want to use the Azure portal to set up an application gateway with Web Application Firewall so I can protect my applications.
1111
---
@@ -22,7 +22,7 @@ In this tutorial, you learn how to:
2222
> * Create a storage account and configure diagnostics
2323
> * Test the application gateway
2424
25-
![Web application firewall example](../media/application-gateway-web-application-firewall-portal/scenario-waf.png)
25+
:::image type="content" source="../media/application-gateway-web-application-firewall-portal/scenario-waf.png" alt-text="Diagram of the Web application firewall example.":::
2626

2727
[!INCLUDE [updated-for-az](../../../includes/updated-for-az.md)]
2828

@@ -217,13 +217,14 @@ In this example, you install IIS on the virtual machines only to verify Azure cr
217217
218218
Although IIS isn't required to create the application gateway, you installed it to verify whether Azure successfully created the application gateway. Use IIS to test the application gateway:
219219
220-
1. Find the public IP address for the application gateway on its **Overview** page.![Record application gateway public IP address](../media/application-gateway-web-application-firewall-portal/application-gateway-record-ag-address.png)
220+
1. Find the public IP address for the application gateway on its **Overview** page.
221+
:::image type="content" source="../media/application-gateway-web-application-firewall-portal/application-gateway-record-ag-address.png" alt-text="Screenshot of Application Gateway public IP address on the Overview page.":::
221222
222223
Or, you can select **All resources**, enter *myAGPublicIPAddress* in the search box, and then select it in the search results. Azure displays the public IP address on the **Overview** page.
223224
1. Copy the public IP address, and then paste it into the address bar of your browser.
224225
1. Check the response. A valid response verifies that the application gateway was successfully created and it can successfully connect with the backend.
225226
226-
![Test application gateway](../media/application-gateway-web-application-firewall-portal/application-gateway-iistest.png)
227+
:::image type="content" source="../media/application-gateway-web-application-firewall-portal/application-gateway-iistest.png" alt-text="Screenshot of testing the application gateway.":::
227228
228229
## Clean up resources
229230

0 commit comments

Comments
 (0)