Reputation: 889
Im this scenario I'm hosting several resources for several projects in one azure tenant. Additionally I have multiple azure subscriptions with corresponding resource groups per project:
In the Azure AD I would like to create groups like Project A
, Project B
, Project C
and grant them role permissions to the dedicated resource groups.
But unfortunately if I grant the role Contributor
this also includes the permission of the subscription to add new services. I just want to enable them to manager their resources (access the vm through bastion host) without givin them permission to add new services.
Upvotes: 0
Views: 1982
Reputation: 1602
We can restrict the user not to create the resources in the resource group in two ways,
There is a similar scenario that you can find here.
Upvotes: 1