Create and configure virtual machines
Objective create.configure-vms sits in Deploy and manage Azure compute resources, which carries 24% of the Azure Administrator exam. The questions below are original, written from the official objective title above, and each explanation cites the Microsoft Azure page it rests on.
Objective title verbatim from the official objectives. Microsoft Azure exam page ↗
A worked example
Shown solved, with the whole explanation open: this is what every question here carries.
A subscription administrator wants a new team member to create and manage virtual machines across the subscription, but must not be able to modify virtual networks or any other resource type. Which role assignment satisfies this requirement?
The concept
A role definition lists the specific actions a security principal can perform, and built-in roles can be scoped narrowly to a single resource type such as virtual machines.
Why this answer
The Virtual Machine Contributor role grants permission to create and manage virtual machines without granting rights over unrelated resource types like virtual networks, matching the stated restriction.
- This is correct because Virtual Machine Contributor is scoped specifically to VM management actions.
- BContributor grants create and manage rights over almost all resource types in the subscription, which exceeds the restriction on virtual networks.
- COwner includes Contributor-level access plus the ability to manage role assignments, far broader than what is needed.
- DReader only allows viewing resources and cannot create or manage virtual machines at all.
- ENetwork Contributor manages virtual networks and related networking resources, the opposite of what the team member needs.
Now you: objective create.configure-vms questions
No account needed. The explanation opens when you answer.
Sample question 1 of 3
An administrator is configuring a virtual machine that will use unmanaged disks stored as page blobs and needs the lowest possible disk latency for the VM. Which storage account type should the administrator create for the disks?
Sample question 2 of 3
A team is provisioning a storage account that will hold only unmanaged virtual machine disks, which Azure stores as page blobs, and requires SSD-backed low-latency performance. No other blob types will ever be stored in this account. Which storage account type should be created?
Sample question 3 of 3
What does placing two or more virtual machines in an availability set achieve?
Full Azure Administrator question bank coming
We’re writing the complete bank from the official objectives right now. Leave your email and we’ll tell you when it ships, nothing else, ever.
Read the sources
These are the official pages the questions above cite. Reading them is studying the objective from the primary source, which is what the explanations point you toward anyway.