Skip to content

Commit 569af26

Browse files
committed
docs: Replace Bastion deployment with NSG note and remove public IP
1 parent 3bdfa3d commit 569af26

1 file changed

Lines changed: 7 additions & 34 deletions

File tree

articles/application-gateway/quick-create-portal.md

Lines changed: 7 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: In this quickstart, you learn how to use the Azure portal to create
55
services: application-gateway
66
author: mbender-ms
77
ms.author: mbender
8-
ms.date: 07/11/2025
8+
ms.date: 02/25/2026
99
ms.topic: quickstart
1010
ms.service: azure-application-gateway
1111
ms.custom:
@@ -148,10 +148,9 @@ In this example, you'll use virtual machines as the target backend. You can eith
148148
To do this, you'll:
149149

150150
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.
155154

156155
### Add a backend subnet
157156

@@ -169,35 +168,6 @@ To create a backend subnet:
169168

170169
![Screenshot of new application gateway subnets.](./media/application-gateway-create-gateway-portal/application-gateway-subnets.png)
171170

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).
175-
176-
>[!NOTE]
177-
>[!INCLUDE [Pricing](~/reusable-content/ce-skilling/azure/includes/bastion-pricing.md)]
178-
179-
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-
201171
### Create a virtual machine
202172

203173
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
217187
8. On the **Review + create** tab, review the settings, correct any validation errors, and then select **Create**.
218188
9. Wait for the virtual machine creation to complete before continuing.
219189

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+
220193
### Install IIS for testing
221194

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

0 commit comments

Comments
 (0)