Skip to content

Commit 8915c32

Browse files
[AppGW] Start-AzApplicationGateway docs example (#20699)
* [AppGW] Start-AzApplicationGateway docs example Adding Get-AzApplicationGateway command to be consistent with https://github.com/Azure/azure-powershell/blob/main/src/Network/Network/help/Start-AzApplicationGateway.md * Update Start-AzApplicationGateway.md Consistency with https://github.com/Azure/azure-powershell/blob/main/src/Network/Network/help/Stop-AzApplicationGateway.md
1 parent 1a06246 commit 8915c32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Network/Network/help/Start-AzApplicationGateway.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ The **Start-AzApplicationGateway** cmdlet starts an Azure application gateway
2525

2626
### Example1: Start an application gateway
2727
```powershell
28-
$AppGw = Start-AzApplicationGateway -ApplicationGateway $AppGw
28+
$AppGw = Get-AzApplicationGateway -Name Test -ResourceGroupName Appgwtest
29+
Start-AzApplicationGateway -ApplicationGateway $AppGw
2930
```
3031

3132
This command starts the application gateway stored in the $AppGw variable.

0 commit comments

Comments
 (0)