Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.85 KB

File metadata and controls

40 lines (28 loc) · 1.85 KB

Step 1: Creating a Resource Group in the Azure Portal

Costa Rica

GitHub Cloud2BR OSS - Learning Hub

Last updated: 2026-04-07


An Azure Resource Group is a container that holds related resources for an Azure solution. It can include all the resources for the solution or only those you want to manage as a group. Typically, resources that share the same lifecycle are added to the same resource group, allowing for easier deployment, updating, and deletion as a unit. Resource groups also store metadata about the resources, and you can apply access control, locks, and tags to them for better management and organization.

Centered Image
  1. Create an Azure Account: If you don't have one, sign up for an Azure account.
  2. Create a Resource Group:
    • Go to the Azure portal.

    • Navigate to Resource groups.

    • Click + Create.

      image
    • Enter the Resource Group name (e.g., RGFileUploadSummary) and select a region (e.g., East US 2). You can add tags if needed.

    • Click Review + create and then Create.

      image
Total views

Refresh Date: 2026-04-07