Skip to content

Instantly share code, notes, and snippets.

@lukemurraynz
Created July 3, 2021 06:36
Show Gist options
  • Select an option

  • Save lukemurraynz/398a8b15257c65d94b8f1993dee22365 to your computer and use it in GitHub Desktop.

Select an option

Save lukemurraynz/398a8b15257c65d94b8f1993dee22365 to your computer and use it in GitHub Desktop.
AVD-StartVMOnConnect Custom Role
{
"properties": {
"roleName": "AVD-StartVMOnConnect",
"description": "Custom role, designed to allow 'Windows/Azure Virtual Desktop' rights to Start session hosts.",
"assignableScopes": [
"/subscriptions/<SubscriptionID>"
],
"permissions": [
{
"actions": [
"Microsoft.Compute/virtualMachines/start/action",
"Microsoft.Compute/virtualMachines/read"
],
"notActions": [],
"dataActions": [],
"notDataActions": []
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment