How to connect a new Azure user to VM from a MAC

Karan Sharma 0 Reputation points
2024-03-22T17:35:59.2366667+00:00

I have a new user account that has been created in Azure. We have created a VM and assigned the user to the VM resource. What else do I need to do to allow the user to access the VM from a MAC OS? Error: This username may be incorrect. Make sure you typed it correctly. Otherwise, contact your admin

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

2 answers

Sort by: Most helpful
  1. Azar 22,860 Reputation points MVP
    2024-03-22T17:40:26.8533333+00:00

    Hey there Karan Sharma

    Thats a good question and thanks for using QandA platform.

    In the Search box, type RDP, and from results choose the RDP app.

    Click on Get.

    Open the app and click on Add PC.

    Give the PC Name (Host Name or IP Address)

    Now Add a User Account by giving the Username and Password and click on Add.

    Now your remote desktop is working.

    Follow this below documentation for a detailed inf0.

    https://learn.microsoft.com/en-us/azure/lab-services/connect-virtual-machine-mac-remote-desktop

    If this helps kindly accept the answer thanks much.

    0 comments No comments

  2. v-vvellanki-MSFT 4,920 Reputation points Microsoft Vendor
    2024-03-22T17:54:13.93+00:00

    Hi @Karan Sharma,

    Welcome to the Microsoft Q&A and thank you for posting your questions here.

    Your question is to know how you can connect a new Azure user to Azure VM from a MAC system.

    Meanwhile, you forgot to let us know how you're trying to connect.

    There are three popular medium to connect to Azure VM from Mac OS or any other operating systems.

    1. SSH
    2. RDP
    3. Bastion (via web browser)

    If you're using SSH, the username should have this format:

    SQLAI ConvertCopy

    ssh username@vm_ip_address
    

    Others, you have to query the VM by it's IP Address and provide the credentials.

    NOTE: You must have configured your Azure VM to be accessible through any of the three above.

    I hope this is helpful! Do not hesitate to let me know if you have any other questions.

    Please remember to "Accept Answer" if answer helped, so that others in the community facing similar issues can easily find the solution. Best Regards, Sina

    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.