Skip to content

Commit 4d5f223

Browse files
authored
Merge pull request Azure#4940 from ebrucucen/patch-1
Example fix for New-AzureRMWebAppSlot: Location is not a parameter
2 parents 2af05ef + e7756b9 commit 4d5f223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The **New-AzureRmWebAppSlot** cmdlet creates an Azure Web App Slot in a given a
2727

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

3333
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)