Skip to content

Commit daf8e0a

Browse files
authored
Merge pull request #110175 from vhorne/waf-qs-upd
added quotes to ps snippet
2 parents 622d4ab + d8b54af commit daf8e0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/web-application-firewall/ag/quick-create-template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Use IIS to test the application gateway:
6666
4. Change the custom rule to **Allow traffic**.
6767
Run the following Azure PowerShell script, replacing your resource group name:
6868
```azurepowershell
69-
$rg = <your resource group name>
69+
$rg = "<your resource group name>"
7070
$AppGW = Get-AzApplicationGateway -Name myAppGateway -ResourceGroupName $rg
7171
$pol = Get-AzApplicationGatewayFirewallPolicy -Name WafPol01 -ResourceGroupName $rg
7272
$pol[0].customrules[0].action = "allow"
@@ -85,10 +85,10 @@ When you no longer need the resources that you created with the application gate
8585
To delete the resource group, call the `Remove-AzResourceGroup` cmdlet:
8686

8787
```azurepowershell-interactive
88-
Remove-AzResourceGroup -Name <your resource group name>
88+
Remove-AzResourceGroup -Name "<your resource group name>"
8989
```
9090

9191
## Next steps
9292

9393
> [!div class="nextstepaction"]
94-
> [Tutorial: Create an application gateway with a Web Application Firewall using the Azure portal](application-gateway-web-application-firewall-portal.md)
94+
> [Tutorial: Create an application gateway with a Web Application Firewall using the Azure portal](application-gateway-web-application-firewall-portal.md)

0 commit comments

Comments
 (0)