Created
July 3, 2021 06:36
-
-
Save lukemurraynz/398a8b15257c65d94b8f1993dee22365 to your computer and use it in GitHub Desktop.
AVD-StartVMOnConnect Custom Role
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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