Creating a Resource group in Azure portal
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
| Field | What to do |
|---|---|
| Subscription | Choose the Azure subscription where you want the resource group. |
| Resource group name | Enter a unique name (e.g., storager). |
| Region | Select 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.