Skip to content

Commit c9cd0e3

Browse files
committed
misc edits
1 parent 217baff commit c9cd0e3

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

articles/spring-apps/cost-management.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about how to manage costs in Azure Spring Apps.
44
author: karlerickson
55
ms.service: spring-apps
66
ms.topic: overview
7-
ms.date: 03/27/2023
7+
ms.date: 03/28/2023
88
ms.author: hangwan
99
ms.custom: devx-track-java, contperf-fy21q2, event-tier1-build-2022
1010
---
@@ -16,24 +16,19 @@ ms.custom: devx-track-java, contperf-fy21q2, event-tier1-build-2022
1616
1717
**This article applies to:** ✔️ Standard consumption (Preview) ✔️ Basic/Standard ✔️ Enterprise
1818

19-
This article describes four different ways to save costs on Azure Spring Apps. Azure Spring Apps offers the following cost-saving options:
20-
21-
- Use monthly free grants to save on memory usage.
22-
- Start and stop instances to reduce unnecessary usage.
23-
- Use consumption-based pricing to optimize resource utilization.
24-
- Set up autoscaling to accommodate changing environments.
19+
Azure Spring Apps offers various cost-saving options and capabilities. This article describes monthly free grants, the ability to start and stop instances, the Standard consumption plan, and the ability to set up autoscaling rules.
2520

2621
## Monthly free grants
2722

2823
The first 50 vCPU hours and 100-GB hours of memory are free each month. For more information, see [Price Reduction - Azure Spring Apps does more, costs less!](https://techcommunity.microsoft.com/t5/apps-on-azure-blog/price-reduction-azure-spring-apps-does-more-costs-less/ba-p/3614058) on the [Apps on Azure Blog](https://techcommunity.microsoft.com/t5/apps-on-azure-blog/bg-p/AppsonAzureBlog).
2924

3025
## Start and stop instances
3126

32-
If your Azure Spring Apps instances don't need to run continuously, you can save costs by reducing the number of running instances. For more information, see [Start or stop your Azure Spring Apps service instance](how-to-start-stop-service.md).
27+
If you have Azure Spring Apps instances that don't need to run continuously, you can save costs by reducing the number of running instances. For more information, see [Start or stop your Azure Spring Apps service instance](how-to-start-stop-service.md).
3328

3429
## Standard consumption plan
3530

36-
Unlike other plans, the Standard Consumption plan offers a pure consumption-based pricing model. You can dynamically add and remove resources based on the resource utilization, number of incoming HTTP requests, or by events. When running apps in a consumption plan, you're charged for active and idle usage of resources, and the number of requests. For more information, see the [Standard consumption plan](overview.md#standard-consumption-plan) section of [What is Azure Spring Apps?](overview.md)
31+
Unlike other pricing plans, the Standard consumption plan offers a pure consumption-based pricing model. You can dynamically add and remove resources based on the resource utilization, number of incoming HTTP requests, or by events. When running apps in a consumption plan, you're charged for active and idle usage of resources, and the number of requests. For more information, see the [Standard consumption plan](overview.md#standard-consumption-plan) section of [What is Azure Spring Apps?](overview.md)
3732

3833
## Autoscale
3934

0 commit comments

Comments
 (0)