nerdexam
Microsoft

AZ-900 · Question #69

This question requires that you evaluate the underlined text to determine if it is correct. When you need to delegate permissions to several Azure virtual machines simultaneously, you must deploy the

The correct answer is C. to the same resource group. To delegate permissions efficiently to multiple Azure virtual machines simultaneously, they should be placed in the same resource group.

Submitted by viktor_hu· Mar 5, 2026Describe Azure management and governance

Question

This question requires that you evaluate the underlined text to determine if it is correct. When you need to delegate permissions to several Azure virtual machines simultaneously, you must deploy the Azure virtual machines to the same Azure region. Instructions: Review the underlined text. If it makes the statement correct, select "No change is needed". If the statement is incorrect, select the answer choice that makes the statement correct.

Options

  • ANo change is needed
  • Bby using the same Azure Resource Manager template
  • Cto the same resource group
  • Dto the same availability zone

How the community answered

(41 responses)
  • A
    7% (3)
  • B
    2% (1)
  • C
    88% (36)
  • D
    2% (1)

Why each option

To delegate permissions efficiently to multiple Azure virtual machines simultaneously, they should be placed in the same resource group.

ANo change is needed

Deploying VMs to the same Azure region does not automatically group them for permission delegation; permissions are typically applied to resource groups, subscriptions, or individual resources, not regions.

Bby using the same Azure Resource Manager template

Using the same Azure Resource Manager template is a deployment method, not a mechanism for grouping resources to delegate permissions simultaneously after deployment.

Cto the same resource groupCorrect

Resource groups serve as a logical container for related Azure resources, enabling you to apply permissions and manage all resources within that group collectively using Azure RBAC. By placing multiple VMs in the same resource group, you can delegate permissions to the group, and all VMs within it will inherit those permissions.

Dto the same availability zone

Deploying VMs to the same availability zone provides high availability within a region but does not group them for the purpose of simultaneous permission delegation.

Concept tested: Azure Resource Group for RBAC

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