Manage resource groups - Azure portal - Azure Resource Manager (2024)

  • Article

Learn how to use the Azure portal with Azure Resource Manager to manage your Azure resource groups. For managing Azure resources, see Manage Azure resources by using the Azure portal.

Note

This article provides steps about how to delete personal data from the device or service and can be used to support your obligations under the GDPR. For general information about GDPR, see the GDPR section of the Microsoft Trust Center and the GDPR section of the Service Trust portal.

What is a resource group

A resource group is a container that holds related resources for an Azure solution. The resource group can include all the resources for the solution, or only those resources that you want to manage as a group. You decide how you want to allocate resources to resource groups based on what makes the most sense for your organization. Generally, add resources that share the same lifecycle to the same resource group so you can easily deploy, update, and delete them as a group.

The resource group scope is also used throughout the Azure portal to create views that span across multiple resources. For example:

  • Metrics blade provides metrics information (CPU, resources) to users.
  • Deployments blade shows the history of ARM Template or Bicep deployments targeted to that Resource Group (which includes Portal deployments).
  • Policy blade provides information related to the policies enforced on the resource group.
  • Diagnostics settings blade provides the ability to diagnose errors or review warnings.

The resource group stores metadata about the resources. Therefore, when you specify a location for the resource group, you are specifying where that metadata is stored. For compliance reasons, you might need to ensure that your data is stored in a particular region. Note that resources inside a resource group can be of different regions.

Create resource groups

  1. Sign in to the Azure portal.

  2. Select Resource groups.

  3. Select Create.

  4. Enter the following values:

    • Subscription: Select your Azure subscription.

    • Resource group: Enter a new resource group name.

    • Region: Select an Azure location, such as Central US.

  5. Select Review + Create

  6. Select Create. It takes a few seconds to create a resource group.

  7. Select Refresh from the top menu to refresh the resource group list, and then select the newly created resource group to open it. Or select Notification(the bell icon) from the top, and then select Go to resource group to open the newly created resource group

List resource groups

  1. Sign in to the Azure portal.

  2. To list the resource groups, select Resource groups

  3. To customize the information displayed for the resource groups, configure the filters. The following screenshot shows the additional columns you could add to the display:

Open resource groups

  1. Sign in to the Azure portal.
  2. Select Resource groups.
  3. Select the resource group you want to open.

Delete resource groups

  1. Open the resource group you want to delete. See Open resource groups.

  2. Select Delete resource group.

For more information about how Azure Resource Manager orders the deletion of resources, see Azure Resource Manager resource group deletion.

Deploy resources to a resource group

After you have created a Resource Manager template, you can use the Azure portal to deploy your Azure resources. For creating a template, see Quickstart: Create and deploy Azure Resource Manager templates by using the Azure portal. For deploying a template using the portal, see Deploy resources with Resource Manager templates and Azure portal.

Move to another resource group or subscription

You can move the resources in the group to another resource group. For more information, see Move resources to new resource group or subscription.

Lock resource groups

Locking prevents other users in your organization from accidentally deleting or modifying critical resources, such as Azure subscription, resource group, or resource.

  1. Open the resource group you want to lock. See Open resource groups.

  2. In the left pane, select Locks.

  3. To add a lock to the resource group, select Add.

  4. Enter Lock name, Lock type, and Notes. The lock types include Read-only, and Delete.

For more information, see Lock resources to prevent unexpected changes.

Tag resource groups

You can apply tags to resource groups and resources to logically organize your assets. For information, see Using tags to organize your Azure resources.

Export resource groups to templates

For information about exporting templates, see Single and multi-resource export to template - Portal.

Manage access to resource groups

Azure role-based access control (Azure RBAC) is the way that you manage access to resources in Azure. For more information, see Assign Azure roles using the Azure portal.

Next steps

  • To learn Azure Resource Manager, see Azure Resource Manager overview.
  • To learn the Resource Manager template syntax, see Understand the structure and syntax of Azure Resource Manager templates.
  • To learn how to develop templates, see the step-by-step tutorials.
  • To view the Azure Resource Manager template schemas, see template reference.
