Skip to content

Commit ea6c1bb

Browse files
authored
update stop or start service instance to ga
Stop and start service instance was a preview feature, we will ga this feature around 11.15, thus remove feature preview message from this doc. Also emphasize the purpose of this feature as well according to feedbacks from customer support.
1 parent 970fcdd commit ea6c1bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.custom: devx-track-java, event-tier1-build-2022
1919
This article shows you how to start or stop your Azure Spring Apps service instance.
2020

2121
> [!NOTE]
22-
> Stop and start is currently under preview and we do not recommend this feature for production.
22+
> Stop and start is designed to save cost and not a self-healing mechanism. We do not recommend using stop and start for service recovery.
2323
2424
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.
2525

@@ -28,7 +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. 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. If your cluster is stopped for more than 90 days, the cluster state cannot be recovered.
3232
3333
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.
3434

0 commit comments

Comments
 (0)