An enterprise is planning to migrate its workloads to Microsoft Azure. The migration plan outlines three specific storage requirements:
1. An on-premises database will be hosted on an Azure Virtual Machine (IaaS). The database administrator must retain complete control over the database engine configuration and the operating system patching.
2. A legacy shared file share must be migrated to Azure to allow multiple virtual machines to access the files concurrently using the SMB protocol.
3. Approximately of compliance logs must be retained for 7 years. These logs are rarely accessed but must be stored at the lowest possible cost, with an acceptable retrieval time of up to 14 hours.
To meet these requirements, the IT department designs a solution using Azure Managed Disks for the Virtual Machine, Azure Files (Cool tier) for the shared file share, and Azure Blob Storage (Archive tier) for the compliance logs.
After deployment, an administrator schedules a script that runs every month to read a random subset of the compliance logs directly from the Archive tier to verify data integrity.
Which of the following statements correctly evaluates this deployment and the administrator's script?
- The virtual machine and file share configurations are appropriate, but the integrity verification script will fail because data in the Archive tier is offline and cannot be read directly without first being rehydrated to an online tier.Answer
- BThe entire solution is optimal, and the verification script will run successfully because Azure Blob Storage automatically provides immediate read access to Archive tier data for validation scripts.
- CThe script will succeed, but the deployment violates the IaaS model because Microsoft is responsible for managing the operating system patching and database configurations on the database Virtual Machine.
- DThe file share and VM configurations are correct, and the verification script will succeed because the Archive tier allows direct read access if the files are smaller than , while Microsoft handles all VM operating system updates.