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
+34-3Lines changed: 34 additions & 3 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: 06/13/2023
9
+
ms.date: 07/11/2025
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,6 +21,7 @@ In this tutorial, you learn how to:
21
21
22
22
> [!div class="checklist"]
23
23
> * Create an application gateway
24
+
> * Deploy Azure Bastion
24
25
> * Create virtual machines for backend servers
25
26
> * Create backend pools with the backend servers
26
27
> * Create listeners
@@ -158,6 +159,35 @@ To add backend targets, you'll:
158
159
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**.
159
160
4. Accept all other default settings and select **Save**.
160
161
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
+
161
191
### Create a virtual machine
162
192
163
193
1. On the Azure portal, select **Create a resource**. The **New** window appears.
@@ -170,9 +200,10 @@ To add backend targets, you'll:
170
200
-**Region**: Select the same region that you used before.
171
201
-**Username**: Enter a name for the administrator user name.
172
202
-**Password**: Enter a password for the administrator.
173
-
1. Accept the other defaults and then select **Next: Disks**.
203
+
-**Public inbound ports**: Select **None**.
204
+
1. Accept the other defaults and then select **Next: Disks**.
174
205
2. Accept the **Disks** tab defaults and then select **Next: Networking**.
175
-
3. On the **Networking** tab, verify that **myVNet** is selected for the **Virtual network** and the **Subnet** is set to **myBackendSubnet**. Accept the other defaults and then select **Next: Management**.<br>Application Gateway can communicate with instances outside of the virtual network that it is in, but you need to ensure there's IP connectivity.
206
+
3. On the **Networking** tab, verify that **myVNet** is selected for the **Virtual network** and the **Subnet** is set to **myBackendSubnet**. Set **Public IP** to **None**. Accept the other defaults and then select **Next: Management**.<br>Application Gateway can communicate with instances outside of the virtual network that it is in, but you need to ensure there's IP connectivity.
176
207
4. On the **Management** tab, set **Boot diagnostics** to **Disable**. Accept the other defaults and then select **Review + create**.
177
208
5. On the **Review + create** tab, review the settings, correct any validation errors, and then select **Create**.
178
209
6. Wait for the virtual machine creation to complete before continuing.
0 commit comments