An organization is deploying an application on a single Azure Virtual Machine. The application requires dedicated, low-latency block storage for its operating system and database files. Additionally, the organization needs to store database backup files that are rarely accessed, must be kept for several years at the lowest possible cost, and can tolerate a retrieval latency of several hours. Which storage configuration should the organization select to meet these requirements?
- AAzure Files for the virtual machine files, and Azure Blob Storage configured with the Archive access tier for the backup files, with Microsoft maintaining responsibility for operating system patches and updates.
- Azure Disk Storage for the virtual machine files, and Azure Blob Storage configured with the Archive access tier for the backup files.Cevap
- CAzure Disk Storage for the virtual machine files, and Azure Blob Storage configured with the Archive access tier for the backup files, allowing users to query and read the backup data directly from the Archive tier at any time.
- DAzure Files for the virtual machine files, and Azure Blob Storage configured with the Archive access tier for the backup files, allowing users to query and read the backup data directly from the Archive tier at any time.
Cevap
The configuration using Azure Disk Storage for the virtual machine files and Azure Blob Storage Archive tier for the backup files.
The configuration using Azure Disk Storage for the virtual machine files and Azure Blob Storage Archive tier for the backup files is correct because Azure Disk Storage provides the dedicated block storage required for VM virtual hard disks, and the Archive tier of Azure Blob Storage offers the lowest cost for long-term, rarely accessed data that can tolerate retrieval times of several hours.
Adım Adım Çözüm
Anahtar Kavram
Selecting appropriate Azure storage services (Disk vs. Files) and Blob storage tiers based on workload latency, access patterns, and cost constraints.