Skip to content

Commit bcc1e09

Browse files
Merge pull request #312207 from asudbring/tsk555750-sfi-bastion
Add security note for WAF PowerShell tutorial VMSS instances
2 parents 4eb4ae5 + d83d8df commit bcc1e09

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

articles/web-application-firewall/ag/tutorial-restrict-web-traffic-powershell.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: halkazwini
66
ms.author: halkazwini
77
ms.service: azure-web-application-firewall
88
ms.topic: how-to
9-
ms.date: 03/26/2021
9+
ms.date: 02/24/2026
1010
ms.custom: devx-track-azurepowershell
1111
# Customer intent: "As a cloud engineer, I want to set up a Web Application Firewall using PowerShell on an application gateway, so that I can secure my application against web exploits and attacks effectively."
1212
---
@@ -177,6 +177,9 @@ $appgw = New-AzApplicationGateway `
177177

178178
In this example, you create a virtual machine scale set to provide servers for the backend pool in the application gateway. You assign the scale set to the backend pool when you configure the IP settings.
179179

180+
> [!NOTE]
181+
> The virtual machine scale set instances in the backend pool don't have public IP addresses and aren't directly accessible from the internet. Management access to the instances, if needed, can be configured through [Azure Bastion](/azure/bastion/bastion-overview).
182+
180183
Replace *\<username>* and *\<password>* with your values before you run this script.
181184

182185
```azurepowershell-interactive

0 commit comments

Comments
 (0)