Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cost-optimization-best-practices.md #101

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ The following are some best practices you can use to reduce the cost of your vir
- Use [Azure Spot virtual machines](spot-vms.md) where you can
- For Windows virtual machines, consider [Azure Hybrid Benefit for Windows Server](windows/hybrid-use-benefit-licensing.md) to save cost on licensing
- Use [cost alerts](/azure/cost-management-billing/costs/cost-mgt-alerts-monitor-usage-spending) to monitor usage and spending
- Automate shutdown of underutilized VMs (e.g., CPU utilization below 10% for 1 hour) using alerts, [action groups and Automation runbooks](https://learn.microsoft.com/azure/automation/automation-create-alert-triggered-runbook)
- Minimize idle instances by configuring [autoscaling](../virtual-machine-scale-sets/virtual-machine-scale-sets-autoscale-overview.md)
- Configure Azure Bastion for operational access

Expand Down