Deploy large CPU and memory applications in Azure Spring Apps in the Enterprise plan

This article applies to: ❌ Basic/Standard ✔️ Enterprise

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 plan, which supports the CPU and memory combinations as shown in the following table.

CPU (cores) Memory (GB)
4 16
6 24
8 32

Prerequisites

  • An Azure subscription. If you don't have a subscription, create a free account before you begin.
  • An Azure Spring Apps service instance.
  • The Azure CLI. Install the Azure Spring Apps extension with the following command: az extension add --name spring.

Create a large CPU and memory application

You can use the Azure portal or the Azure CLI to create applications.

Use the following steps to create a large CPU and memory application using the Azure portal.

  1. Go to your Azure Spring Apps service instance.

  2. In the navigation pane, select Apps, and then select Create app.

  3. On the Create App page, provide a name for App name and select the desired vCpu and Memory values for your application.

  4. Select Create.

    Screenshot of the Azure portal Create App page in Azure Spring Apps showing configuration settings for a new app.

Scale up and down for large CPU and memory applications

To adjust your application's CPU and memory settings, you can use the Azure portal or Azure CLI commands.

Use the following steps to scale up or down a large CPU and memory application.

  1. On the overview page of your app, select Scale up in the navigation pane.

  2. Select the preferred vCpu and Memory values.

    Screenshot of Azure portal Configuration page showing how to scale large app.

  3. Select Save.

Next steps