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/application-gateway-faq.yml
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -279,6 +279,36 @@ sections:
279
279
Sample NSG configuration for private IP only access:
280
280

281
281
282
+
- question: How can I stop and start Azure Application Gateway?
283
+
answer: |
284
+
You can use Azure PowerShell or the Azure CLI to stop and start Azure Application Gateway. When you stop and start Application Gateway, [billing](https://azure.microsoft.com/pricing/details/application-gateway/) also stops and starts.
285
+
286
+
```azurepowershell
287
+
# Stop an existing Azure Application Gateway instance
0 commit comments