Forum Discussion
RazTheOne
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 are the key RBAC configuration only for the sole purpose of managing user license for Visual Studio. Out VS subscription is attached to an Azure sub. (https://manage.visualstudio.com)
3 Replies
- MitkovipCopper Contributor
I have same error
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