Manage resource groups - Azure portal - Azure Resource Manager (2024)

FAQs

What is the difference between Azure resource manager and Azure management groups? ›

That's a json representation of one or more resources which you can deploy through Azure Resource Manager. An Azure Management groups work at a level above your Azure subscription. It helps you control multiple subscriptions all under 1 or more 'umbrellas' known as Management Groups.

Which service in Azure is used to manage resources in Azure Azure Resource Manager Azure portal log analytics application insights? ›

Azure Resource Manager makes it easy for you to manage and visualize resources in your app.

How do I delete resource groups in the Azure portal? ›

You can delete a resource group in the Azure portal by doing the following:
  1. Browse to the resource group in the Azure portal where the Azure Arc-enabled data services resources have been created.
  2. Click the Delete resource group button.
  3. Confirm the deletion by entering the resource group name and click Delete.
Jul 21, 2023

How do I get to Azure Resource Manager? ›

Open resources
  1. Sign in to the Azure portal.
  2. In the left pane, select the Azure service. In this case, Storage accounts. If you don't see the service listed, select All services, and then select the service type.
  3. Select the resource you want to open. A storage account looks like:
Mar 19, 2024

How do I monitor a resource group in Azure? ›

Azure Monitor tools
  1. Metrics explorer, a tool in the Azure portal that allows you to view and analyze metrics for Azure resources. ...
  2. Log Analytics, a tool in the Azure portal that allows you to query and analyze log data by using the Kusto query language (KQL).
Jul 26, 2024

Can you have more than one resource group in Azure? ›

If one resource, such as a server, needs to exist on a different deployment cycle it should be in another resource group. Each resource can exist in only one resource group.

What are the types of Azure resource groups? ›

Azure resource groups are logical collections of VMs, storage accounts, virtual networks, web apps, databases and database servers.

When using Azure Resource Manager? ›

Azure Resource Manager (ARM) is an Azure service you can use to manage and deploy resources using an infrastructure as code paradigm. It enables you to provision, modify, and delete resources using a variety of features including access controls, tags, and locks.

What are Azure management groups used for? ›

Azure management groups provide a level of scope above subscriptions. You organize subscriptions into containers called management groups and apply your governance conditions to the management groups. All subscriptions within a management group automatically inherit the conditions applied to the management group.

What is the equivalent of Azure resource Group in AWS? ›

An AWS Cloudformation template creates a "Stack" with all the resources defined in the template. In the AWS console what you see under the Cloudformation service are these stacks. They seem to me to be very much like an Azure Resource Group. The life cycle of the resources in the template are managed by the stack.

What is the role to manage resources in Azure? ›

Azure roles
Azure rolePermissions
OwnerGrants full access to manage all resources Assign roles in Azure RBAC
ContributorGrants full access to manage all resources Can't assign roles in Azure RBAC Can't manage assignments in Azure Blueprints or share image galleries
ReaderView Azure resources
2 more rows
Mar 15, 2024

What happens when an Azure resource group is deleted? ›

Deleting the “demogroup” resource group is irreversible. The action you're about to take can't be undone. Going further will delete this resource group and all the resources in it permanently.” So, note that it is not possible to recover or restore a deleted Resource Group in Azure.

What is a managed resource group in Azure? ›

Managed resource group

This resource group holds all the resources required by the managed application. For example, an application's virtual machines, storage accounts, and virtual networks.

How to check who created a resource group in Azure? ›

1) You can check in Activity log - Go to resource and click Activity log in left pane , it will show actions perform on resource group if this resource was created recently upto 90 Days . 2) You can check in Deployments section in left pane where it will give detail about the deployment implemented in that RG.

What is resource management group in Azure? ›

Resource groups: A resource group is a logical container into which Azure resources like web apps, databases and storage accounts are deployed and managed. Resources: Resources are instances of services that you create like VMs, storage or SQL databases.

