How to RDP to my Azure VM with no public IP or Bastion Host

2021-06-12T21:11:37

I am completely at a loss on how to get round this issue and would welcome some ideas.

I've provisioned an Azure Windows Virtual Desktop (WVD) in my organisation's Azure VNet. I'd now like to RDP onto the virtual machine that I created when provisioning the WVD and although it's status shows that it is running and with no issues, I am simply unable to RDP onto it.

Two key things I have to point out before the suggestion is even made, our Azure VNet is locked down with security rules to ensure there can be no use of a:

  • Public IP (All IPs are Private only)
  • Bastion Host

Now, if I could perhaps even RDP from one virtual machine within the same VNet to my target virtual machine, I could no doubt perform the required changes or updates that I desperately need to apply to my target VM. Problem I'm facing is:

  1. I can't figure out how to RDP to the target VM from another within the VNet.
  2. When I download the RDP file for the target VM to my PC/Laptop, I get no joy either.

Copyright License:
Author:「hitman126」,Reproduced under the CC 4.0 BY-SA copyright license with link to original source & disclaimer.
Link to:https://stackoverflow.com/questions/67949180/how-to-rdp-to-my-azure-vm-with-no-public-ip-or-bastion-host

About “How to RDP to my Azure VM with no public IP or Bastion Host” questions

I am completely at a loss on how to get round this issue and would welcome some ideas. I've provisioned an Azure Windows Virtual Desktop (WVD) in my organisation's Azure VNet. I'd now like to RDP o...
I have created my infrastructure through Terraform, the relevant (Azure) resources are Application Gateway VMSS (Virtual Machine Scale Set) Windows VMs => Created/Destroyed by VMSS (Windows VM ...
Example Reffered: https://medium.com/devops-dudes/how-to-setup-completely-private-azure-kubernetes-service-aks-clusters-with-azure-private-links-b800a5a6776f ## # Configure the Azure Provider ##
I have created an Azure VM in a VNet. The VM doesn't have any public IP, so the only way to log in is through Azure Bastion Host. I have invited an external user and provided them the "Virtual
I have created a windows VM on Azure. Users can log in to the VM using Active Directory credentials. Also, no public IP is associated with VM; hence, Bastion Host is the only possible way to access...
I was able to connect to Azure VM through RDP earlier but now suddenly I'm unable to connect to VM through RDP. I tried to connect through Powersell. Even powershell script was able to connect
I and unable to RDP Azure VM on my corporate network using "DNS:Port" (like vmname.cloudapp.net:3389). It works fine on my home network, which means, endpoints are set correctly. However, it was
I have created an Azure VM in a VNet. The VM has no public IP, so the only way to log in is through Azure Bastion Host. I have invited an external user and provided them the "Virtual Machine u...
Are there any prerequisites (nsg rules / firewall rules) required for RDP'ing into a VNet Windows VM (private IP only) using Azure Bastion? What ports does it use? Does it use a P2S VPN IP?
I have created Bastion Host and one Virtual machine(with out public IP) in Azure, I am able to login to my VM through Bastion Host, Now i want to deploy flask application in VM than i have to allow...

Copyright License:Reproduced under the CC 4.0 BY-SA copyright license with link to original source & disclaimer.