You are designing the storage infrastructure for a hybrid application suite in Azure. The design must accommodate the following two data requirements:
1. Data Ingestion: An external service will write large volumes of telemetry data via REST APIs. This data must remain accessible even in the event of a complete Azure region outage.
2. Database Workspace: A transaction processing database hosted on Azure Virtual Machines requires high-throughput data volumes that can sustain at least IOPS and sub-millisecond latency.
Which two storage solutions should you recommend? (Select TWO).
- Azure Blob Storage configured with Geo-Redundant Storage (GRS)Answer
- Premium SSD v2 Managed DisksAnswer
- CAzure Blob Storage configured with Locally Redundant Storage (LRS)
- DStandard SSD Managed Disks
Answer
Azure Blob Storage configured with Geo-Redundant Storage (GRS) and Premium SSD v2 Managed Disks
The correct storage solutions are Azure Blob Storage with Geo-Redundant Storage (GRS) and Premium SSD v2 Managed Disks. Azure Blob Storage with GRS ensures that the ingested telemetry remains available in the event of a primary region outage while supporting REST APIs. Premium SSD v2 Managed Disks provide the performance required by the database workspace, offering sub-millisecond latency and up to IOPS.
Step-by-Step Solution
Key Concept
Selecting Azure storage and disk types based on regional redundancy needs and performance requirements.
Estimated Time:2m 0s