Skip to main content

Creating Resource Groups

Resource groups (RGs) act as logical containers for organizing Azure resources. This document outlines the steps for creating a resource group in the Azure Portal.

You will need to create two resource groups:

  • Resource group 1 (For example, ad-int-cus-demo-vnet-rg-010) for hosting the Virtual Network (VNet) resources
  • Resource group 2 (For example, ad-int-cus-demo-rg-010) for hosting the following resources:
    • AKS cluster
    • Jump Host
    • MySQL Flexible Server
    • Supporting resource

The steps for creating both resource groups remain the same.

Steps to create a resource group​

  1. Go to https://portal.azure.com/ and log in with your Azure credentials.

  2. In the portal search bar, search for resource groups and select R esource groups service.

  3. Click Create to open the Create a resource group screen.

  4. In the Basics tab, enter the following details:

    1. Subscription: Select your Azure subscription name.
    2. resource group name: Enter a name for the resource group, for example, ad-int-cus-demo-vnet-rg-010.
    3. Region: Select the region of the Data Center where you want the resource group to be created, for example, (US) East US.
  5. Select the R eview + Create tab to review the configurations.

  6. Click Create at the bottom to complete the creation of the resource group.

  7. Follow the above steps to create another resource group.

After you have created the resource groups, create a virtual network.