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
+7-3Lines changed: 7 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: 02/26/2026
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.
@@ -170,13 +170,17 @@ To add backend targets, you'll:
170
170
-**Region**: Select the same region that you used before.
171
171
-**Username**: Enter a name for the administrator user name.
172
172
-**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**.
174
175
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.
176
177
4. On the **Management** tab, set **Boot diagnostics** to **Disable**. Accept the other defaults and then select **Review + create**.
177
178
5. On the **Review + create** tab, review the settings, correct any validation errors, and then select **Create**.
178
179
6. Wait for the virtual machine creation to complete before continuing.
179
180
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
+
180
184
### Install IIS for testing
181
185
182
186
In this example, you install IIS on the virtual machines only to verify Azure created the application gateway successfully.
0 commit comments