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/quick-create-portal.md
+7-34Lines changed: 7 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: In this quickstart, you learn how to use the Azure portal to create
5
5
services: application-gateway
6
6
author: mbender-ms
7
7
ms.author: mbender
8
-
ms.date: 07/11/2025
8
+
ms.date: 02/25/2026
9
9
ms.topic: quickstart
10
10
ms.service: azure-application-gateway
11
11
ms.custom:
@@ -148,10 +148,9 @@ In this example, you'll use virtual machines as the target backend. You can eith
148
148
To do this, you'll:
149
149
150
150
1. Add a backend subnet.
151
-
2. Deploy Azure Bastion for secure VM connectivity.
152
-
3. Create two new VMs, *myVM* and *myVM2*, to be used as backend servers.
153
-
4. Install IIS on the virtual machines to verify that the application gateway was created successfully.
154
-
5. Add the backend servers to the backend pool.
151
+
2. Create two new VMs, *myVM* and *myVM2*, to be used as backend servers.
152
+
3. Install IIS on the virtual machines to verify that the application gateway was created successfully.
153
+
4. Add the backend servers to the backend pool.
155
154
156
155
### Add a backend subnet
157
156
@@ -169,35 +168,6 @@ To create a backend subnet:
169
168
170
169

171
170
172
-
### Deploy Azure Bastion
173
-
174
-
Azure Bastion uses your browser to connect to VMs in your virtual network over secure shell (SSH) or remote desktop protocol (RDP) by using their private IP addresses. The VMs don't need public IP addresses, client software, or special configuration. For more information about Azure Bastion, see [Azure Bastion](/azure/bastion/bastion-overview).
1. In the search box at the top of the portal, enter **Bastion**. Select **Bastions** in the search results.
180
-
181
-
1. Select **+ Create**.
182
-
183
-
1. In the **Basics** tab of **Create a Bastion**, enter, or select the following information:
184
-
185
-
| Setting | Value |
186
-
|---|---|
187
-
|**Project details**||
188
-
| Subscription | Select your subscription. |
189
-
| Resource group | Select **myResourceGroupAG**. |
190
-
|**Instance details**||
191
-
| Name | Enter **bastion**. |
192
-
| Region | Select the same region as your application gateway. |
193
-
| Tier | Select **Developer**. |
194
-
|**Configure virtual networks**||
195
-
| Virtual network | Select **myVNet**. |
196
-
197
-
1. Select **Review + create**.
198
-
199
-
1. Select **Create**.
200
-
201
171
### Create a virtual machine
202
172
203
173
1. On the Azure portal menu or from the **Home** page, select **Create a resource**. The **New** window appears.
@@ -217,6 +187,9 @@ Azure Bastion uses your browser to connect to VMs in your virtual network over s
217
187
8. On the **Review + create** tab, review the settings, correct any validation errors, and then select **Create**.
218
188
9. Wait for the virtual machine creation to complete before continuing.
219
189
190
+
> [!NOTE]
191
+
> The default rules of the network security group block all inbound access from the internet, including RDP. To connect to the virtual machine, use Azure Bastion. For more information, see [Quickstart: Deploy Azure Bastion with default settings](../bastion/quickstart-host-portal.md).
192
+
220
193
### Install IIS for testing
221
194
222
195
In this example, you install IIS on the virtual machines to verify Azure created the application gateway successfully.
0 commit comments