How to Create an Azure Resource Group in the Azure Portal
In this lab, you create a resource group in the Azure Portal, confirm its settings, and delete it when the test is complete.
- Create a resource group in the Azure Portal
- Add simple tags
- Check the resource group details
- Delete the lab safely
Goal
Create an empty resource group called rg-azfundamentals-lab. The resource group will be used only for this exercise.
Requirements
You need:
- An active Azure subscription
- Access to the Azure Portal
- Permission to create resource groups in the selected subscription
A resource group does not create a charge by itself. Resources added later can create costs.
Create the resource group
- Sign in to the Azure Portal.
- In the search box, enter Resource groups.
- Open Resource groups and select Create.
- Select the subscription for the lab.
- Enter
rg-azfundamentals-labas the resource group name. - Select a region for the resource group metadata, for example West Europe.
- Open the Tags tab.
- Add the tag
environmentwith the valuelab. - Select Review + create.
- Check the values and select Create.
The selected region stores the resource group metadata. Resources inside the group can use other supported Azure regions.
Check the result
Open the new resource group and confirm:
- The subscription is correct
- The resource group name is correct
- The metadata region is correct
- The
environment: labtag is present - The resource list is empty
You now have a clean container for a future lab.
Delete the lab
- Open
rg-azfundamentals-lab. - Select Delete resource group.
- Follow the confirmation shown by the portal.
- Confirm the deletion only when the group contains no resources that you need.
Deleting a resource group also starts the deletion of the resources inside it. Always review the content before confirming.
Next practice
The next lab creates the same resource group with Terraform. This makes the configuration repeatable and keeps the infrastructure definition in code.