A company is setting up a development environment on an Azure virtual machine that runs a database. The database transaction logs require high-speed performance, and the database backups must be stored in a storage account that remains available if a single datacenter in the region fails.
Which disk type and storage replication option should be selected?
- Premium SSD for the transaction logs, and Zone-Redundant Storage for the backupsAnswer
- BStandard HDD for the transaction logs, and Zone-Redundant Storage for the backups
- CPremium SSD for the transaction logs, and Locally Redundant Storage for the backups
- DStandard HDD for the transaction logs, and Locally Redundant Storage for the backups
Answer
Premium SSD for the transaction logs, and Zone-Redundant Storage for the backups
The correct selection is Premium SSD for transaction logs combined with Zone-Redundant Storage for backups. Premium SSD satisfies the high-speed and low-latency performance demands of transactional logging, while Zone-Redundant Storage replicates backup data across multiple availability zones within the region, ensuring survival during a single datacenter failure.
Step-by-Step Solution
Key Concept
Selecting appropriate Azure storage tiers and redundancy options to balance performance workloads and disaster resilience requirements.