Share via

Azure Resource Groups

Ken Sheppard 45 Reputation points
2024-04-19T12:16:35.27+00:00

I’m in the process of building a new network within Azure and using the Microsoft Azure migration tools to migrate on-prem servers and VMs on a legacy VMware server. I have created a single resource group that is currently only used by my Azure subscription. Is it ok to create all of my other Azure features like networking, firewall and VMs and continue to use the single resource group I have created for the Azure subscription? In watching many YouTube Azure example videos some create a new resource group for every Azure category thus ending up with many resource groups while others use a single for their setup. Is there a significant or necessary reason to not just use a single resource group?

Thanks for any input or suggestions.

Azure Virtual Machines
Azure Virtual Machines

An Azure service that is used to provision Windows and Linux virtual machines.

0 comments No comments

Answer accepted by question author

Marcin Policht 90,975 Reputation points MVP Volunteer Moderator
2024-04-19T12:36:27.9733333+00:00

This is fine (there is actually no limit on resources per resource group) but might not be the optimal approach. In general, you'd structure your resource groups to reflect your delegation model and resource lifecycle. In other words, if you want to delegate permissions to some of the resources (not all of them) to someone else, then it might make sense to create a resource group for it. Similarly, if some of the resources will be deleted earlier than others, you might want to create a resource group for them as well. Another potential reason is to organize resources in the manner that reflects their intended use. However, there are no hard rules regarding this - so ultimately it's your decision.

More at https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/overview#resource-groups


If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

hth

Marcin

Was this answer helpful?

1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.