From e7756b916c16b88131c1ce32afa2ca0e3af754c0 Mon Sep 17 00:00:00 2001 From: Ebru Cucen Date: Wed, 8 Nov 2017 09:13:07 +0000 Subject: [PATCH] Location is not a parameter New-AzureRMWebAppSlot does not have a parameter `Location` --- .../Websites/Commands.Websites/help/New-AzureRmWebAppSlot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.