Administering Windows Server Hybrid Core Infrastructure (AZ-800) Practice

Disable ads (and more) with a membership for a one time $2.99 payment

Prepare for the AZ-800 exam with our comprehensive practice quiz. Test your knowledge with multiple-choice questions and detailed explanations. Enhance your skills in Windows Server Hybrid Core Infrastructure to excel in your certification exam!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


Which command initiates the process of creating a virtual machine in Azure?

  1. az vm start

  2. az vm create

  3. az resource create

  4. az group create

The correct answer is: az vm create

The command that initiates the process of creating a virtual machine in Azure is "az vm create." This command is specifically designed to set up a new virtual machine with a variety of parameters, such as specifying the virtual machine name, size, region, and the operating system image to be used. When using "az vm create," users can define settings like network configuration and disk options right at the time of virtual machine creation, allowing for a streamlined setup process. This command is part of the Azure Command-Line Interface (CLI) and is crucial for provisioning VMs quickly and efficiently in a cloud environment. The other commands serve different purposes: "az vm start" is used to power on an existing virtual machine, "az resource create" is a more general command for creating a variety of Azure resources, and "az group create" is utilized for establishing a resource group in which resources like virtual machines can be housed.