Give permissions to Manage Resource Groups Created by VMs in DevTest Lab
When Creating a VM in Dev Test Labs they are created in new Resource Groups. Since Resource Groups can not contained within each other, they are created "parallel" to the Resoruce Group the DevTest Lab is contained in.
The newly created Resoruce Groups should automatically have the same Users with the same Roles assigned to them, so i can manage and configure the RBAC on one Resource Group containing the DevTest Lab.

We have recently released a feature where you can have all lab VMs to be created in a common RG.
Learn more about the feature here: https://aka.ms/RGControl
Does this help in the scenario you described?
1 comment
-
Fischler, Andreas commented
Hi Azure Lab Service Team!
Sorry for the long delay.While the feature you added is indeed very nice and helpfull, it doesn't completly conform with the idea my team has about Resource Groups.
For us Resource Groups are a way to group resources which have the same lifetime. Meaning when ever i create a VM in DevTest Lab i want it to specifically be in a seperate RG so i can just delete the entire RG and be sure i removed everything i used for this test (like an additional VM or Database etc.)
So being able to create a new ResourceGroup and automatically have the User Role to access this new RG would be more fitting.