How can I share a subscription among some accounts and each one has his own resource group?

Bezerra, Itajiba 6 Reputation points
2020-08-11T12:03:31.817+00:00

I have a subscription where I am the administrator/owner and this subscription will be used for more 4 account. Each account will have a resource group and it can create resources only in his resource group. Is it possible? For example, each account can create a VM in his RG only.

Microsoft Security | Microsoft Entra | Other
{count} vote

3 answers

Sort by: Most helpful
  1. Sam Cogan 10,812 Reputation points Microsoft Employee Volunteer Moderator
    2020-08-11T13:34:16.457+00:00

    Yes, this is entirely possible. You just need to create the required resource groups and then grant the required users access only to their resource group through Azure RBAC permisisons.

    0 comments No comments

  2. VipulSparsh-MSFT 16,311 Reputation points Microsoft Employee
    2020-08-12T02:35:02.763+00:00

    @Bezerra, Itajiba The resource groups are deployed under subscriptions. Once you add any user under any subscription, they have options to deploy and use the azure services via the resource group they create.

    Like you mentioned you have a Azure subscription and you would like to add other accounts to it, you can follow this article to understand what kind of roles you want those users to have for your subscriptions. These are handled by Role based access control feature in Azure.

    The end user then can go to Azure portal and create their own resource groups which can then be controlled with RBAC for access to deploy resources.
    You can follow this article to give RBAC permissions to each resource group.

    17010-rbac-rg.jpg

    -----------------------------------------------------------------------------------------------------------------

    If the suggested response helped you resolve your issue, do click on "Mark as Answer" and "Up-Vote" for the answer that helped you for benefit of the community.

    0 comments No comments

  3. sonu 0 Reputation points
    2023-06-16T10:29:31.29+00:00

    Any idea how to fix this
    User's image

    0 comments No comments

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.