Forem

Cover image for Azure Essentials: How to Create Your First Resource Group
Precious Oladele
Precious Oladele

Posted on • Edited on

Azure Essentials: How to Create Your First Resource Group

Resource Group:

A Resource Group is a container that contains linked resources for an application, making it simple to manage and arrange them all at once.

Steps to Creating a Resource Group on Azure

  • Step 1: Search for resource in the search resource, documents& services field and click enter
    search resource group

  • Step 2: click on the + Create button
    create

  • Step 3: On the basic tab, give your resource group a name, for example, storagerg and select a region that you'll use throughout the project
    name and region

  • Step 4: Select Review and create to validate the resource group settings.
    review

  • Step 5: Navigate to the Resource Group
    After the Resource Group is successfully created, either click on the "Go To Resource" option in the pop-up menu or select the name of the Resource Group from the dropdown menu in the center of the screen.

storage

Congratulations! You have successfully created a Resource Group using Microsoft Azure.

Top comments (0)