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
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.
25
20
26
21
## Monthly free grants
27
22
28
23
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).
29
24
30
25
## Start and stop instances
31
26
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).
33
28
34
29
## Standard consumption plan
35
30
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)
0 commit comments