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/application-gateway/deploy-basic-portal.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Learn how to deploy Application Gateway Basic.
5
5
services: application-gateway
6
6
author: greg-lindsay
7
7
ms.topic: how-to
8
-
ms.date: 02/14/2024
8
+
ms.date: 05/06/2024
9
9
ms.author: greglin
10
10
ms.service: application-gateway
11
11
ms.custom: mvc, mode-ui
@@ -61,7 +61,7 @@ You create the application gateway using the tabs on the **Create application ga
61
61
-**Tier**: Select **Basic**.
62
62
-**HTTP2** and **IP address type**: Use default settings.
63
63
64
-

64
+

65
65
66
66
2. For Azure to communicate between the resources that you create, a virtual network is needed. You can either create a new virtual network or use an existing one. In this example, you create a new virtual network at the same time that you create the application gateway. Application Gateway instances are created in separate subnets. You create two subnets in this example: One for the application gateway, and another for the backend servers.
67
67
@@ -85,7 +85,7 @@ You create the application gateway using the tabs on the **Create application ga
85
85
86
86
2. Select **Add new** for the **Public IP address** and enter *myAGPublicIPAddress* for the public IP address name, and then select **OK**.
87
87
88
-

88
+

89
89
90
90
> [!NOTE]
91
91
> Application Gateway frontend now supports dual-stack IP addresses (Public Preview). You can now create up to four frontend IP addresses: Two IPv4 addresses (public and private) and two IPv6 addresses (public and private).
@@ -106,7 +106,7 @@ The backend pool is used to route requests to the backend servers that serve the
106
106
107
107
3. In the **Add a backend pool** window, select **Add** to save the backend pool configuration and return to the **Backends** tab.
108
108
109
-
[](./media/application-gateway-create-gateway-portal/application-gateway-create-backends.png#lightbox)
109
+
[](./media/application-gateway-create-gateway-portal/application-gateway-create-backends.png#lightbox)
110
110
111
111
4. On the **Backends** tab, select **Next: Configuration**.
112
112
@@ -128,17 +128,17 @@ On the **Configuration** tab, you connect the frontend and backend pool you crea
128
128
129
129
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.
130
130
131
-
[](./media/application-gateway-create-gateway-portal/application-gateway-create-rule-listener.png#lightbox)
131
+
[](./media/application-gateway-create-gateway-portal/application-gateway-create-rule-listener.png#lightbox)
132
132
133
133
4. On the **Backend targets** tab, select **myBackendPool** for the **Backend target**.
134
134
135
135
5. For the **Backend setting**, select **Add new** to add a new Backend setting. The Backend setting determines the behavior of the routing rule. In the **Add Backend setting** window that opens, enter *myBackendSetting* for the **Backend settings name** and *80* for the **Backend port**. Accept the default values for the other settings in the **Add Backend setting** window, then select **Add** to return to the **Add a routing rule** window.
136
136
137
-
[](./media/application-gateway-create-gateway-portal/application-gateway-create-backendsetting.png#lightbox)
137
+
[](./media/application-gateway-create-gateway-portal/application-gateway-create-backendsetting.png#lightbox)
138
138
139
139
6. On the **Add a routing rule** window, select **Add** to save the routing rule and return to the **Configuration** tab.
140
140
141
-
[](./media/application-gateway-create-gateway-portal/application-gateway-create-backends.png#lightbox)
141
+
[](./media/application-gateway-create-gateway-portal/application-gateway-create-backends.png#lightbox)
142
142
143
143
7. Select **Next: Tags** and then **Next: Review + create**.
144
144
@@ -183,7 +183,7 @@ In this example, you install IIS on the virtual machines to verify Azure created
183
183
184
184
Select **Cloud Shell** from the top navigation bar of the Azure portal and then select **PowerShell** from the drop-down list.
> 
214
214
215
215
6. Select **Save**.
216
216
7. Wait for the deployment to complete before proceeding to the next step.
@@ -221,11 +221,11 @@ Although IIS isn't required to create the application gateway, you installed it
221
221
222
222
Use IIS to test the application gateway:
223
223
224
-
1. Find the public IP address for the application gateway on its **Overview** page. 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.
224
+
1. Find the public IP address for the application gateway on its **Overview** page.  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.
225
225
2. Copy the public IP address, and then paste it into the address bar of your browser to browse that IP address.
226
226
3. Check the response. A valid response verifies that the application gateway was successfully created and can successfully connect with the backend.

229
229
230
230
Refresh the browser multiple times and you should see connections to both myVM and myVM2.
0 commit comments