Skip to content

Commit 991ffc6

Browse files
Merge pull request #215350 from halkazwini/waf-appgw
WAF: Freshness: Tutorial: Create an application gateway with a Web Application Firewall using the Azure portal
2 parents f338c72 + 3e220fa commit 991ffc6

8 files changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: web-application-firewall
55
author: vhorne
66
ms.service: web-application-firewall
77
ms.topic: tutorial
8-
ms.date: 05/23/2022
8+
ms.date: 10/19/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
---
@@ -68,7 +68,7 @@ Sign in to the Azure portal at [https://portal.azure.com](https://portal.azure.c
6868

6969
Select **OK** to close the **Create virtual network** window and save the virtual network settings.
7070

71-
![Create new application gateway: virtual network](../media/application-gateway-web-application-firewall-portal/application-gateway-create-vnet.png)
71+
:::image type="content" source="../media/application-gateway-web-application-firewall-portal/application-gateway-create-vnet.png" alt-text="Screenshot of Create new application gateway: Create virtual network.":::
7272

7373
3. On the **Basics** tab, accept the default values for the other settings and then select **Next: Frontends**.
7474

@@ -80,7 +80,7 @@ Sign in to the Azure portal at [https://portal.azure.com](https://portal.azure.c
8080
8181
2. Choose **Add new** for the **Public IP address** and enter *myAGPublicIPAddress* for the public IP address name, and then select **OK**.
8282

83-
![Create new application gateway: frontends](../media/application-gateway-web-application-firewall-portal/application-gateway-create-frontends.png)
83+
:::image type="content" source="../media/application-gateway-web-application-firewall-portal/application-gateway-create-frontends.png" alt-text="Screenshot of Create new application gateway: Frontends.":::
8484

8585
3. Select **Next: Backends**.
8686

@@ -97,7 +97,7 @@ The backend pool is used to route requests to the backend servers that serve the
9797

9898
3. In the **Add a backend pool** window, select **Add** to save the backend pool configuration and return to the **Backends** tab.
9999

100-
![Create new application gateway: backends](../media/application-gateway-web-application-firewall-portal/application-gateway-create-backends.png)
100+
:::image type="content" source="../media/application-gateway-web-application-firewall-portal/application-gateway-create-backends.png" alt-text="Screenshot of Create new application gateway: Backends.":::
101101

102102
4. On the **Backends** tab, select **Next: Configuration**.
103103

@@ -117,17 +117,17 @@ On the **Configuration** tab, you'll connect the frontend and backend pool you c
117117

118118
Accept the default values for the other settings on the **Listener** tab, then select the **Backend targets** tab to configure the rest of the routing rule.
119119

120-
:::image type="content" source="../media/application-gateway-web-application-firewall-portal/application-gateway-create-rule-listener.png" alt-text="Screenshot showing Create new application gateway: listener." lightbox="../media/application-gateway-web-application-firewall-portal/application-gateway-create-rule-listener.png":::
120+
:::image type="content" source="../media/application-gateway-web-application-firewall-portal/application-gateway-create-rule-listener.png" alt-text="Screenshot showing Create new application gateway: listener." lightbox="../media/application-gateway-web-application-firewall-portal/application-gateway-create-rule-listener-expanded.png":::
121121

122122
4. On the **Backend targets** tab, select **myBackendPool** for the **Backend target**.
123123

124124
5. For the **Backend settings**, select **Add new** to create a new Backend setting. This setting determines the behavior of the routing rule. In the **Add Backend setting** window that opens, enter *myBackendSetting* for the **Backend settings name**. Accept the default values for the other settings in the window, then select **Add** to return to the **Add a routing rule** window.
125125

126-
:::image type="content" source="../media/application-gateway-web-application-firewall-portal/application-gateway-create-backend-setting.png" alt-text="Screenshot showing Create new application gateway, Backend setting." lightbox="../media/application-gateway-web-application-firewall-portal/application-gateway-create-backend-setting.png":::
126+
:::image type="content" source="../media/application-gateway-web-application-firewall-portal/application-gateway-create-backend-setting.png" alt-text="Screenshot showing Create new application gateway, Backend setting." lightbox="../media/application-gateway-web-application-firewall-portal/application-gateway-create-backend-setting-expanded.png":::
127127

128128
6. On the **Add a routing rule** window, select **Add** to save the routing rule and return to the **Configuration** tab.
129129

130-
:::image type="content" source="../media/application-gateway-web-application-firewall-portal/application-gateway-create-rule-backends.png" alt-text="Screenshot showing Create new application gateway: routing rule." lightbox="../media/application-gateway-web-application-firewall-portal/application-gateway-create-rule-backends.png":::
130+
:::image type="content" source="../media/application-gateway-web-application-firewall-portal/application-gateway-create-rule-backends.png" alt-text="Screenshot showing Create new application gateway: routing rule." lightbox="../media/application-gateway-web-application-firewall-portal/application-gateway-create-rule-backends-expanded.png":::
131131

132132
7. Select **Next: Tags** and then **Next: Review + create**.
133133

@@ -155,15 +155,15 @@ To do this, you'll:
155155

156156
- **Resource group**: Select **myResourceGroupAG** for the resource group name.
157157
- **Virtual machine name**: Enter *myVM* for the name of the virtual machine.
158-
- **Username**: Enter a name for the administrator user name.
158+
- **Username**: Enter a name for the administrator username.
159159
- **Password**: Enter a password for the administrator password.
160160
- **Public inbound ports**: Select **None**.
161161
4. Accept the other defaults and then select **Next: Disks**.
162162
5. Accept the **Disks** tab defaults and then select **Next: Networking**.
163163
6. On the **Networking** tab, verify that **myVNet** is selected for the **Virtual network** and the **Subnet** is set to **myBackendSubnet**.
164164
1. For **Public IP**, select **None**.
165165
1. Accept the other defaults and then select **Next: Management**.
166-
1. On the **Monitoring** tab, set **Boot diagnostics** to **Disable**. Accept the other defaults and then select **Review + create**.
166+
1. Select **Next: Monitoring**, set **Boot diagnostics** to **Disable**. Accept the other defaults and then select **Review + create**.
167167
1. On the **Review + create** tab, review the settings, correct any validation errors, and then select **Create**.
168168
1. Wait for the virtual machine creation to complete before continuing.
169169

@@ -173,7 +173,7 @@ In this example, you install IIS on the virtual machines only to verify Azure cr
173173

174174
1. Open [Azure PowerShell](../../cloud-shell/quickstart-powershell.md). To do so, select **Cloud Shell** from the top navigation bar of the Azure portal and then select **PowerShell** from the drop-down list.
175175

176-
![Install custom extension](../media/application-gateway-web-application-firewall-portal/application-gateway-extension.png)
176+
:::image type="content" source="../media/application-gateway-web-application-firewall-portal/application-gateway-extension.png" alt-text="Screenshot of accessing PowerShell from Portal Cloud shell.":::
177177

178178
2. Set the location parameter for your environment, and then run the following command to install IIS on the virtual machine:
179179

Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)