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/create-multiple-sites-portal.md
+4-31Lines changed: 4 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ services: application-gateway
6
6
author: mbender-ms
7
7
ms.service: azure-application-gateway
8
8
ms.topic: tutorial
9
-
ms.date: 07/11/2025
9
+
ms.date: 02/26/2026
10
10
ms.author: mbender
11
11
ms.custom: sfi-image-nochange
12
12
#Customer intent: As an IT administrator, I want to use the Azure portal to set up an application gateway so I can host multiple sites.
@@ -21,7 +21,6 @@ In this tutorial, you learn how to:
21
21
22
22
> [!div class="checklist"]
23
23
> * Create an application gateway
24
-
> * Deploy Azure Bastion
25
24
> * Create virtual machines for backend servers
26
25
> * Create backend pools with the backend servers
27
26
> * Create listeners
@@ -159,35 +158,6 @@ To add backend targets, you'll:
159
158
3. Select **+ Subnet** and in the **Add subnet** pane, enter *myBackendSubnet* for **Name** and accept *10.0.1.0/24* as the **Subnet address range**.
160
159
4. Accept all other default settings and select **Save**.
161
160
162
-
### Deploy Azure Bastion
163
-
164
-
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.
170
-
171
-
1. Select **+ Create**.
172
-
173
-
1. In the **Basics** tab of **Create a Bastion**, enter or select the following information:
174
-
175
-
| Setting | Value |
176
-
|---|---|
177
-
|**Project details**||
178
-
| Subscription | Select your subscription. |
179
-
| Resource group | Select **myResourceGroupAG**. |
180
-
|**Instance details**||
181
-
| Name | Enter **bastion**. |
182
-
| Region | Select the same region you used previously. |
183
-
| Tier | Select **Developer**. |
184
-
|**Configure virtual networks**||
185
-
| Virtual network | Select **myVNet**. |
186
-
187
-
1. Select **Review + create**.
188
-
189
-
1. Select **Create**.
190
-
191
161
### Create a virtual machine
192
162
193
163
1. On the Azure portal, select **Create a resource**. The **New** window appears.
@@ -208,6 +178,9 @@ Azure Bastion uses your browser to connect to VMs in your virtual network over s
208
178
5. On the **Review + create** tab, review the settings, correct any validation errors, and then select **Create**.
209
179
6. Wait for the virtual machine creation to complete before continuing.
210
180
181
+
> [!NOTE]
182
+
> 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).
183
+
211
184
### Install IIS for testing
212
185
213
186
In this example, you install IIS on the virtual machines only to verify Azure created the application gateway successfully.
0 commit comments