You administer an Azure environment that includes six Azure Resource Manager (ARM) virtual machines
(VMs) that support development. The development team uses Azure SQL databases and Azure Queues for application storage. All Azure resources are grouped within a single subscription and resource group.
You need to reduce the recurring monthly Azure costs without degrading server performance. You must minimize the administrative effort involved.
What should you do? servers down when not in use would save money). There is another version of this question that does not include shutting down the servers as an answer option.
A.
Configure an auto-shutdown schedule for each VM by using the Azure Portal.
B.
Update the development environment to use Azure Table storage.
C.
Create an Azure Automation runbook that compresses unused virtual hard disk (VHD) files daily.
D.
Create an Azure PowerShell script that backs up and deprovisions all Azure SQL databases daily.
Explanation:
Table storage is cheaper than SQL Databases.
It’s tempting to go with answer A. However, this would degrade server performance (although shutting the
A) Seems to be correct.
https://azure.microsoft.com/en-us/blog/announcing-auto-shutdown-for-vms-using-azure-resource-manager/