Skip to content

Commit 7144e44

Browse files
Merge pull request #312321 from asudbring/tsk556113-sfi-bastion
SFI Bastion update: create-multiple-sites-portal.md
2 parents 4939e8f + b9cfeb9 commit 7144e44

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

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

Lines changed: 7 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: 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.
@@ -170,13 +170,17 @@ To add backend targets, you'll:
170170
- **Region**: Select the same region that you used before.
171171
- **Username**: Enter a name for the administrator user name.
172172
- **Password**: Enter a password for the administrator.
173-
1. Accept the other defaults and then select **Next: Disks**.
173+
- **Public inbound ports**: Select **None**.
174+
1. Accept the other defaults and then select **Next: Disks**.
174175
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.
176+
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.
176177
4. On the **Management** tab, set **Boot diagnostics** to **Disable**. Accept the other defaults and then select **Review + create**.
177178
5. On the **Review + create** tab, review the settings, correct any validation errors, and then select **Create**.
178179
6. Wait for the virtual machine creation to complete before continuing.
179180

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+
180184
### Install IIS for testing
181185

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

0 commit comments

Comments
 (0)