You are planning the deployment of several Azure virtual machines (VMs) for different workloads. Match each workload requirement to the appropriate Azure VM configuration feature.
- Deploy application and database VMs physically close to each other to minimize inter-VM network latency.Proximity Placement Group
- Run VM workloads on dedicated physical hardware that is not shared with other Azure customer subscriptions.Azure Dedicated Host
- Provision stateless VMs with high-speed local OS disks that incur no remote storage transaction costs.Ephemeral OS disk
- Run batch processing jobs that can tolerate sudden VM evictions in exchange for significant cost savings.Azure Spot Virtual Machine
Cevap
Each workload requirement matches to a specific Azure VM feature: lowest latency requires a Proximity Placement Group, dedicated hardware requires an Azure Dedicated Host, stateless VMs with no storage cost require an Ephemeral OS disk, and interruptible workloads with cost savings require an Azure Spot Virtual Machine.
Each workload requirement maps to a specific VM configuration: proximity placement groups minimize inter-VM network latency; dedicated hosts satisfy strict hardware isolation requirements; ephemeral OS disks run on local storage for stateless workloads at zero remote storage cost; and spot VMs offer discounted rates for interruptible workloads.
Adım Adım Çözüm
Anahtar Kavram
Azure Virtual Machine creation and configuration options including Proximity Placement Groups, Dedicated Hosts, Ephemeral OS disks, and Spot VMs.