Setting up Remote Desktop Access to Clients' PCs with Azure

ronh 20 Reputation points
2024-09-10T21:14:50.7766667+00:00

Is it possible to set up Microsoft Remote Desktop Access using Azure without port forwarding or 3rd party software? I'm looking for an easy way to log in to my clients' PCs to fix their technical problems. Ideally, I'd like to access all of my clients from the Azure portal. What steps do I need to take to set this up? Thank you.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,813 questions
Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,511 questions
0 comments No comments
{count} votes

Accepted answer
  1. Nikhil Duserla 2,105 Reputation points Microsoft Vendor
    2024-09-11T02:30:36.03+00:00

    Hi @ronh,

    Welcome to the Microsoft Q&A Platform! Thank you for asking your question here.

    Yes, you can configure Microsoft Remote Desktop Access with Azure without needing port forwarding or additional third-party software by utilizing Azure Bastion. Azure Bastion enables secure connections to your virtual machines (VMs) through the Azure portal via a web browser, eliminating the need to expose the VMs to the public internet.

    Please ensure that the NSG associated with your VMs allows inbound RDP traffic from the Azure Bastion subnet. By creating an inbound security rule that permits traffic from the Bastion subnet to the RDP port.

    Please refer to this for more information: https://learn.microsoft.com/en-us/azure/bastion/tutorial-create-host-portal

    We also have Azure providing support for remote work through its networking services. https://learn.microsoft.com/en-us/azure/networking/working-remotely-support#extend-employee-connections-to-access-globally-distributed-resources

    If you have any further queries, do let us know.

    If the answer is helpful, please click "Accept Answer" and "Upvote it."

    1 person found this answer helpful.

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.