An administrator needs to deploy a VM quickly using the same hardened operating system image that was approved by the security team. What should the administrator use as the source for the new VM?
A managed image captures the OS disk configuration of a prepared VM and can be used as the source for creating new VMs. It is a common way to standardize deployments when the organization has an approved build with hardening already applied. This supports quick and consistent provisioning.
Why this answer
A managed image captures a fully configured, hardened OS disk (including installed software and settings) as a reusable snapshot. When deploying a new VM, specifying this managed image as the source ensures the VM boots with the exact, security-approved OS configuration, meeting the requirement for a quick, consistent deployment.
Exam trap
The trap here is that candidates may confuse a managed image with a snapshot or a VHD, but a managed image is the correct source for deploying a new VM with a specific OS configuration, while a snapshot is used for backup or disk cloning, not direct VM creation.
How to eliminate wrong answers
Option B is wrong because a network interface is a virtual network adapter that provides connectivity; it does not contain an OS image or bootable disk. Option C is wrong because a resource lock prevents accidental deletion or modification of a resource; it has no role in providing an OS image for VM deployment. Option D is wrong because a public IP address is a network addressing resource that enables inbound/outbound internet access; it cannot serve as a source for an operating system image.