Skip to content

Commit b9cfeb9

Browse files
committed
docs: Replace Bastion deployment with NSG note and remove public IP
1 parent 31ebd63 commit b9cfeb9

1 file changed

Lines changed: 4 additions & 31 deletions

File tree

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

Lines changed: 4 additions & 31 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: 07/11/2025
9+
ms.date: 02/26/2026
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,7 +21,6 @@ In this tutorial, you learn how to:
2121

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

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-
191161
### Create a virtual machine
192162

193163
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
208178
5. On the **Review + create** tab, review the settings, correct any validation errors, and then select **Create**.
209179
6. Wait for the virtual machine creation to complete before continuing.
210180

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+
211184
### Install IIS for testing
212185

213186
In this example, you install IIS on the virtual machines only to verify Azure created the application gateway successfully.

0 commit comments

Comments
 (0)