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/configure-application-gateway-with-private-frontend-ip.md
+6-1Lines changed: 6 additions & 1 deletion
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: how-to
9
-
ms.date: 08/09/2024
9
+
ms.date: 02/26/2026
10
10
ms.author: mbender
11
11
ms.custom: sfi-image-nochange
12
12
# Customer intent: "As a network administrator, I want to configure an internal load balancer with a private frontend IP for my application gateway, so that I can manage and optimize traffic for internal applications without exposing them to the Internet."
@@ -106,14 +106,19 @@ To do this:
106
106
- Select **Windows Server 2019 Datacenter** for **Image**.
107
107
- Type a valid **Username**.
108
108
- Type a valid **Password**.
109
+
- For **Public inbound ports**, select **None**.
109
110
1. Accept the remaining defaults and select **Next: Disks**.
110
111
1. Accept the defaults and select **Next : Networking**.
111
112
1. Ensure that **myVNet** is selected for the virtual network and the subnet is **myBackendSubnet**.
113
+
1. For **Public IP**, select **None**.
112
114
1. Accept the remaining defaults, and select **Next : Management**.
113
115
1. Select **Disable** to disable boot diagnostics.
114
116
1. Select **Review + create**.
115
117
1. Review the settings on the summary page, and then select **Create**. It may take several minutes to create the VM. Wait until the deployment finishes successfully before moving on to the next section.
116
118
119
+
> [!NOTE]
120
+
> 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).
121
+
117
122
### Install IIS
118
123
119
124
1. Open the Cloud Shell and ensure that it's set to **PowerShell**.
0 commit comments