You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> 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).
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).
22
36
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
24
38
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).
27
40
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
30
42
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).
33
44
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).
0 commit comments