Azure VM Scale Sets Internal Loadbalancer

自古美人都是妖i 提交于 2019-12-10 18:53:17

问题


Is it possible in any to create a VM Scale Set with an internal load balancer using private IP for the Front end instead of a public IP?


回答1:


Is it possible in any to create a VM Scale Set with an internal load balancer using private IP for the Front-end instead of a public IP?

Yes, we can use PowerShell to deploy VMSS with the internal load balancer. I create a VM in the same Vnet work as a jump box and use PowerShell to deploy VMSS with the internal load balancer. Here is my test:

More information about creating VMSS with Powershell, please refer to the link. More information about creating internal load balancer, please refer to the link.



来源:https://stackoverflow.com/questions/42209387/azure-vm-scale-sets-internal-loadbalancer

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