Azure Resource Manager vs management groups

찬혁 박 21 Reputation points
2022-07-01T00:56:47.017+00:00

What is the difference between Azure Resource Manager vs management groups?
I understand that management groups is the top level management group that manages subscriptions, please tell me the exact difference between the two!

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

Accepted answer
  1. David Broggy 6,371 Reputation points MVP Volunteer Moderator
    2022-07-01T04:55:07.817+00:00

    Hi @찬혁 박
    Azure Resource Manager is one of the backbones of Azure itself.
    When you deploy any kind of resource (VM, etc) it must pass through ARM.
    You may have heard of ARM templates? That’s a json representation of one or more resources which you can deploy through Azure Resource Manager.
    More here:
    overview

    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.
    If you don’t have multiple subscriptions then you likely have no use for Management Groups.
    More here:
    overview

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

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