Is there a Linux VM with a desktop GUI which I can create as part of my initial free subscription (and use those credits towards the cost)? And how do I access it from the Azure portal (without having to use the cli)?

Jeff D. Dillard 20 Reputation points
2024-01-19T23:28:52.7533333+00:00

I recently started a free subscription (including the $200 credit) with the intention of creating a Linux system (with a GUI desktop) that I can connect to from the Azure portal. I have tried several times to create VMs with different configurations, but have not been able to connect yet. The demo videos make it seem like it should be fairly easy, yet that has not been my experience so far. How would I achieve this goal?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,041 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,460 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,775 questions
{count} votes

Accepted answer
  1. kobulloc-MSFT 26,811 Reputation points Microsoft Employee Moderator
    2024-01-19T23:49:32.37+00:00

    Hello, @Jeff D. Dillard !

    How do I create a Linux VM using my free Azure subscription?

    You'll want to follow the Create a Linux VM portal quickstart:

    https://learn.microsoft.com/en-us/azure/virtual-machines/linux/quick-create-portal?tabs=ubuntu

    Keep in mind that for Linux VMs on free accounts, you'll need to create one of the following:

    • Standard B1
    • Standard B2ATS (new-availability may be limited in some regions)
    • Standard B2PTS (new-availability may be limited in some regions)

    If you run into any issues, let us know what the error or blocking issue is and we will be happy to help.

    How do I access remote desktop (GUI) on a Linux VM?

    You'll need to install and configure xrdp to use Remote Desktop with Ubuntu:

    https://learn.microsoft.com/en-us/azure/virtual-machines/linux/use-remote-desktop?tabs=azure-cli


    I hope this has been helpful! Your feedback is important so please take a moment to accept answers.

    If you still have questions, please let us know what is needed in the comments so the question can be answered. Thank you for helping to improve Microsoft Q&A! User's image

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.