Skip to content

Commit 1cdd504

Browse files
authored
Update New-AzureRmWebAppSlot.md
Wong keyword used for New-AzureRmWebAppSlot. Change from New-AzureRmWebApp to New-AzureRmWebAppSlot
1 parent 0d0c66e commit 1cdd504

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ResourceManager/Websites/Commands.Websites/help/New-AzureRmWebAppSlot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ New-AzureRmWebAppSlot [-ResourceGroupName] <String> [-Name] <String> [[-Slot] <S
2020
```
2121

2222
## DESCRIPTION
23-
The **New-AzureRmWebApp** cmdlet creates an Azure Web App Slot in a given a resource group that uses the specified App Service plan and data center.
23+
The **New-AzureRmWebAppSlot** cmdlet creates an Azure Web App Slot in a given a resource group that uses the specified App Service plan and data center.
2424

2525
## EXAMPLES
2626

2727
### Example 1
2828
```
29-
PS C:\> New-AzureRmWebApp -ResourceGroupName Default-Web-WestUS -Name "ContosoSite" -Location "West US" -AppServicePlan "ContosoServicePlan" -Slot "Slot001"
29+
PS C:\> New-AzureRmWebAppSlot -ResourceGroupName Default-Web-WestUS -Name "ContosoSite" -Location "West US" -AppServicePlan "ContosoServicePlan" -Slot "Slot001"
3030
```
3131

3232
This command creates a Slot named Slot001 under an existing Web App names ContosoSite in the existing resource group named Default-Web-WestUS in data center West US.

0 commit comments

Comments
 (0)