nerdexam
Microsoft

AZ-900 · Question #523

You have an Azure subscription. You plan to create a virtual machine. Where will the virtual machine be placed in Azure?

The correct answer is B. In a resource group. Virtual machines in Azure, like all other resources, are deployed and organized within a resource group for logical management.

Submitted by eva_at· Mar 5, 2026Describe Azure Architecture and Services

Question

You have an Azure subscription. You plan to create a virtual machine. Where will the virtual machine be placed in Azure?

Options

  • AIn a storage account
  • BIn a resource group
  • CIn an administrative unit
  • DIn an application group

How the community answered

(25 responses)
  • A
    4% (1)
  • B
    92% (23)
  • D
    4% (1)

Why each option

Virtual machines in Azure, like all other resources, are deployed and organized within a resource group for logical management.

AIn a storage account

A storage account is specifically used to store data, including VM disks, but the virtual machine resource itself is deployed into a resource group, not directly into a storage account.

BIn a resource groupCorrect

A resource group is a logical container for Azure resources, such as virtual machines, web apps, databases, and storage accounts, allowing them to be managed as a single unit. When creating a virtual machine, it must be assigned to an existing or new resource group for proper deployment and management within the Azure subscription.

CIn an administrative unit

An administrative unit is an Azure AD construct used for delegating administrative permissions over a subset of users and groups, not for deploying infrastructure resources like virtual machines.

DIn an application group

An application group typically refers to a collection of applications managed within specific services like Azure Virtual Desktop or is a broader logical grouping concept, not a direct deployment target for an Azure virtual machine resource.

Concept tested: Azure resource group organization

Source: https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/overview#resource-groups

Community Discussion

No community discussion yet for this question.

Full AZ-900 Practice