Skip to content

Commit c9b0b92

Browse files
committed
minor edits
1 parent 2bef877 commit c9b0b92

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

articles/spring-apps/how-to-deploy-big-cpu-memory-application.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ ms.custom: devx-track-java, devx-track-azurecli
1313

1414
**This article applies to:** ✔️ Enterprise tier
1515

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 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.
1717

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 |
2323

2424
## Prerequisites
2525

@@ -38,7 +38,7 @@ Use the following steps to create a large CPU and memory application using the A
3838

3939
1. In the navigation pane, select **Apps** and then select **Create app**.
4040

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.
4242

4343
1. Select **Create**.
4444

@@ -73,9 +73,11 @@ Use the following steps to scale up or down a large CPU and memory application.
7373

7474
:::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.":::
7575

76+
1. Select **Save**.
77+
7678
### [Azure CLI](#tab/azure-cli)
7779

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.
7981

8082
```azurecli
8183
az spring app scale \
@@ -86,7 +88,7 @@ az spring app scale \
8688
--memory 32Gi
8789
```
8890

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.
9092

9193
```azurecli
9294
az spring app scale \

0 commit comments

Comments
 (0)