AZ-104 · Question #685
Drag and Drop Question You have an Azure subscription that contains a resource group named RG1. You plan to create an Azure Resource Manager (ARM) template to deploy a new virtual machine named VM1…
The correct answer is virtual network; network interface; virtual machine; Azure Monitor extension. The correct deployment order follows strict dependency chains: a Virtual Network must exist first as the foundational networking layer, then a Network Interface (NIC) can be created because it requires a subnet within the Virtual Network, then the Virtual Machine can be…
Question
Answer Area
Drag items
Correct arrangement
- virtual network
- network interface
- virtual machine
- Azure Monitor extension
Explanation
The correct deployment order follows strict dependency chains: a Virtual Network must exist first as the foundational networking layer, then a Network Interface (NIC) can be created because it requires a subnet within the Virtual Network, then the Virtual Machine can be deployed because it requires the NIC to attach to, and finally the Azure Monitor Extension is installed on top of the running VM to enable performance data capture. Each resource depends on the existence of the previous one, making this a linear dependency chain where no step can be skipped or reordered.
Topics
Community Discussion
No community discussion yet for this question.