Skip to content

Commit df150d6

Browse files
committed
initial editing
1 parent 2110146 commit df150d6

File tree

1 file changed

+23
-13
lines changed

1 file changed

+23
-13
lines changed
Lines changed: 23 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
---
22
title: Manage costs for Azure Spring Apps
3-
description: Describes overall cost saving plan of Azure Spring Apps.
4-
author: hangwan97
3+
description: Learn about how to manage costs in Azure Spring Apps.
4+
author: karlerickson
55
ms.service: spring-apps
66
ms.topic: overview
7-
ms.date: 01/28/2023
7+
ms.date: 03/27/2023
88
ms.author: hangwan
99
ms.custom: devx-track-java, contperf-fy21q2, event-tier1-build-2022
1010
---
1111

1212
# Manage costs for Azure Spring Apps
13+
1314
> [!NOTE]
1415
> 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).
1516
@@ -18,18 +19,27 @@ ms.custom: devx-track-java, contperf-fy21q2, event-tier1-build-2022
1819
1920
**This article applies to:** ✔️ Basic/Standard tier ✔️ Enterprise tier
2021

21-
This article introduced 4 different ways to save your cost on azure spring apps. At the end of this overview, you will have a clear understanding on how to save your cost.
22+
This article describes four different ways to save your cost on Azure Spring Apps. At the end of this overview, you should have a clear understanding on how to save on your cost. Azure Spring Apps offers the following cost-saving options:
23+
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
28+
29+
## Monthly Free grants
30+
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).
32+
33+
## Start and stop instance
34+
35+
If your Azure Spring Apps 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).
2236

23-
Azure Spring Apps offers various cost-saving options, including monthly free grants, the ability to start and stop instances, a consumption-based pricing model with the Standard Consumption Plan, and the ability to set up autoscaling rules.
37+
## Standard Consumption Plan
2438

25-
### Monthly Free grants
26-
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)
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 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).
2740

28-
### Start and stop instance
29-
Your applications running in Azure Spring Apps may not need to run continuously, you can save the cost by reducing the running instances, see [Start or stop your Azure Spring Apps service instance](/azure/spring-apps/how-to-start-stop-service).
41+
## Autoscale
3042

31-
### Standard Consumption Plan
32-
Unlike other plans, Standard Consumption 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 events. When running apps in a consumption plan, you're charged for active and idle usage of resources, as well as number of requests. 
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 once no longer needed. For more information, see [Set up autoscale for applications](/azure/spring-apps/how-to-setup-autoscale).
3344

34-
### Autoscale
35-
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 once no longer needed. See [Set up autoscale for applications](/azure/spring-apps/how-to-setup-autoscale).
45+
## Next steps

0 commit comments

Comments
 (0)