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
Copy file name to clipboardExpand all lines: articles/spring-apps/how-to-start-stop-service.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,7 @@ You can reduce the active footprint of Azure Spring Apps by reducing the running
28
28
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.
29
29
30
30
> [!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.
33
32
34
33
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.
35
34
@@ -45,22 +44,24 @@ You can only start, view, or delete a stopped Azure Spring Apps service instance
45
44
In the Azure portal, use the following steps to stop a running Azure Spring Apps instance:
46
45
47
46
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.
49
49
50
50
:::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.":::
51
51
52
-
3. After the instance stops, the status will show **Succeeded (Stopped)**.
52
+
1. After the instance stops, the status will show **Succeeded (Stopped)**.
53
53
54
54
## Start a stopped instance
55
55
56
56
In the Azure portal, use the following steps to start a stopped Azure Spring Apps instance:
57
57
58
58
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.
60
61
61
62
:::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.":::
62
63
63
-
3. After the instance starts, the status will show **Succeeded (Running)**.
64
+
1. After the instance starts, the status will show **Succeeded (Running)**.
0 commit comments