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
#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
---
@@ -68,7 +68,7 @@ Sign in to the Azure portal at [https://portal.azure.com](https://portal.azure.c
68
68
69
69
Select **OK** to close the **Create virtual network** window and save the virtual network settings.
70
70
71
-

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.":::
72
72
73
73
3. On the **Basics** tab, accept the default values for the other settings and then select **Next: Frontends**.
74
74
@@ -80,7 +80,7 @@ Sign in to the Azure portal at [https://portal.azure.com](https://portal.azure.c
80
80
81
81
2. Choose **Add new** for the **Public IP address** and enter *myAGPublicIPAddress* for the public IP address name, and then select **OK**.
82
82
83
-

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.":::
84
84
85
85
3. Select **Next: Backends**.
86
86
@@ -97,7 +97,7 @@ The backend pool is used to route requests to the backend servers that serve the
97
97
98
98
3. In the **Add a backend pool** window, select **Add** to save the backend pool configuration and return to the **Backends** tab.
99
99
100
-

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.":::
101
101
102
102
4. On the **Backends** tab, select **Next: Configuration**.
103
103
@@ -117,17 +117,17 @@ On the **Configuration** tab, you'll connect the frontend and backend pool you c
117
117
118
118
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.
4. On the **Backend targets** tab, select **myBackendPool** for the **Backend target**.
123
123
124
124
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.
7. Select **Next: Tags** and then **Next: Review + create**.
133
133
@@ -155,15 +155,15 @@ To do this, you'll:
155
155
156
156
-**Resource group**: Select **myResourceGroupAG** for the resource group name.
157
157
-**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.
159
159
-**Password**: Enter a password for the administrator password.
160
160
-**Public inbound ports**: Select **None**.
161
161
4. Accept the other defaults and then select **Next: Disks**.
162
162
5. Accept the **Disks** tab defaults and then select **Next: Networking**.
163
163
6. On the **Networking** tab, verify that **myVNet** is selected for the **Virtual network** and the **Subnet** is set to **myBackendSubnet**.
164
164
1. For **Public IP**, select **None**.
165
165
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**.
167
167
1. On the **Review + create** tab, review the settings, correct any validation errors, and then select **Create**.
168
168
1. Wait for the virtual machine creation to complete before continuing.
169
169
@@ -173,7 +173,7 @@ In this example, you install IIS on the virtual machines only to verify Azure cr
173
173
174
174
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.
0 commit comments