Azure / azure-quickstart-templates

Azure Quickstart Templates
https://aka.ms/azqst
MIT License
14.03k stars 16.11k forks source link

Unable to connect remotely: RDP fails #2207

Open moumie opened 8 years ago

moumie commented 8 years ago

201-vmss-windows-customimage (https://github.com/Azure/azure-quickstart-templates/tree/master/201-vmss-windows-customimage)

Unable to make remote desktop after VMSS creation

Hi ! I have successfully created a scale set with one instance from the my custom image: The custom image has microsoft server data center DS1 V2 and node.js installed in and a copy of my application. From the new portal I can see the IP of the VM. I have also successfully start it from the powershell. However the RDP on that ip with port 3389 or 50000, 50001 are not working. I tried to add some inboud rules but the situation is same (may inboud rules not correct). Please can you let me know the steps required after the scale set is created in order to make a RDP ?

Regards.

bmoore-msft commented 8 years ago

there are a few other samples in the repo that have inboundNatPools setup for RDP - check those out and feel free to send a PR to update the template above (that strangely did not include them).