Best practice in publishing Remote Desktop access or Terminal server to Internet via Azure ?

EnterpriseArchitect 4,721 Reputation points
2022-01-18T03:37:03.517+00:00

Hi Everyone,

I need to know if the below highlighted Azure VM to securely publish the Remote Desktop access / Terminal Server from the internet is Azure Bastion ?

165849-image.png

If not what do I need to add or configure to secure the RDP access from the internet?

Thanks in advance.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,086 questions
Azure Front Door
Azure Front Door
An Azure service that provides a cloud content delivery network with threat protection.
575 questions
Azure Bastion
Azure Bastion
An Azure service that provides private and fully managed Remote Desktop Protocol (RDP) and Secure Shell (SSH) access to virtual machines.
241 questions
Azure Load Balancer
Azure Load Balancer
An Azure service that delivers high availability and network performance to applications.
399 questions
0 comments No comments
{count} votes

Accepted answer
  1. suvasara-MSFT 9,996 Reputation points
    2022-01-18T04:47:17.867+00:00

    @EnterpriseArchitect , there is no complete Azure alternative solution that can replace bastion. Having said that you can still be able to reduce the IP vulnerability attacks like Brute force attacks and DDoS attacks using the below solutions,

    1.Deploying NSG on the subnet with necessary I/O security rules should block the IP access to certain IP's.

    2.Deploying a VPN Gateway and connecting on microsoft backbone. In this method you can connect to VM using its private IP. This includes pricing.

    3.Configuring Just-in-time access by configuring it through an Azure Virtual Machine blade or configure a JIT policy on a VM programmatically. This reduces the risk of attacks as the port will be closed until you access.

    4.Deploying a jump host and hardening it with NSG. This increases infrastructure cost.

    So, deploying the Azure Bastion is the best solution to provide a complete security solution.

    ----------

    Please do not forget to "Accept the answer" wherever the information provided helps you to help others in the community.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful