How do I RDP into an Azure windows VMSS

I have a VMSS which is not connected to a load balancer running windows 2016 server edition operating system. How can I RDP into this setup? Is port 3389 open by default?

Upvotes: 1

Views: 3773

Answers (2)

Major
Major

Reputation: 455

Another way to do this is to go to your vnet, search for your vm scale set and you should be able to see the IP.

Upvotes: 1

Jason Ye
Jason Ye

Reputation: 13964

If you use Azure image to create VMSS, you can create a windows VM work as a jumpbox in that same Vnet.

If you use image which upload from your local, please make sure you have enable RDP first, then you can use another VM to RDP it via internal IP address.

If you image does not enable RDP, please re-prepare your image and enable RDP, then upload to Azure to create a new VMSS.

Upvotes: 4

Related Questions