What is
Azure Resource Manager:
As we know our Infrastructure is made up of various components
such as : vm, Storage, network and web app etc, all these are related entities
and integrated as single entity, Azure Resource manager is a solution to work
with all resource as a group. We can deploy, update and delete all the
resources for solution in single operation. There are some basic terms need to understand
for Resource manager.
- Resource: A manageable item available in azure like VM, Storage, Web APP .
- Resource Group: It is a container which holds all the Resource, form resource management.
- Resource Manager Template: A JSON file that helps to deploy one or more resource, the template is used to deploy repeatedly.
Why Resource
Manager?
- We can manage or monitor all the resources as a group.
- We can manage the infrastructure by template rather than script.
- We can tag the resources to organize.