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
Copy file name to clipboardExpand all lines: articles/spring-apps/how-to-scale-manual.md
+5-11Lines changed: 5 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,6 @@ After you finish, you'll know how to make quick manual changes to each applicati
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
30
* A deployed Azure Spring Apps service instance. Follow the [quickstart on deploying an app via the Azure CLI](./quickstart.md) to get started.
33
31
* At least one application already created in your service instance.
@@ -36,15 +34,11 @@ To follow these procedures, you need:
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.
42
-
43
-
1. Select the **Apps** tab under **Settings** in the menu on the left side of the page.
37
+
1. Go to your Azure Spring Apps instance.
44
38
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.
39
+
1. Select **Apps** under **Settings**in the navigation pane.
46
40
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.
41
+
1.Select the application you want to scale and then select**Scale up** in the navigation pane. You are provided with options for scaling the attributes of your application, as described in the following section.
48
42
49
43
## Scale your application
50
44
@@ -58,9 +52,9 @@ If you modify the scaling attributes, keep the following notes in mind:
58
52
59
53
Be sure to select **Save** to apply your scaling settings.
60
54
61
-

55
+
:::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
56
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.
57
+
After a few seconds, the changes you make are displayed on the **Overview** page of the app, with more details available on the **App instance**page available from the navigation pane. Scaling doesn't require any code changes or redeployment.
0 commit comments