Skip to content

Commit ebd20ac

Browse files
authored
Merge pull request Azure#4693 from gigenthomas/patch-2
Update New-AzureRmWebAppSlot.md
2 parents 2967a34 + 1cdd504 commit ebd20ac

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)