An organization runs a database on an Azure Virtual Machine (IaaS). The organization needs to store the virtual machine's active database files on high-performance, persistent block storage. Additionally, they must store daily database backups that are rarely accessed but must be available for immediate restoration if a database failure occurs. Which storage configuration meets these requirements while minimizing costs?
- AUse Azure Managed Disks for the active database files, and the Archive access tier in Azure Blob Storage for the backups.
- BRequest Microsoft to manage the database engine installation and updates on the virtual machine's disks, and use the Cool access tier in Azure Blob Storage for the backups.
- Use Azure Managed Disks for the active database files, and the Cool access tier in Azure Blob Storage for the backups.Cevap
- DPurchase the physical solid-state drives (SSDs) hosting the virtual machine disks upfront as a Capital Expenditure (CapEx), and use the Cool access tier in Azure Blob Storage for the backups.
Cevap
Use Azure Managed Disks for the active database files, and the Cool access tier in Azure Blob Storage for the backups.
The configuration using Azure Managed Disks for the active database files and the Cool access tier in Azure Blob Storage for the backups satisfies all constraints. Azure Managed Disks offer dedicated block storage optimized for virtual machine operating systems and databases. The Cool access tier offers cheaper storage than the Hot tier for data stored for at least 30 days while keeping the backups online for immediate access during restorations.
Adım Adım Çözüm
Anahtar Kavram
Azure storage services and Blob access tiers