Hello @R.T
Thanks for reaching out to us, I understand you are building your compute within your VNET for your team. There are two roles related to VNET you may want to add, could you please take a look and have a try? Please let me know if below roles are still not working and we can discuss the next step.
To deploy your compute resources inside a VNet, you need to explicitly have permissions for the following actions:
-
Microsoft.Network/virtualNetworks/*/read
on the VNet resources. -
Microsoft.Network/virtualNetworks/subnets/join/action
on the subnet resource. For more information on Azure RBAC with networking, see the Networking built-in roles.
Since you ask all relative permissions, I want to share some common Common scenarios for roles/permissions management like below screenshot-
And also some examples of custom role for different scenarios like below screenshot-
Please let me know if you need further help.
Regards,
Yutong
-Please kindly accept the answer if you feel helpful to support the community, thanks a lot.