Skip to content

Commit bf25ff0

Browse files
initial edits
1 parent cdafd28 commit bf25ff0

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

articles/spring-apps/how-to-start-stop-service.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ You can reduce the active footprint of Azure Spring Apps by reducing the running
2828
To reduce your costs further, you can completely stop your Azure Spring Apps service instance. All user apps and system components will be stopped. However, all your objects and network settings will be saved so you can restart your service instance and pick up right where you left off.
2929

3030
> [!NOTE]
31-
> The state of a stopped Azure Spring Apps service instance is preserved for up to 90 days during preview. If your cluster is stopped for more than 90 days, the cluster state cannot be recovered.
32-
> The maximum stop time may change after preview.
31+
> The state of a stopped Azure Spring Apps service instance is preserved for up to 90 days during preview. If your cluster is stopped for more than 90 days, the cluster state cannot be recovered. The maximum stop time may change after preview.
3332
3433
You can only start, view, or delete a stopped Azure Spring Apps service instance. You must start your service instance before performing any update operation, such as creating or scaling an app.
3534

@@ -45,22 +44,24 @@ You can only start, view, or delete a stopped Azure Spring Apps service instance
4544
In the Azure portal, use the following steps to stop a running Azure Spring Apps instance:
4645

4746
1. Go to the Azure Spring Apps service overview page.
48-
2. Select **Stop** to stop a running instance.
47+
48+
1. Select **Stop** to stop a running instance.
4949

5050
:::image type="content" source="media/stop-start-service/spring-cloud-stop-service.png" alt-text="Screenshot of Azure portal showing the Azure Spring Apps Overview page with the Stop button and Status value highlighted.":::
5151

52-
3. After the instance stops, the status will show **Succeeded (Stopped)**.
52+
1. After the instance stops, the status will show **Succeeded (Stopped)**.
5353

5454
## Start a stopped instance
5555

5656
In the Azure portal, use the following steps to start a stopped Azure Spring Apps instance:
5757

5858
1. Go to Azure Spring Apps service overview page.
59-
2. Select **Start** to start a stopped instance.
59+
60+
1. Select **Start** to start a stopped instance.
6061

6162
:::image type="content" source="media/stop-start-service/spring-cloud-start-service.png" alt-text="Screenshot of Azure portal showing the Azure Spring Apps Overview page with the Start button and Status value highlighted.":::
6263

63-
3. After the instance starts, the status will show **Succeeded (Running)**.
64+
1. After the instance starts, the status will show **Succeeded (Running)**.
6465

6566
## [Azure CLI](#tab/azure-cli)
6667

0 commit comments

Comments
 (0)