Azure VM Users

JFAzure 0 Reputation points
2023-05-24T13:35:10.7033333+00:00

I am Azure Windows 11 virtual Machine. How do I add different users to it? I would like to add different people that will have a specific access to the Virtual Machine (similar to adding users to a home computer).

Thank you!

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,014 questions
Windows for business Windows Client for IT Pros User experience Other
{count} votes

2 answers

Sort by: Most helpful
  1. Michael Durkan 12,236 Reputation points MVP
    2023-05-24T16:08:25.1633333+00:00

    Hi

    is the VM Azure AD Joined?

    If yes, you can add their Azure AD User accounts to either the "Virtual Machine Login" or "Virtual Machine Administrator Login" IAM role at the Resource Group level where the machine is deployed. However, they will only be allowed to have one user on the VM at any one time.

    If you need multiple concurrent user sessions, you'd need to deploy an Azure Virtual Desktop Host Pool and create your VMs using the "Windows 11 Multi Session" image which would allow for multiple concurrent logins.

    Links below should help you with this:

    https://learn.microsoft.com/en-us/azure/virtual-desktop/create-host-pool?tabs=portal https://michaeldurkan.com/2022/05/17/100daysofcloud-day91-azurevirtualdesktopdemo-part1/ https://michaeldurkan.com/2022/05/18/100daysofcloud-day92-azurevirtualdesktopdemo-part2/

    Hope this helps,

    Thanks

    Michael Durkan

    • If the reply was helpful please upvote and/or accept as answer as this helps others in the community with similar questions. Thanks!
    1 person found this answer helpful.
    0 comments No comments

  2. Limitless Technology 44,751 Reputation points
    2023-05-25T12:27:41.16+00:00

    Hello there,

    Managed identities for Azure resources provides Azure services with an automatically managed identity in Azure Active Directory. You can use this identity to authenticate to any service that supports Azure AD authentication, without having credentials in your code.

    This article describes how to set up System Center - Virtual Machine Manager (VMM) user roles.

    https://learn.microsoft.com/en-us/system-center/vmm/account-user-role?view=sc-vmm-2022

    Hope this resolves your Query !!

    --If the reply is helpful, please Upvote and Accept it as an answer--

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.