Start, stop, and delete an application in Azure Spring Apps

Note

Azure Spring Apps is the new name for the Azure Spring Cloud service. Although the service has a new name, you'll see the old name in some places for a while as we work to update assets such as screenshots, videos, and diagrams.

This article applies to: ✔️ Java ✔️ C#

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

This guide explains how to change an application's state in Azure Spring Apps by using either the Azure portal or the Azure CLI.

Prerequisites

Application state

Your applications running in Azure Spring Apps might not need to run continuously. For example, an application might not always need to run if it's used only during business hours.

There might be times where you wish to stop or start an application. You can also restart an application as part of general troubleshooting steps or delete an application you no longer require.

Manage application state

After you deploy an application, you can start, stop, and delete it by using the Azure portal or Azure CLI.

  1. Go to your Azure Spring Apps service instance in the Azure portal.

  2. Go to Settings and select Apps.

  3. Select the application whose state you want to change.

  4. On the Overview page for that application, select Start/Stop, Restart, or Delete.

    Screenshot of Azure portal showing the Overview page of the demo app.

Next steps