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
Copy file name to clipboardExpand all lines: articles/web-application-firewall/ag/application-gateway-web-application-firewall-portal.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
---
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'
3
3
description: In this tutorial, you learn how to create an application gateway with a Web Application Firewall by using the Azure portal.
4
4
services: web-application-firewall
5
5
author: vhorne
6
6
ms.service: web-application-firewall
7
7
ms.topic: tutorial
8
-
ms.date: 10/19/2022
8
+
ms.date: 10/20/2022
9
9
ms.author: victorh
10
10
#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.
11
11
---
@@ -22,7 +22,7 @@ In this tutorial, you learn how to:
22
22
> * Create a storage account and configure diagnostics
:::image type="content" source="../media/application-gateway-web-application-firewall-portal/scenario-waf.png" alt-text="Diagram of the Web application firewall example.":::
@@ -217,13 +217,14 @@ In this example, you install IIS on the virtual machines only to verify Azure cr
217
217
218
218
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:
219
219
220
-
1. Find the public IP address for the application gateway on its **Overview** page.
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.":::
221
222
222
223
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.
223
224
1. Copy the public IP address, and then paste it into the address bar of your browser.
224
225
1. Check the response. A valid response verifies that the application gateway was successfully created and it can successfully connect with the backend.
:::image type="content" source="../media/application-gateway-web-application-firewall-portal/application-gateway-iistest.png" alt-text="Screenshot of testing the application gateway.":::
0 commit comments