Forum Discussion
Razzi_Medina
May 03, 2025Copper Contributor
Azure role for managing Visual Studio subscribers
Granting Help Desk users the ability to manage and provisioning Visual Studio licenses from the VS admin centre. I prefer not to assign the User Access Administrator role; so I am looking on what ar...
Kidd_Ip
May 06, 2025MVP
Would suggest following RBAC as best practice:
- Microsoft.VisualStudio/subscriptions/read
- Microsoft.VisualStudio/subscriptions/write
- Microsoft.VisualStudio/subscriptions/assign
- Exclude broader administrative permissions to prevent unnecessary access as needed base approach
Razzi_Medina
May 06, 2025Copper Contributor
Kidd_Ip, I tried to create a custom rbac using those settings, but it failed, I was not able as it does not recognize Microsoft.VisualStudio