Skip to content

Commit 0a214ce

Browse files
authored
Merge pull request MicrosoftDocs#31758 from MicrosoftDocs/TravisCragg-MSFT-patch-6
fixed RG Delete command
2 parents efd8c7d + b009746 commit 0a214ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/application-gateway/tutorial-restrict-web-traffic-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ az network public-ip show \
191191
When no longer needed, remove the resource group, application gateway, and all related resources.
192192

193193
```azurecli-interactive
194-
az group delete --name myResourceGroupAG --location eastus
194+
az group delete --name myResourceGroupAG
195195
```
196196

197197
## Next steps

0 commit comments

Comments
 (0)