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
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,15 +21,14 @@ This article shows you how to start or stop your Azure Spring Apps service insta
21
21
> [!NOTE]
22
22
> Stop and start is currently under preview and we do not recommend this feature for production.
23
23
24
-
Your applications running in Azure Spring Apps may not need to run continuously - for example, if you have a service instance that's used only during business hours. At these times, Azure Spring Apps may be idle, and running only the system components.
24
+
Your applications running in Azure Spring Apps may not need to run continuously. For example, an application may not need to run continuously if you have a service instance that's used only during business hours. There may be times when Azure Spring Apps is idle and running only the system components.
25
25
26
26
You can reduce the active footprint of Azure Spring Apps by reducing the running instances and ensuring costs for compute resources are reduced.
27
27
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.
49
47
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.":::
48
+
1. Select **Stop** to stop a running instance.
51
49
52
-
3. After the instance stops, the status will show **Succeeded (Stopped)**.
50
+
:::image type="content" source="media/how-to-start-stop-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
+
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.
60
59
61
-
:::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.":::
60
+
1. Select **Start** to start a stopped instance.
61
+
62
+
:::image type="content" source="media/how-to-start-stop-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)**.
64
65
65
66
## [Azure CLI](#tab/azure-cli)
66
67
@@ -99,4 +100,4 @@ az spring show \
99
100
## Next steps
100
101
101
102
-[Monitor app lifecycle events using Azure Activity log and Azure Service Health](./monitor-app-lifecycle-events.md)
102
-
-[Monitor usage and estimated costs in Azure Monitor](../azure-monitor/usage-estimated-costs.md)
103
+
-[Azure Monitor cost and usage](../azure-monitor/usage-estimated-costs.md)
0 commit comments