Skip to content

Commit 198903e

Browse files
authored
Merge pull request Azure#5068 from ThmsRynr/patch-2
Updated Get-AzureRmWebApp example, inputs, outputs
2 parents 8a0ed41 + b5976d8 commit 198903e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/ResourceManager/Websites/Commands.Websites/help/Get-AzureRmWebApp.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The **Get-AzureRmWebApp** cmdlet gets information about an Azure Web App.
3737

3838
### Example 1: Get a Web App from a resource group
3939
```
40-
PS C:\>Get-AzureRmWebApp -ResourceGroupName "Default-Web-WestUS" -Name "ContosoSite" -SlotName "Slot001"
40+
PS C:\>Get-AzureRmWebApp -ResourceGroupName "Default-Web-WestUS" -Name "ContosoSite"
4141
```
4242

4343
This command gets the Web App named ContosoSite that belongs to the resource group Default-Web-WestUS.
@@ -124,8 +124,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
124124
125125
## INPUTS
126126
127+
### System.String
128+
127129
## OUTPUTS
128130
131+
### Microsoft.Azure.Management.WebSites.Models.Site
132+
129133
## NOTES
130134
131135
## RELATED LINKS

0 commit comments

Comments
 (0)