Creating a Resource group in Azure portal

Published: (February 22, 2026 at 01:46 PM EST)
2 min read
Source: Dev.to

Source: Dev.to

Overview

Resource groups are logical containers for Azure resources (VMs, databases, storage accounts, etc.). You can apply tags for cost tracking and management, and group resources by lifecycle or project (e.g., all dev resources in one group).

How to create a Resource Group in the Azure portal

1. Sign in

  • Open the Azure portal and log in with your Azure account.

2. Navigate to Resource groups

  • In the left‑hand menu, select Resource groups.
  • If it’s not visible, use the search bar at the top and type Resource groups.

3. Create a new Resource Group

  • Click + Create.
  • You’ll be taken to the Create a resource group page.

4. Fill in required details

FieldWhat to do
SubscriptionChoose the Azure subscription where you want the resource group.
Resource group nameEnter a unique name (e.g., storager).
RegionSelect the location (e.g., East US). This determines where metadata is stored.

5. Review + Create

  • Click Review + create. Azure will validate your settings.
  • If everything looks good, click Create.

6. Confirmation

  • After deployment, a notification will appear.
  • Your new resource group will now be listed in the portal.
0 views
Back to Blog

Related posts

Read more »