Skip to content

Commit 278266d

Browse files
committed
minor edits
1 parent 1c1d31a commit 278266d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/spring-apps/how-to-scale-manual.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ ms.custom: devx-track-java, event-tier1-build-2022
1818

1919
**This article applies to:** ✔️ Basic/Standard tier ✔️ Enterprise tier
2020

21-
This article demonstrates how to scale any Spring application using the Azure Spring Apps dashboard in the Azure portal.
21+
This article demonstrates how to scale a Spring application using the Azure Spring Apps in the Azure portal.
2222

23-
Scale your application up and down by modifying its number of virtual CPUs (vCPUs) and amount of memory. Scale your application in and out by modifying the number of application instances.
23+
You can scale your app up and down by modifying its number of virtual CPUs (vCPUs) and amount of memory. Scale your app in and out by modifying the number of application instances.
2424

25-
After you finish, you'll know how to make quick manual changes to each application in your service. Scaling takes effect in seconds and doesn't require any code changes or redeployment.
25+
After you finish, you'll know how to make quick manual changes to each application in your service. Scaling takes effect within seconds and doesn't require any code changes or redeployment.
2626

2727
## Prerequisites
2828

2929
* An Azure subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
30-
* A deployed Azure Spring Apps service instance. Follow the [quickstart on deploying an app via the Azure CLI](./quickstart.md) to get started.
30+
* A deployed Azure Spring Apps service instance. For more information, see [Quickstart: Deploy your first application to Azure Spring Apps](./quickstart.md) to get started.
3131
* At least one application already created in your service instance.
3232

3333
## Navigate to the Scale page in the Azure portal
@@ -38,13 +38,13 @@ After you finish, you'll know how to make quick manual changes to each applicati
3838

3939
1. Select **Apps** under **Settings** in the navigation pane.
4040

41-
1. Select the application you want to scale and then select **Scale up** in the navigation pane. Specify the **vCPU** and **Memory** settings using their guidelines described in the following section.
41+
1. Select the app you want to scale and then select **Scale up** in the navigation pane. Specify the **vCPU** and **Memory** settings using the guidelines as described in the following section.
4242

4343
1. Select **Scale out** in the navigation pane. Specify the **instance count** setting as described in the following section.
4444

4545
## Scale your application
4646

47-
If you modify the scaling attributes, keep the following notes in mind:
47+
As you modify the scaling attributes, keep the following notes in mind:
4848

4949
* **vCPU**: The maximum number of CPUs per application instance is four. The total number of CPUs for an application is the value set here multiplied by the number of application instances.
5050

@@ -56,11 +56,11 @@ Be sure to select **Save** to apply your scaling settings.
5656

5757
:::image type="content" source="media/how-to-scale-manual/scale-up-out.png" alt-text="Screenshot of the Azure portal showing the Scale up page for an app in an Azure Spring Apps instance, with Scale up highlighted in the navigation pane." lightbox="media/how-to-scale-manual/scale-up-out.png":::
5858

59-
Select **App instance** in the navigation pane for details about the instance of the app. After a few seconds, the scaling changes you made are reflected on the **Overview** page of the app. Scaling doesn't require any code changes or redeployment.
59+
After a few seconds, the scaling changes you make are reflected on the **Overview** page of the app. Select **App instance** in the navigation pane for details about the instance of the app.
6060

6161
## Upgrade to the Standard tier
6262

63-
If you are on the Basic tier and constrained by one or more of these [limits](./quotas.md), you can upgrade to the Standard tier. To do this go to the Pricing tier menu by first selecting the **Standard tier** column and then selecting the **Upgrade** button.
63+
If you are on the Basic tier and constrained by current limits, you can upgrade to the Standard tier. For more information, see [Quotas and service plans for Azure Spring Apps](./quotas.md) and [Migrate an Azure Spring Apps Basic or Standard tier instance to Enterprise tier](/azure/spring-apps/how-to-migrate-standard-tier-to-enterprise-tier).
6464

6565
## Next steps
6666

0 commit comments

Comments
 (0)