You are planning the deployment and configuration of several Azure virtual machines. Each virtual machine has specific performance, latency, or bootstrapping requirements.
Which Azure virtual machine configuration feature matches each deployment requirement?
- Ephemeral OS diskStores the operating system directly on the local VM node's caching or temporary storage to eliminate storage transaction costs.
- Proximity Placement GroupGroups virtual machines physically close to each other in the same Azure region to achieve the lowest possible network latency.
- Ultra DiskAllows dynamic performance adjustments (IOPS and throughput) on-the-fly without restarting or deallocating the virtual machine.
- Custom Script ExtensionDownloads and runs scripts on virtual machines to automate post-deployment configurations during provisioning.
Answer
Ephemeral OS disk matches local storage caching to eliminate cost. Proximity Placement Group matches physically grouping VMs to reduce latency. Ultra Disk matches dynamic performance adjustments. Custom Script Extension matches running scripts during provisioning.
Each feature matches its corresponding configuration requirement. Ephemeral OS disks eliminate storage costs by using local temp/cache storage. Proximity placement groups reduce latency by grouping VMs physically close. Ultra Disks support dynamic IOPS and throughput scaling. Custom Script Extensions automate VM provisioning tasks.
Step-by-Step Solution
Key Concept
Azure Virtual Machine creation and configuration options, including storage types, latency optimization, and extensions.
Estimated Time:2m 0s