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
Copy file name to clipboardExpand all lines: articles/spring-apps/cost-management.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,11 @@ This article describes the cost-saving options and capabilities that Azure Sprin
20
20
21
21
## Save more on the Enterprise plan
22
22
23
-
The Enterprise plannow offers further discount on both Microsoft and VMware by Broadcom parts of pricing. For more information, see [Azure Spring Apps pricing](https://azure.microsoft.com/pricing/details/spring-apps/).
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
24
25
-
For the Microsoft part, the Enterprise plan is now available with a 20% discount when you sign up for one year, and 47% discount when you sign up for three years. For more information, see [What is Azure savings plans for compute?](/azure/cost-management-billing/savings-plan/savings-plan-compute-overview).
26
-
27
-
For the VMware by Broadcom part, the discount varies based on the number of years you signed up for. For more information, reach out to your sales representative.
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
28
29
29
## Monthly free grants
30
30
@@ -46,27 +46,27 @@ Autoscale reduces operating costs by terminating redundant resources when they'r
46
46
47
47
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).
48
48
49
-
## Stop maintaining unused environments
49
+
## Stop maintaining unused environments
50
50
51
51
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.
52
52
53
-
## Remove unnecessary deployments
53
+
## Remove unnecessary deployments
54
54
55
55
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.
56
56
57
-
## Avoid over allocating resources
57
+
## Avoid over allocating resources
58
58
59
59
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.
60
60
61
-
## Avoid unnecessary scaling
61
+
## Avoid unnecessary scaling
62
62
63
63
If you use more app instances than you need, you should adjust the number of instances based on real usage data.
64
64
65
-
## Streamline monitoring data collection
65
+
## Streamline monitoring data collection
66
66
67
67
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.
68
68
69
-
## Deactivate debug mode
69
+
## Deactivate debug mode
70
70
71
71
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.
0 commit comments