Skip to content

Commit 77b6419

Browse files
committed
updates
1 parent aac04fd commit 77b6419

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/app-service/manage-scale-up.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ author: msangapu-msft
1111

1212
This article shows you how to scale your app in Azure App Service. There are two workflows for scaling, scale up and scale out, and this article explains the scale up workflow.
1313

14-
* [Scale up](https://en.wikipedia.org/wiki/Scalability#Horizontal_and_vertical_scaling): Get more CPU, memory, disk space, and extra features
14+
* [Scale up](https://en.wikipedia.org/wiki/Scalability#Horizontal_and_vertical_scaling): Get more CPU, memory, or disk space, or extra features
1515
like dedicated virtual machines (VMs), custom domains and certificates, staging slots, autoscaling, and more. You scale up by changing the pricing tier of the
1616
App Service plan that your app belongs to.
1717
* [Scale out](https://en.wikipedia.org/wiki/Scalability#Horizontal_and_vertical_scaling): Increase the number of VM instances that run your app.
18-
Basic, Standard and Premium service plans scale out to as many as 3, 10 and 30 instances respectively. [App Service Environments](environment/intro.md)
19-
in **Isolated** tier further increases your scale-out count to 100 instances. For more information about scaling out, see
20-
[Scale instance count manually or automatically](../azure-monitor/autoscale/autoscale-get-started.md). There, you find out how
21-
to use autoscaling, which is to scale instance count automatically based on predefined rules and schedules.
18+
Basic, Standard, and Premium service plans scale out to as many as 3, 10, and 30 instances respectively. [App Service Environments](environment/intro.md)
19+
in the Isolated tier further increase your scale-out count to 100 instances. For more information about scaling out automatically, see
20+
[Scale instance count automatically](../azure-monitor/autoscale/autoscale-get-started.md). There, you find out how
21+
to use autoscaling, which is to scale instance count automatically based on predefined rules and schedules. You can also scale out [manually](manage-automatic-scaling.md#disable-automatic-scaling).
2222

2323
>[!IMPORTANT]
24-
> [App Service now offers an automatic scale-out option to handle varying incoming HTTP requests.](./manage-automatic-scaling.md)
24+
> [App Service offers an automatic scale-out option to handle varying incoming HTTP requests.](./manage-automatic-scaling.md)
2525
>
2626
2727
The scale settings take only seconds to apply and affect all apps in your [App Service plan](../app-service/overview-hosting-plans.md).
@@ -30,7 +30,7 @@ They don't require you to change your code or redeploy your application.
3030
For information about the pricing and features of individual App Service plans, see [App Service Pricing Details](https://azure.microsoft.com/pricing/details/web-sites/).
3131

3232
> [!NOTE]
33-
> Before you switch an App Service plan from the **Free** tier, you must first remove the [spending limits](https://azure.microsoft.com/pricing/spending-limits/) in place for your Azure subscription. To view or change options for your Microsoft Azure App Service subscription, see [Microsoft Azure Subscriptions][azuresubscriptions].
33+
> Before you switch an App Service plan from the Free tier, you must first remove the [spending limits](https://azure.microsoft.com/pricing/spending-limits/) in place for your Azure subscription. To view or change options for your Microsoft Azure App Service subscription, see [Microsoft Azure Subscriptions][azuresubscriptions].
3434
>
3535
>
3636
@@ -61,14 +61,14 @@ If your app depends on other services, such as Azure SQL Database or Azure Stora
6161

6262
1. In the **Overview** page for your app, select the **Resource group** link.
6363

64-
![Scale up your Azure app's related resources](./media/web-sites-scale/RGEssentialsLink.png)
64+
![Scale up your Azure app's related resources.](./media/web-sites-scale/RGEssentialsLink.png)
6565

6666
2. In the **Summary** part of the **Resource group** page, select a resource that you want to scale. The following screenshot
6767
shows a SQL Database resource.
6868

6969
![Navigate to resource group page to scale up your Azure app](./media/web-sites-scale/ResourceGroup.png)
7070

71-
To scale up the related resource, see the documentation for the specific resource type. For example, to scale up a single SQL Database, see [Scale single database resources in Azure SQL Database](/azure/azure-sql/database/single-database-scale). To scale up an Azure Database for MySQL resource, see [Scale MySQL resources](/azure/mysql/concepts-pricing-tiers#scale-resources).
71+
To scale up the related resource, see the documentation for the specific resource type. For example, to scale up a single SQL database, see [Scale single database resources in Azure SQL Database](/azure/azure-sql/database/single-database-scale). To scale up an Azure Database for MySQL resource, see [Scale MySQL resources](/azure/mysql/concepts-pricing-tiers#scale-resources).
7272

7373
<a name="OtherFeatures"></a>
7474
<a name="devfeatures"></a>
@@ -81,7 +81,7 @@ For a table of service limits, quotas, and constraints, and supported features i
8181

8282
<a name="Next Steps"></a>
8383

84-
## More resources
84+
## Related content
8585

8686
* [Scale instance count manually or automatically](../azure-monitor/autoscale/autoscale-get-started.md)
8787
* [Configure Premium V3 tier for App Service](app-service-configure-premium-tier.md)

0 commit comments

Comments
 (0)