Skip to main content

Posts

Showing posts from May, 2021

What is Azure Resource Manager and Resource Group?

  What is Azure Resource Manager & Resource Group? Azure Resource Manager -   Microsoft has designed a service for Deployment and Management of resource for azure. So it is the deployment and management service for azure. It provides a management layer which take actions like create, update and delete resource in your Azure Account as per request after authentication and authorization. It also provide some additional management feature like Locks, Tags and access Control.   I have taken this definition from Microsoft Documentation.   “Azure Resource Manager is the deployment and management service for Azure. It provides a management layer that enables you to create, update, and delete resources in your Azure account. You use management features, like access control, locks, and tags, to secure and organize your resources after deployment”   To understand, Please see the Image. Description- Every Request which is raised from Azure tools, APIs o...