Creating an Azure Resource Group

1 min read

Let's create a azure virtual network.

Before we get started we should have a subscription to try this out, you can sign up for a one month free trial subscription from Azure, in this you will get 200 $ and other few services for free.

Let's go step by step.


>>First the subscription.
>>Then we should have a resource group.

>>Then we can deploy the virtual network to that resource group and the any services in that resource group can use this virtual network to communicate. Ex: virtual machines

Open portal.azure.com

Search for resource groups

Hit Create

In the create a Resource group page, choose your subscription, name the resource group and choose the region.

Hit review and create

So now we have created our Resource Group, lets add some value to this group.