Can we Deploy resource group with ARM templete

nilesh pawar 1 Reputation point
2020-06-04T00:08:20.19+00:00

How to deploy a resource group including all resources in the resource group using the ARM template or is there any method to do the same task.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,253 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Stephane Budo 426 Reputation points
    2020-06-04T01:28:15.003+00:00

    Hi Nilesh,

    The short answer to your question is yes, definitely, you can create a resource group and all associated resources using ARM templates.
    The "how" is a little more complex and harder to answer.

    You'll first need to familiarise yourself with ARM templates (What they are, how they are constructed, how they work, etc.). The best way to start is by reading the online documentations:

    In addition, a library of ARM templates is available here:
    https://azure.microsoft.com/en-us/resources/templates/

    Hope this helps,

    Stephane

    (Please don't forget to accept helpful replies as answer)

    1 person found this answer helpful.
    0 comments No comments