Please enable JavaScript.
Coggle requires JavaScript to display documents.
Design for efficiency and operations in Azure (Maximize efficiency of…
Design for efficiency and operations in Azure
Maximize efficiency of cloud spend
How the cloud changes your expenses
Track your cloud spend
Azure Cost Management
Azure Advisor
Organize to optimize
Assigning resources to different subscriptions
Assigning resources to different resource groups
Applying tags to resources
Optimizing IaaS costs
Compute (smaller, less hours, discounts)
Virtual machine disk storage cost optimization
Optimizing PaaS costs
Optimizing Azure SQL Database costs
Optimizing Blob storage costs (Hot, Cool, achieve Tier)
Leverage consumption pricing models
Use monitoring and analytics
to gain operational insights
Core monitoring
Activity logging
Health of cloud services
Metrics and diagnostics
Recommendations on best practices
Azure Advisor
Deep infrastructure monitoring
Deep application monitoring
Use automation to reduce effort and error
Infrastructure as code
Imperative automation
(How things are to be done)
Azure CLI, PowerShell
Declarative automation
(What the result should be)
ARM Templates
VM customization
Custom images
Post-deployment scripting
Azure Script Extension
Azure Automation Desired State Configuration (DSC)
Automation of operational tasks
Periodically searching for orphaned disks.
Installing the latest security patches on VMs.
Searching for and shutting down virtual machines in off-hours.
Running daily reports and producing a dashboard to report to senior management.
Automating development environments