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
@@ -85,10 +85,10 @@ When you no longer need the resources that you created with the application gate
85
85
To delete the resource group, call the `Remove-AzResourceGroup` cmdlet:
86
86
87
87
```azurepowershell-interactive
88
-
Remove-AzResourceGroup -Name <your resource group name>
88
+
Remove-AzResourceGroup -Name "<your resource group name>"
89
89
```
90
90
91
91
## Next steps
92
92
93
93
> [!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