The Azure Portal lets you export a template from a Resource Group and download it - there are two different files you’ll want to explore.
When you have the template files you can use the Azure CLI to start the deployment; az deployment group create
is what you need.
The exported template probably needs some work before it will deploy - there will be some trial and error.
Need more? Here’s the solution.