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!