Showing posts with label Azure Resource Group. Show all posts
Showing posts with label Azure Resource Group. Show all posts

Friday, June 30, 2023

Azure Resource ID

In this article let us understand what is Azure Resource ID and where do we find it.

All the resources in Azure i.e., Azure Resource Manager Resources are assinged with an identifer called as ResourceID. You can carryout operations by using the Resourceid as well.

Saturday, March 21, 2020

Moving Azure Resources between Resource Groups.


We understood what Azure Resource Groups are in our earlier article here is the link, let see how to move resources between Azure Resource Groups and Subscriptions.



Wednesday, March 4, 2020

Azure Resource Groups



Any entity that you create in Azure is called Resource. As the name says Resource Group is a group of resources of a similar kind. We can relate this to a folder where we keep all the related files and folders. Resource Group is a container of resources that holds a common life cycle.


Resource Group is a logical collection of resources of the same category. Categorization can be based on Location, Central US, South India, Environments like (Dev, Prod..etc) or Business units (Fin, IT, HR, etc) or Applications type ( DB, Web, ..etc).