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.