Microsoft Azure Administrator Associate AZ-104 Practice Question
An Azure administrator has manually deployed several resources in a resource group using the Azure portal. The team needs to replicate this exact deployment in a different resource group for testing purposes, maintaining all configurations. What is the most efficient method to capture the existing deployment for reuse?
Export the resource group's configuration to an ARM template using the Azure portal.
Manually document all resource settings and recreate the deployment in the new resource group.
Implement Azure Blueprints to recreate the resources in the new environment.
Use Azure PowerShell to script the resource configurations and use the script for redeployment.