Skip to content

Commit

Permalink
Update app-service-high-density-hosting.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnJackson committed Aug 11, 2016
1 parent b138058 commit e91fb14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions articles/app-service/app-service-high-density-hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ The following Azure Resource Manager template will create an App Service plan th
instances and an app that's configured to use per app scaling and scale to
only 5 instances.

To do this, the App Service plan is setting the **per-site scaling** property to true ( `"perSiteScaling": true`) and the app is setting the **number of
workers** to use to 1 `"properties": { "numberOfWorkers": "1" }`
To do this, the App Service plan is setting the **per-site scaling** property to true ( `"perSiteScaling": true`), and the app is setting the **number of
workers** to use to 1 (`"properties": { "numberOfWorkers": "1" }`).

{
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
Expand Down Expand Up @@ -108,7 +108,7 @@ Follow these steps to configure
high-density hosting for your apps:

1. Configure the App Service Environment and choose a worker pool that
will be dedicated to the *high-density hosting* scenario.
will be dedicated to the high-density hosting scenario.

1. Create a single App Service plan, and scale it to use all the available
capacity on the worker pool.
Expand Down

0 comments on commit e91fb14

Please sign in to comment.