Skip to content

Commit 1b1a21f

Browse files
Merge pull request #262008 from taoxu0903/patch-10
Update cost-management.md
2 parents 7ec72ed + 9dbb0fc commit 1b1a21f

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

articles/spring-apps/cost-management.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ ms.custom: devx-track-java, contperf-fy21q2, event-tier1-build-2022
1818

1919
This article describes the cost-saving options and capabilities that Azure Spring Apps provides.
2020

21+
## Save more on the Enterprise plan
22+
23+
For the Enterprise plan, we now offer further discounts for longer commitments on both the Microsoft and VMware (by Broadcom) parts of the pricing. For more information, see [Azure Spring Apps pricing](https://azure.microsoft.com/pricing/details/spring-apps/).
24+
25+
For the Microsoft part of the pricing, the Enterprise plan currently has yearly discounted pricing options available. For more information, see [Maximizing Value: Streamlined Cloud Solutions with Prime Cost Savings for Spring Apps](https://techcommunity.microsoft.com/t5/apps-on-azure-blog/maximizing-value-streamlined-cloud-solutions-with-prime-cost/ba-p/3904599).
26+
27+
For the VMware (by Broadcom) part of the pricing, the negotiable discount varies based on the number of years you sign up for. For more information, reach out to your sales representative.
28+
2129
## Monthly free grants
2230

2331
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).
@@ -38,27 +46,27 @@ Autoscale reduces operating costs by terminating redundant resources when they'r
3846

3947
You can also set up autoscale rules for your applications in the Azure Spring Apps Standard consumption and dedicated plan. For more information, see [Quickstart: Set up autoscale for applications in the Azure Spring Apps Standard consumption and dedicated plan](quickstart-apps-autoscale-standard-consumption.md).
4048

41-
## Stop maintaining unused environments
49+
## Stop maintaining unused environments
4250

4351
If you set up several environments while developing a product, it's important to remove the environments that are no longer in use once the product is live.
4452

45-
## Remove unnecessary deployments
53+
## Remove unnecessary deployments
4654

4755
If you use strategies like blue-green deployment to reduce downtime, it can result in many idle deployments on staging slots, especially multiple app instances that aren't needed once newer versions are deployed to production.
4856

49-
## Avoid over allocating resources
57+
## Avoid over allocating resources
5058

5159
Java users often reserve more processing power and memory than they really need. While it's fine to use large app instances during the initial months in production, you should adjust resource allocation based on usage data.
5260

53-
## Avoid unnecessary scaling
61+
## Avoid unnecessary scaling
5462

5563
If you use more app instances than you need, you should adjust the number of instances based on real usage data.
5664

57-
## Streamline monitoring data collection
65+
## Streamline monitoring data collection
5866

5967
If you collect more logs, metrics, and traces than you can use or afford, you must determine what's necessary for troubleshooting, capacity planning, and monitoring production. For example, you can reduce the frequency of application performance monitoring or be more selective about which logs, metrics, and traces you send to data aggregation tools.
6068

61-
## Deactivate debug mode
69+
## Deactivate debug mode
6270

6371
If you forget to switch off debug mode for apps, a large amount of data is collected and sent to monitoring platforms. Forgetting to deactivate debug mode could be unnecessary and costly.
6472

0 commit comments

Comments
 (0)