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:
- Azure Subscription A -> Resource Group A -> VMs, DNS, Bastion Host... for project A
- Azure Subscription B -> Resource Group B -> VMs, DNS, Bastion Host... for project B
- Azure Subscription C -> Resource Group C -> VMs, DNS, Bastion Host... for project C
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.