Skip to content

Commit b8d4b9d

Browse files
authored
Merge pull request #3605 from jonathanmedd/Set-AzureRmAppServicePlan
Set-AzureRmAppServicePlan Help Example 1
2 parents 2606722 + 0e1a3c2 commit b8d4b9d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/ResourceManager/Websites/Commands.Websites/Microsoft.Azure.Commands.Websites.dll-Help.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5454,9 +5454,9 @@
54545454
</maml:para>
54555455
</maml:alert>
54565456
</maml:alertSet>
5457-
<command:examples><command:example><maml:title>-------------------------- 1: --------------------------</maml:title>
5458-
<dev:code></dev:code>
5459-
<dev:remarks><maml:para>
5457+
<command:examples><command:example><maml:title>-------------------------- 1: Modify an App Service plan -------------------------</maml:title>
5458+
<dev:code>PS C:\&gt;Set-AzureRmAppServicePlan -ResourceGroupName "Default-Web-WestUS" -Name "ContosoASP" -PerSiteScaling $true</dev:code>
5459+
<dev:remarks><maml:para>This command sets the PerSiteScaling option to true on the App Service plan named ContosoASP that belongs to the resource group named Default-Web-WestUS.
54605460
</maml:para>
54615461
<maml:para></maml:para>
54625462
<maml:para></maml:para>

src/ResourceManager/Websites/Commands.Websites/help/Set-AzureRmAppServicePlan.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ The **Set-AzureRmAppServicePlan** cmdlet sets an Azure App Service plan.
2828

2929
## EXAMPLES
3030

31-
### 1:
31+
### 1: Modify an App Service plan
3232
```
33-
PS C:\>Set-AzureRmAppServicePlan -ResourceGroupName "Default-Web-WestUS" -Name "ContosoAppServPlan" -PerSiteScaling $true
33+
PS C:\>Set-AzureRmAppServicePlan -ResourceGroupName "Default-Web-WestUS" -Name "ContosoASP" -PerSiteScaling $true
3434
```
3535

36-
This command sets the PerSiteScaling option to true on the App Service plan named ContosoAppServPlan
36+
This command sets the PerSiteScaling option to true on the App Service plan named ContosoASP
3737
that belongs to the resource group named Default-Web-WestUS.
3838

3939
## PARAMETERS

0 commit comments

Comments
 (0)