Skip to content

Commit 4d82979

Browse files
asudbringCopilot
andcommitted
Add Bastion Developer for secure VM access
Co-authored-by: Copilot <[email protected]>
1 parent 1853270 commit 4d82979

1 file changed

Lines changed: 34 additions & 3 deletions

File tree

articles/application-gateway/create-multiple-sites-portal.md

Lines changed: 34 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: application-gateway
66
author: mbender-ms
77
ms.service: azure-application-gateway
88
ms.topic: tutorial
9-
ms.date: 06/13/2023
9+
ms.date: 07/11/2025
1010
ms.author: mbender
1111
ms.custom: sfi-image-nochange
1212
#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:
2121

2222
> [!div class="checklist"]
2323
> * Create an application gateway
24+
> * Deploy Azure Bastion
2425
> * Create virtual machines for backend servers
2526
> * Create backend pools with the backend servers
2627
> * Create listeners
@@ -158,6 +159,35 @@ To add backend targets, you'll:
158159
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**.
159160
4. Accept all other default settings and select **Save**.
160161

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).
165+
166+
>[!NOTE]
167+
>[!INCLUDE [Pricing](~/reusable-content/ce-skilling/azure/includes/bastion-pricing.md)]
168+
169+
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+
161191
### Create a virtual machine
162192

163193
1. On the Azure portal, select **Create a resource**. The **New** window appears.
@@ -170,9 +200,10 @@ To add backend targets, you'll:
170200
- **Region**: Select the same region that you used before.
171201
- **Username**: Enter a name for the administrator user name.
172202
- **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**.
174205
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.
176207
4. On the **Management** tab, set **Boot diagnostics** to **Disable**. Accept the other defaults and then select **Review + create**.
177208
5. On the **Review + create** tab, review the settings, correct any validation errors, and then select **Create**.
178209
6. Wait for the virtual machine creation to complete before continuing.

0 commit comments

Comments
 (0)