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 the 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
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.
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.
31
31
* At least one application already created in your service instance.
32
32
33
33
## 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
38
38
39
39
1. Select **Apps** under **Settings** in the navigation pane.
40
40
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.
42
42
43
43
1. Select **Scale out** in the navigation pane. Specify the **instance count** setting as described in the following section.
44
44
45
45
## Scale your application
46
46
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:
48
48
49
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.
50
50
@@ -56,11 +56,11 @@ Be sure to select **Save** to apply your scaling settings.
56
56
57
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":::
58
58
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.
60
60
61
61
## Upgrade to the Standard tier
62
62
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).
0 commit comments