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 shows how to deploy large CPU and memory applications in Azure Spring Apps to support CPU intensive or memory intensive workloads. Support for large applications is currently only available in the Enterprise tier, which supports the following CPU and memory combinations.
16
+
This article shows how to deploy large CPU and memory applications in Azure Spring Apps to support CPU intensive or memory intensive workloads. Support for large applications is currently available only in the Enterprise tier, which supports the CPU and memory combinations as shown in the following table.
17
17
18
-
| CPU (core processors) | Memory (gigabytes) |
19
-
| ----------- | ----------- |
20
-
| 4 | 16 |
21
-
| 6 | 24 |
22
-
| 8 | 32 |
18
+
| CPU (core processors) | Memory (Gb) |
19
+
| ---------------------| ----------- |
20
+
| 4 | 16 |
21
+
| 6 | 24 |
22
+
| 8 | 32 |
23
23
24
24
## Prerequisites
25
25
@@ -38,7 +38,7 @@ Use the following steps to create a large CPU and memory application using the A
38
38
39
39
1. In the navigation pane, select **Apps** and then select **Create app**.
40
40
41
-
1. On the **Create App** page, provide a name for **App name** and select the desired **vCpu** and **Memory**setting for your application.
41
+
1. On the **Create App** page, provide a name for **App name** and select the desired **vCpu** and **Memory**values for your application.
42
42
43
43
1. Select **Create**.
44
44
@@ -73,9 +73,11 @@ Use the following steps to scale up or down a large CPU and memory application.
73
73
74
74
:::image type="content" source="media/how-to-create-large-application/scale-large-application.png" lightbox="media/how-to-create-large-application/scale-large-application.png" alt-text="Screenshot of Azure portal Configuration page showing how to scale large app.":::
75
75
76
+
1. Select **Save**.
77
+
76
78
### [Azure CLI](#tab/azure-cli)
77
79
78
-
The following command scales up an app to have a high CPU and memory values.
80
+
The following command scales up an app to have high CPU and memory values.
79
81
80
82
```azurecli
81
83
az spring app scale \
@@ -86,7 +88,7 @@ az spring app scale \
86
88
--memory 32Gi
87
89
```
88
90
89
-
The following command scales down an app to have a low CPU and memory values.
91
+
The following command scales down an app to have low CPU and memory values.
0 commit comments