Azure Resource Group : Article 03

Paul issack minoltan
3 min readAug 10, 2020

--

Hello Everyone this is my Third Article in Azure Series. If you missed to read my Azure KeyVault article please click here

What is Azure Resource Group?

A resource group is a container that holds collections of related resources for an Azure solution. The resource group can include all the resources for the solution, or only those resources that you want to manage as a group. we need to decide how we want to allocate resources to our project. Generally, add resources that share the same life cycle to the same resource group so you can easily deploy, update, and delete them as a group.

The resource group stores metadata about the resources. Therefore, when you specify a location for the resource group, you are specifying where that metadata is stored. For compliance reasons, you may need to ensure that your data is stored in a particular region.

How to create a Resource Group?

Step 1: Select Resource groups in azure portal

Step 2: Select add (Under Resource group title)

Step 3: Select Review&Create (At the bottom)

Step 4 : Select create (at the bottom)

Step 5: click the notification button and click go to resource group

Deploy resources to a resource group

Step 1: Click on menu icon & select create resource

Step 2: Select web app (Here i am going to add web app service)

Step 3: Select the resource group (Here i have already created the resource group, if you don’t have click new and create)

This is the end of this article. See you in the next article..!

Thank you…!

Next Article: Azure CDN

--

--

Paul issack minoltan
Paul issack minoltan

Written by Paul issack minoltan

I am a Professional Software Engineer

No responses yet