I granted a User VM permissions and they can not log in

RifRif 1 Reputation point
2020-03-26T19:54:00.813+00:00

I granted a user VM permissions and they have not been able to log in. Any help would be appreciated.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,072 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. jakaruna-MSFT 596 Reputation points Microsoft Employee
    2020-03-27T05:55:34.567+00:00

    if you want to control VM login credentials also with Azure permissions, Ten you need to use Azure AD login Eztension for VMS.

    Once this extension is installed on that vm, Then you can Assign admin or non admin permission for that user, Then the user can login to the VM using AD credentials.

    Reference is here.

    Please note that this extension is in preview now. Using this in production systems is not recommended.

    If you are not planning to use this extension, Then you need to create a username and assign a password for that vm and share them with the users. We cant control the login of those vms using azure roles.