File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/ResourceManager/Websites/Commands.Websites Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5446
5446
</maml : para >
5447
5447
</maml : alert >
5448
5448
</maml : alertSet >
5449
- <command : examples ><command : example ><maml : title >-------------------------- 1: - -------------------------</maml : title >
5450
- <dev : code ></dev : code >
5451
- <dev : remarks ><maml : para >
5449
+ <command : examples ><command : example ><maml : title >-------------------------- 1: Modify an App Service plan -------------------------</maml : title >
5450
+ <dev : code >PS C:\ > Set-AzureRmAppServicePlan -ResourceGroupName "Default-Web-WestUS" -Name "ContosoASP" -PerSiteScaling $true </dev : code >
5451
+ <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.
5452
5452
</maml : para >
5453
5453
<maml : para ></maml : para >
5454
5454
<maml : para ></maml : para >
Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ The **Set-AzureRmAppServicePlan** cmdlet sets an Azure App Service plan.
28
28
29
29
## EXAMPLES
30
30
31
- ### 1:
31
+ ### 1: Modify an App Service plan
32
32
```
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
34
34
```
35
35
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
37
37
that belongs to the resource group named Default-Web-WestUS.
38
38
39
39
## PARAMETERS
You can’t perform that action at this time.
0 commit comments