Skip to content

Commit bf78776

Browse files
committed
reviewer edits
1 parent 7bd396e commit bf78776

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

articles/spring-apps/cost-management.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,35 +11,34 @@ ms.custom: devx-track-java, contperf-fy21q2, event-tier1-build-2022
1111

1212
# Manage costs for Azure Spring Apps
1313

14-
> [!NOTE]
15-
> 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).
16-
1714
> [!NOTE]
1815
> Azure Spring Apps is the new name for the Azure Spring Cloud service. Although the service has a new name, you'll see the old name in some places for a while as we work to update assets such as screenshots, videos, and diagrams.
1916
20-
**This article applies to:** ✔️ Basic/Standard tier ✔️ Enterprise tier
17+
**This article applies to:** ✔️ Standard consumption (Preview) ✔️ Basic/Standard ✔️ Enterprise
2118

2219
This article describes four different ways to save costs on Azure Spring Apps. Azure Spring Apps offers the following cost-saving options:
2320

24-
- Save on memory with Monthly Free grants
25-
- Ability to start and stop instances
26-
- Consumption-based pricing model with the Standard Consumption Plan
27-
- Ability to set up autoscaling rules
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.
2825

29-
## Monthly Free grants
26+
## Monthly free grants
3027

31-
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).
28+
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).
3229

3330
## Start and stop instances
3431

35-
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](/azure/spring-apps/how-to-start-stop-service).
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).
3633

37-
## Standard Consumption Plan
34+
## Standard consumption plan
3835

39-
Unlike other plans, the Standard Consumption plan offers a pure consumption-based pricing model. Resources can be dynamically added and removed 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](/azure/spring-apps/overview#standard-consumption-plan) section of [What is Azure Spring Apps](/azure/spring-apps/overview).
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#standard-consumption-plan) section of [What is Azure Spring Apps?](overview)
4037

4138
## Autoscale
4239

43-
Autoscale refers to setting up rules to increase or decrease computing capacities according to the changing environment. It reduces operating costs by terminating redundant resources when they're no longer needed. For more information, see [Set up autoscale for applications](/azure/spring-apps/how-to-setup-autoscale).
40+
Autoscale refers to setting up rules to increase or decrease computing capacities according to the changing environment. Autoscale reduces operating costs by terminating redundant resources when they're no longer needed. For more information, see [Set up autoscale for applications](how-to-setup-autoscale).
4441

4542
## Next steps
43+
44+
[Quickstart: Provision an Azure Spring Apps Standard consumption plan service instance](quickstart-proivsion-standard-consumption-service-instance)

0 commit comments

Comments
 (0)