Can I change resource group in Azure? ›

Unfortunately no, you cannot rename a resource group in Azure, all you can do is move an existing resource group to a new resource group.

How do I give access to Azure resource group? ›

Grant access
  1. In the list of Resource groups, open the new example-group resource group.
  2. In the navigation menu, click Access control (IAM).
  3. Click the Role assignments tab to see the current list of role assignments.
  4. Click Add > Add role assignment. ...
  5. On the Role tab, select the Virtual Machine Contributor role.
Jul 20, 2023

What is the difference between subscriptions and resource groups in Azure? ›

Organizations can use subscriptions to manage costs and the resources that are created by users, teams, and projects. Resource groups are logical containers where you can deploy and manage Azure resources like virtual machines, web apps, databases, and storage accounts.

Top Articles
What is jetsam event and how can I stop it
What makes BNB a good investment for your business
Coverage of the introduction of the Water (Special Measures) Bill
Lifebridge Healthstream
Culver's Flavor Of The Day Wilson Nc
No Hard Feelings Showtimes Near Metropolitan Fiesta 5 Theatre
South Carolina defeats Caitlin Clark and Iowa to win national championship and complete perfect season
Kris Carolla Obituary
Mivf Mdcalc
Love Compatibility Test / Calculator by Horoscope | MyAstrology
Rapv Springfield Ma
今月のSpotify Japanese Hip Hopベスト作品 -2024/08-|K.EG
Washington, D.C. - Capital, Founding, Monumental
California Department of Public Health
Theycallmemissblue
Craigslist Pikeville Tn
Marion County Wv Tax Maps
People Portal Loma Linda
Hell's Kitchen Valley Center Photos Menu
"Une héroïne" : les funérailles de Rebecca Cheptegei, athlète olympique immolée par son compagnon | TF1 INFO
Q Management Inc
Brett Cooper Wikifeet
Ups Access Point Lockers
Vanessawest.tripod.com Bundy
Ms Rabbit 305
Sulfur - Element information, properties and uses
Dallas Mavericks 110-120 Golden State Warriors: Thompson leads Warriors to Finals, summary score, stats, highlights | Game 5 Western Conference Finals
Routing Number For Radiant Credit Union
Jayah And Kimora Phone Number
Haunted Mansion Showtimes Near Epic Theatres Of West Volusia
Violent Night Showtimes Near Amc Dine-In Menlo Park 12
Wat is een hickmann?
208000 Yen To Usd
By.association.only - Watsonville - Book Online - Prices, Reviews, Photos
Weather Underground Durham
30+ useful Dutch apps for new expats in the Netherlands
Marlene2295
Osrs Important Letter
Life Insurance Policies | New York Life
Http://N14.Ultipro.com
Utexas Baseball Schedule 2023
Tamilrockers Movies 2023 Download
Greater Keene Men's Softball
Pp503063
Mudfin Village Wow
VDJdb in 2019: database extension, new analysis infrastructure and a T-cell receptor motif compendium
Walgreens On Secor And Alexis
Nu Carnival Scenes
라이키 유출
The Love Life Of Kelsey Asbille: A Comprehensive Guide To Her Relationships
Selly Medaline
Dr Seuss Star Bellied Sneetches Pdf
Latest Posts
Article information

Author: Lakeisha Bayer VM

Last Updated:

Views: 6366

Rating: 4.9 / 5 (69 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Lakeisha Bayer VM

Birthday: 1997-10-17

Address: Suite 835 34136 Adrian Mountains, Floydton, UT 81036

Phone: +3571527672278

Job: Manufacturing Agent

Hobby: Skimboarding, Photography, Roller skating, Knife making, Paintball, Embroidery, Gunsmithing

Introduction: My name is Lakeisha Bayer VM, I am a brainy, kind, enchanting, healthy, lovely, clean, witty person who loves writing and wants to share my knowledge and understanding with you.