Final answer:
To delegate permissions to several Azure VMs simultaneously, you must deploy them to an Azure Resource Group.
Step-by-step explanation:
When you need to delegate permissions to several Azure VMs simultaneously, you must deploy them to:
- An Azure Resource Group: An Azure Resource Group is a logical grouping of resources in Azure. By deploying the Azure VMs to an Azure Resource Group, you can manage their permissions collectively.
- An Azure Availability Set: An Azure Availability Set is a feature that ensures high availability of your VMs by distributing them across different fault domains and update domains. While it doesn't directly address permissions, deploying the VMs to an Availability Set can help minimize any downtime caused by maintenance events.
- An Azure Virtual Network: An Azure Virtual Network provides a private network connection for your VMs. By deploying the VMs to a Virtual Network, you can control inbound and outbound network traffic, including access to and from specific IP addresses or networks.
Out of the options provided, the correct answer is a) An Azure Resource Group.