Microsoft Azure Administrator Associate AZ-104 Practice Question
An administrator has manually configured a virtual network, storage account, and a virtual machine in the Azure portal. They want to replicate this setup in another resource group without recreating the resources manually. What is the best way to achieve this?
Write PowerShell scripts to recreate the resources in the new resource group.
Use the 'Export template' feature in the Azure portal to generate a template of the existing resources and deploy it to the new resource group.
Create a snapshot of the virtual machine and use it to deploy in the new resource group.
Use Azure Site Recovery to replicate the resources to the new resource group.