We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a06246 commit 8915c32Copy full SHA for 8915c32
src/Network/Network/help/Start-AzApplicationGateway.md
@@ -25,7 +25,8 @@ The **Start-AzApplicationGateway** cmdlet starts an Azure application gateway
25
26
### Example1: Start an application gateway
27
```powershell
28
-$AppGw = Start-AzApplicationGateway -ApplicationGateway $AppGw
+$AppGw = Get-AzApplicationGateway -Name Test -ResourceGroupName Appgwtest
29
+Start-AzApplicationGateway -ApplicationGateway $AppGw
30
```
31
32
This command starts the application gateway stored in the $AppGw variable.
0 commit comments