Random Musings

Sporadic thoughts on tech, economics, business, finance and trading

Where In Our Azure Subscription We Can Make Savings?

, ,

To achieve significant savings in your Azure subscription, consider the following strategies:

  1. Rightsize Resources: Evaluate your VMs and storage usage to downsize underutilized resources. Use Azure Advisor for insights.
  2. Use Reserved Instances: Commit to 1- or 3-year terms for VMs and databases to get discounts.
  3. Leverage Azure Hybrid Benefits: Reuse existing licenses for Windows Server or SQL Server.
  4. Enable Auto-shutdown: Stop non-essential VMs during off-hours.
  5. Optimize Storage: Move infrequently accessed data to cheaper storage tiers (e.g., Cool or Archive).
  6. Review Network Costs: Minimize unnecessary outbound data transfer charges.
  7. Use Spot VMs: Save up to 90% on batch or non-critical workloads.
  8. Ensure only authorised individuals can create resources
  9. Constantly monitor usage (storage, bandwidth, etc) and generate alarms
  10. Regularly (perhaps on a monthly basis) review cost reports.
  11. The region also affects the cost
  12. Cloud providers can also charge for operations – read, write, list, delete
  13. There can be charges for pay per message, pay per query to a database
  14. Cloud providers, Azure in particular, have very complex pricing models that needs to be reviewed
  15. Bandwidth is also chargeable.
  16. Support – we need to ask ourselves – do we actually need MS support for a particular service?
  17. Azure functions – charges per execution
  18. Always use the pricing calculator

Let me know if you’d like more detailed advice on any of these!