You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
22
22
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.
24
24
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.
26
26
27
27
## Prerequisites
28
28
29
-
To follow these procedures, you need:
30
-
31
29
* 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.
33
31
* At least one application already created in your service instance.
34
32
35
33
## Navigate to the Scale page in the Azure portal
36
34
37
35
1. Sign in to the [Azure portal](https://portal.azure.com).
38
36
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.
42
38
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.
44
40
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.
46
42
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.
48
44
49
45
## Scale your application
50
46
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:
52
48
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.
54
50
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.
56
52
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.
58
54
59
55
Be sure to select **Save** to apply your scaling settings.
60
56
61
-

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":::
62
58
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.
64
60
65
61
## Upgrade to the Standard tier
66
62
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).
0 commit comments