Skip to content

Commit db429de

Browse files
authored
Merge pull request #225718 from hangwan97/Pricing_ASA
Pricing doc for ASA
2 parents f183389 + af18367 commit db429de

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
title: Manage costs for Azure Spring Apps
3+
description: Learn about how to manage costs in Azure Spring Apps.
4+
author: karlerickson
5+
ms.service: spring-apps
6+
ms.topic: overview
7+
ms.date: 03/28/2023
8+
ms.author: hangwan
9+
ms.custom: devx-track-java, contperf-fy21q2, event-tier1-build-2022
10+
---
11+
12+
# Manage costs for Azure Spring Apps
13+
14+
> [!NOTE]
15+
> 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.
16+
17+
**This article applies to:** ✔️ Standard consumption (Preview) ✔️ Basic/Standard ✔️ Enterprise
18+
19+
This article describes the cost-saving options and capabilities that Azure Spring Apps provides.
20+
21+
## Monthly free grants
22+
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).
24+
25+
## Start and stop instances
26+
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).
28+
29+
## Standard consumption plan
30+
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)
32+
33+
## Scale and autoscale
34+
35+
You can manually scale computing capacities to accommodate a changing environment. For more information, see [Scale an application in Azure Spring Apps](how-to-scale-manual.md).
36+
37+
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.md).
38+
39+
You can also set up autoscale rules for your applications in Azure Spring Apps Standard consumption plan. For more information, see [Quickstart: Set up autoscale for applications in Azure Spring Apps Standard consumption plan](quickstart-apps-autoscale-standard-consumption.md).
40+
41+
## Next steps
42+
43+
[Quickstart: Provision an Azure Spring Apps Standard consumption plan service instance](quickstart-provision-standard-consumption-service-instance.md)

articles/spring-apps/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ items:
77
items:
88
- name: What is Azure Spring Apps?
99
href: overview.md
10+
- name: Cost management
11+
href: cost-management.md
1012
- name: Compare Java application hosting options on Azure
1113
href: /azure/architecture/guide/technology-choices/service-for-java-comparison?toc=/azure/spring-apps/toc.json&bc=/azure/spring-apps/breadcrumb/toc.json
1214
- name: Migrate Spring workloads to Azure Spring Apps

0 commit comments

Comments
 (0)