Skip to content

Commit 2da2f76

Browse files
Merge pull request #228821 from brhamilton529/screens-scale-app
Screenshot update: Scale an application in Azure Spring Apps
2 parents a3d7147 + ba44e23 commit 2da2f76

File tree

3 files changed

+15
-19
lines changed

3 files changed

+15
-19
lines changed

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

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,53 +18,49 @@ 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 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

29-
To follow these procedures, you need:
30-
3129
* 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.
32-
* 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.
3331
* At least one application already created in your service instance.
3432

3533
## Navigate to the Scale page in the Azure portal
3634

3735
1. Sign in to the [Azure portal](https://portal.azure.com).
3836

39-
1. Go to your Azure Spring Apps **Overview** page.
40-
41-
1. Select the resource group that contains your service.
37+
1. Go to your Azure Spring Apps instance.
4238

43-
1. Select the **Apps** tab under **Settings** in the menu on the left side of the page.
39+
1. Select **Apps** under **Settings** in the navigation pane.
4440

45-
1. Select the application you want to scale. In this example, select the application named **account-service**. You should then see the application's **Overview** page.
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.
4642

47-
1. Go to the **Scale** tab under **Settings** in the menu on the left side of the page. You should see options for the scaling the attributes shown in the following section.
43+
1. Select **Scale out** in the navigation pane. Specify the **instance count** setting as described in the following section.
4844

4945
## Scale your application
5046

51-
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:
5248

53-
* **CPUs**: 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.
49+
* **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.
5450

55-
* **Memory/GB**: The maximum amount of memory per application instance is 8 GB. The total amount of memory for an application is the value set here multiplied by the number of application instances.
51+
* **Memory**: The maximum amount of memory per application instance is 8 GB. The total amount of memory for an application is the value set here multiplied by the number of application instances.
5652

57-
* **App instance count**: In the Standard tier, you can scale out to a maximum of 20 instances. This value changes the number of separate running instances of the Spring application.
53+
* **instance count**: In the Standard tier, you can scale out to a maximum of 20 instances. This value changes the number of separate running instances of the Spring application.
5854

5955
Be sure to select **Save** to apply your scaling settings.
6056

61-
![The Scale service in the Azure portal](media/spring-cloud-tutorial-scale-manual/scale-up-out.png)
57+
:::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":::
6258

63-
After a few seconds, the changes you made are displayed on the **Overview** page, with more details available in the **Application instances** tab. 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.
6460

6561
## Upgrade to the Standard tier
6662

67-
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're 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).
6864

6965
## Next steps
7066

45 KB
Loading
Binary file not shown.

0 commit comments

Comments
 (0)