How do I create resource groups in Azure?

Tags voicemail

A resource group contains the resources required to successfully deploy a VM or service in Azure. It is a container that holds related resources for an Azure solution. In Azure, you logically group related resources such as storage accounts, virtual networks, and virtual machines (VMs) to deploy, manage, and maintain them as a single entity. Typically, Microsoft recommends that a resource group contain resources that have a similar life expectancy. For example, a resource group might contain resources for a service you’re offering (Databases, Web Server, etc.) and not be used to group similar resources together (e.g. one for all web servers, etc.)
 

  1. Log in to the Azure Portal (https://portal.azure.com) using your UIC email address (netID@uic.edu) and Technology Solutions common password.
     
  2. Click Resource groups from the menu of services to access the Resource Groups blade. You will see all the resource groups in your subscription listed in the blade.

     example resource groups screen
     

  3. Click Add (+) to create a new resource group. The Create Resource Group blade appears.

     example basics tag for create a resource group

  4. Provide the following information for the new resource group:
     

    Parameter

    Description

    Resource Group Name

    Enter a unique name of the form: Resource Groups Org-Unit-[NetID/Group]-Service Name-[Prod/Test/Dev] (Example: OVCI-Technology Solutions-ddd-Databases-Prod)

    Subscription

    Select your Microsoft Azure subscription.

    Resource Group Location

    Select a location (North Central US)


     
  5. Click Review + Create.
     
  6. Once Validation has passed, click Create to create your resource group.

NOTE: At this point, you can apply tags to your Azure resources giving metadata to logically organize them into a taxonomy. Each tag consists of a name and a value pair. For example, you can apply the name "Environment" and the value "Production" to all the resources in production. 

After you apply tags, you can retrieve all the resources in your subscription with that tag name and value. Tags enable you to retrieve related resources from different resource groups. This approach is helpful when you need to organize resources for billing or management.

Details

Article ID: 927
Created
Fri 1/15/21 6:15 PM
Modified
Thu 10/20/22 2:37 PM

Related Services / Offerings (1)

Microsoft Azure is an ever-expanding set of cloud services to help UIC innovate and meet your organizational needs. It’s the freedom to build, manage, and deploy applications on a massive, global network using your favorite tools and frameworks.