An Azure service that is used to provision Windows and Linux virtual machines.
Found it, it's 'Virtual Machine Contributor' role.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I seen how to do it by creating a custom role:
https://stackoverflow.com/questions/23668154/allow-users-to-start-stop-particular-azure-vms/49925159
Isn't there built-in role to do this?
Or can you directly assign a user such permissions on a VM without creating a role?
Thanks in advance!
An Azure service that is used to provision Windows and Linux virtual machines.
A cloud-based identity and access management service for securing user authentication and resource access
Answer accepted by question author
Found it, it's 'Virtual Machine Contributor' role.
Virtual machine contributor gives more access than start/stopping/restarting a vm. better way is a custom rol as the link provided by Paul Nerie
Hi There,
Adding Azure AD users in RBAC of VM and assigning them Virtual Machine Contributor role can help on that