Microsoft Azure Administrator Associate AZ-104 Practice Question
You are an Azure Administrator for a company that has an existing resource group named "ProdResources" containing multiple Azure resources, including virtual machines, storage accounts, and networking configurations. Your team wants to recreate the exact same environment in a new resource group in another Azure subscription. What is the most efficient method to accomplish this task?
Use the Azure portal to save the configuration of "ProdResources" and deploy it to the new resource group in the other subscription.
Write an ARM template from scratch that defines all the resources and deploy it to the new subscription.
Manually create all resources in the new subscription using the Azure portal, matching the configurations.
Use Azure Site Recovery to replicate the resources to the new subscription.