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 5454
5454
</maml : para >
5455
5455
</maml : alert >
5456
5456
</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:\ > 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.
5460
5460
</maml : para >
5461
5461
<maml : para ></maml : para >
5462
5462
<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