diff --git a/src/ResourceManager/Websites/Commands.Websites/help/New-AzureRmWebAppSlot.md b/src/ResourceManager/Websites/Commands.Websites/help/New-AzureRmWebAppSlot.md index 060b699325a7..62524faf7189 100644 --- a/src/ResourceManager/Websites/Commands.Websites/help/New-AzureRmWebAppSlot.md +++ b/src/ResourceManager/Websites/Commands.Websites/help/New-AzureRmWebAppSlot.md @@ -27,7 +27,7 @@ The **New-AzureRmWebAppSlot** cmdlet creates an Azure Web App Slot in a given a ### Example 1 ``` -PS C:\> New-AzureRmWebAppSlot -ResourceGroupName Default-Web-WestUS -Name "ContosoSite" -Location "West US" -AppServicePlan "ContosoServicePlan" -Slot "Slot001" +PS C:\> New-AzureRmWebAppSlot -ResourceGroupName Default-Web-WestUS -Name "ContosoSite" -AppServicePlan "ContosoServicePlan" -Slot "Slot001" ``` 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.