Virtual Machine Scale Sets

大城市里の小女人 提交于 2019-12-12 05:37:58

问题


I have a test azure subscription, I have created a Virtual Machine Scale Sets.

There are no errors in the scale set.

How do I connect to VM's and make my server to put in a load?

Can I connect with RDP to my Scale set VM's ? is this allowed?


回答1:


If you create VMSS via Azure portal Marketplace, we can't add inbound NAT rules to use RDP to login the VMSS instances, we can't RDP them directly.
So if you want to login those instances, we can create a new VM in the same Vnet(same Vnet can connect by the private IP address), and use the private IP to RDP.

How do I connect to VM's and make my server to put in a load?

By default, we can use load balancer public IP address and NAT port to RDP VMs behind the VMss.

Can I connect with RDP to my Scale set VM's ? is this allowed?

You can create a windows VM in the same Virtual Network, this VM work as a jumpbox, then use this vm to RDP those instances via private IP address.

Another way, modify template to add NAT rules.

More information about VMss and NAT rules, please refer to this link.



来源:https://stackoverflow.com/questions/44325221/virtual-machine-scale-sets

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!