Skip to content

Commit e4172e8

Browse files
authored
Merge pull request #211448 from SteveSaunders1952/v-ssaunders-how-to-start-stop-service
Update screenshots for how-to-start-stop-service.md
2 parents 1059f74 + 7857dc0 commit e4172e8

File tree

5 files changed

+11
-10
lines changed

5 files changed

+11
-10
lines changed

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

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,14 @@ This article shows you how to start or stop your Azure Spring Apps service insta
2121
> [!NOTE]
2222
> Stop and start is currently under preview and we do not recommend this feature for production.
2323
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.
2525

2626
You can reduce the active footprint of Azure Spring Apps by reducing the running instances and ensuring costs for compute resources are reduced.
2727

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.
4947

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.
5149

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)**.
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.
6059

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.":::
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

@@ -99,4 +100,4 @@ az spring show \
99100
## Next steps
100101

101102
- [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)
41.3 KB
Loading
36.2 KB
Loading
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)