Link to home
Start Free TrialLog in
Avatar of Dipesh Patel
Dipesh Patel

asked on

Need help to automate to create resources in Microsoft Azure.

Hi Experts,
 I am new on Microsoft Azure. We are working on Proof of Concept for IaaS and Paas.  We have received the architecture diagram and based on that we have created the 38 resources (Vnet, subnet, VM, Load balance etc) for Region 1. Now we have to create same resources for Region 2. ( Diagram attached).

Can you please suggest and provide detail solution for create those resources automatically?

Is it possible to get script for whole diagram?

Let me know if you need any clarification.

Please Advice.
Architecture-Diagram.pptx
User generated image
ASKER CERTIFIED SOLUTION
Avatar of Rohit Anand
Rohit Anand
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Dipesh Patel
Dipesh Patel

ASKER

Hi Rohit,
 First of all Thank you for the help. I heard about ARM Template. We have created 38 resources for Region 1. Do i need to export all template individually and deploy? If so, do i need to care about sequence?  

Is it possible to get script for all 38 resources in one shot?

Please Advice.

Once again , Thank you for your help.
Hi Dipesh,

As I said, you might have deployed all those 38 resources in one Resource Group. Let me know, if I am wrong.

As I see the Resource Group name is magnificient_8
Hi Rohit,
  We have only one resource group. My question is do i need to export all 38 template and deploy or i just have to export one template which can have script for all 38 resources?
Hey Dipesh, If you follow my snapshot, Once you click download, it will be download one single ARM template which will be having all 38 resources information. You need to modify it based on region2 requirement and need to re-execute.

There will only be 1 template which will having the information of the all resources you have deployed in single resource group.
Capture.JPG
Hi Rohit,
 That's awesome. Let me dig on it and come back to you. Thank you so much for time and help.
Thanks Rohit for your help.