简体   繁体   English

多个具有相同公共IP地址的Azure虚拟机

[英]Several azure virtual machines with the same public ip address

What are the resources I need to have several azure virtual machines (with their correspondant private ips) behind the same public ip? 在同一个公共ip后面有几个Azure虚拟机(及其对应的私有ip)需要什么资源? Load balancer, public ip address resource (but associated with what)...? 负载均衡器,公共IP地址资源(但与什么相关联)...? Do I need to associate a public ip address to the same network interface (seems not to be possible) or virtual network, having those network interface or virtual network associated to several virtual machines? 我是否需要将公共IP地址关联到同一网络接口(似乎不可能)或虚拟网络,并将那些网络接口或虚拟网络与多个虚拟机关联?

For Azure load balancer, there are two SKUs: basic and standard. 对于Azure负载平衡器,有两个SKU:基本SKU和标准SKU。 Each of SKU has internal or public type. 每个SKU都有内部或公共类型。 You can use public load balancer of any SKU, then add the azure virtual machines, scale sets or availability sets as the backend pool. 您可以使用任何SKU的公共负载平衡器,然后将Azure虚拟机,规模集或可用性集添加为后端池。 The public IP address of load balancer is an independent resource which is not associated with any other network interfaces. 负载平衡器的公共IP地址是独立资源,不与任何其他网络接口关联。 Every VM behind the load balancer have its private IP address or you can add its individual public IP address. 负载平衡器后面的每个VM都有其专用IP地址,也可以添加其单独的公用IP地址。

You can get more details about Azure load balancer . 您可以获取有关Azure负载平衡器的更多详细信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM