Azure – Resource and Resource group

Hello Friends,
We have discussed, about one of the most important and useful Microsoft Azure service, Azure Resource Manager (ARM). Before start with the ARM, we should know more about the popular terms, that comes to our mouth, when we are discussing about ARM.

Today in this blog we will discuss about two most important terms Azure Resource and Azure Resource Group.

Azure Resource:
Azure Resource is considered as a building block of the Microsoft Azure. It is a manageable item, that is available through Azure. A resource is something we provision in our Azure subscription and always belongs to a resource group. For example, a SQL Database, Web App, Storage Account, Virtual Machine, IoT Hub, and HDInsight are all examples of a resource as shown in the following figure.

Azure Resources
Figure 1: Azure – Azure Resources

Azure Resource Group:
When we login to the new Azure Portal, it is possible to view resources (such as websites, virtual machines and databases) as a single logical unit. This logical unit of resource is called a Azure Resource Group. Almost everything within our Azure subscription exists within a set of resource groups.From Azure Portal, when we navigate to resource groups we should see a whole bunch listed as sown in the following figure.

Azure Resources Under one Resource Group Azure
Figure 2: Azure – Azure Resources Under one Resource Group Azure

Advantages of Azure Resource Groups:

Granular Permissions:
Permissions can be granted to each Resource Group, so other users can be granted access to only those resources that they need access to, and this can be restricted further by resource if required (giving access to manage the SQL DB only for example).

Detailed Billing:
An Azure administrator can more easily get accurate billing information for all the resources within the group, and for any particular application or service.

Repeatable Provisioning:
By using the ARM Template (we will discuss about ARM in our up coming article) we have a fully repeatable configuration of a given deployment and this is extremely valuable, especially for Dev/Test deployments. By having the ARM template, we can ensure that anytime a new Dev or Test deployment is required (which happens all the time), it can be achieved in moments and it will be identical to the previous environments.
This is also useful for Production environments, when you require the deployment of the exact same resource in different Azure regions- the same template can be run, just specifying the different Region at the time of deployment.

Hope this gives basic knowledge about, Azure Resource and Azure Resource Group.

Thanks for reading 🙂

Keep reading, share your thoughts, experiences. Feel free to contact us to discuss more. If you have any suggestion / feedback / doubt, you are most welcome.

Stay tuned on Knowledge-Junction, will come up with more such articles.

Manas Ranjan Moharana

I'm a proud Indian, Son, Husband, Father, Author, Blogger, Self motivated person. I lives in Pune, Maharashtra and working for TietoEvry.pvt.ltd, to build Azure Solutions and Share Point Solutions.Microsoft certified Professional with 14 years of IT experience. Interest in learning and sharing something new, to be healthy.

You may also like...

4 Responses

  1. November 29, 2018

    […] we will continue with our last post Azure – Resource and Resource group and discuss about one more useful component of Microsoft Azure before proceed with Azure Resource […]

  2. December 8, 2018

    […] with a hot Azure component Azure Resource Manager. Rather than creating individual resources in a Resource Group , by using powershell  or through Azure Portal, it is advisable  to provisioning resource like […]

  3. February 23, 2023

    […] First step in creating AZURE Virtual Network is creating Resource Group. We have detailed article on Azure Resource group, kindly please have a look – Azure – Resource and Resource group […]

  4. February 25, 2023

    […] If you are new to AZURE and dont know about Resource Groups, we have a very good article. Kindly please have a look – Azure – Resource and Resource group […]

This site uses Akismet to reduce spam. Learn how your comment data is processed.

%d bloggers like this: