A financial services firm is planning to migrate a core risk-modeling simulation workload to Azure. The application has the following requirements:
- Complete physical isolation at the hardware level for the underlying physical servers to meet strict compliance mandates.
- In-memory data protection during processing using hardware-based enclaves that support Intel Software Guard Extensions (SGX).
- An overall availability service level agreement (SLA) of 99.99% for the virtual machines.
- The workload runs continuously and cannot tolerate unexpected evictions or interruptions.
Which two of the following configurations should you include in the infrastructure design to meet the requirements? (Select TWO).
- Azure Dedicated Hosts using the DCsv3-Type1 host sizeAnswer
- A host group distributed across at least two Availability ZonesAnswer
- CAzure Functions deployed on a Consumption plan to run the simulations
- DAzure Spot Virtual Machines deployed within the dedicated host group
- EA host group with all Dedicated Hosts deployed in a single Availability Zone
Answer
To meet the requirements, the architecture must include Azure Dedicated Hosts using the DCsv3-Type1 host size and a host group distributed across at least two Availability Zones.
The correct design utilizes Azure Dedicated Hosts using the DCsv3-Type1 host size distributed across at least two Availability Zones. The DCsv3-Type1 host size supports DCsv3-series VMs, which provide the required physical isolation and hardware-enclave protection using Intel SGX. Distributing the hosts across at least two zones ensures the design meets the 99.99% virtual machine availability SLA.
Step-by-Step Solution
Key Concept
Designing high-availability and confidential compute solutions using Azure Dedicated Hosts and Intel SGX-enabled virtual machines.