简体   繁体   English

是否有与 azure 中的 aws eip 等效的东西? 除了负载均衡器

[英]Is there any equivalent to aws eip in azure? Apart from load balancer

we have an active-passive server setup.So we want to allocate a public ip to active server.我们有一个主动-被动服务器设置。所以我们想为主动服务器分配一个公共 ip。 We are able to do this in AWS using eip .Is there any feature which we can use in azure just like eip in aws?我们可以使用 eip 在 AWS 中执行此操作。是否有任何功能可以在 azure 中使用,就像在 aws 中使用 eip 一样?

You could use static Public IPs in Azure.您可以在 Azure 中使用静态公共 IP。 You could associate a Public IP to a VM's NIC then change the IP address assignment to static .您可以将公共 IP 与 VM 的 NIC 相关联,然后将 IP 地址assignment更改为static Also, Azure DNS allows you to reach this IP via a Public custom DNS name .此外,Azure DNS 允许您通过公共自定义 DNS 名称访问此 IP。

We do support Static Public IPs in Azure today that is equivalent to Elastic IP in AWS.我们现在支持 Azure 中的静态公共 IP,相当于 AWS 中的弹性 IP。 Static Public IPs can be mapped to a VM's NIC (elastic IP equivalent) or to a load balancer's Front end IP.静态公共 IP 可以映射到 VM 的 NIC(等效弹性 IP)或负载均衡器的前端 IP。

More details from the Azure feedback.来自Azure 反馈的更多详细信息。

Apart for the Azure Load balancer, you may have interested in Azure traffic manager which is a DNS-based traffic load balancer that enables you to distribute traffic optimally to services across global Azure regions, while providing high availability and responsiveness.除了 Azure 负载均衡器,您可能对Azure 流量管理器感兴趣,它是一种基于 DNS 的流量负载均衡器,可让您以最佳方式将流量分配到全球 Azure 区域的服务,同时提供高可用性和响应能力。

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

相关问题 没有Azure负载平衡器资源的任何指标定义 - No any metric definitions for Azure Load Balancer resource Azure负载平衡器 - Azure load balancer 要在Azure中访问负载均衡器? - Accesing the Load Balancer in Azure? 有什么方法可以查看 azure 负载均衡器的访问日志 - is there any way to see the access logs for azure load balancer Azure负载平衡器A记录 - Azure load balancer A record Azure内部负载均衡器 - Inside load balancer in Azure AWS和Azure混合云设置-是否可以进行此配置(Azure负载均衡器-> AWS VM)? - AWS & Azure Hybrid Cloud Setup - is this configuration at all possible (Azure Load Balancer -> AWS VM)? 我们在 AWS 中有一个域,该域当前映射到 AWS 本身的负载均衡器,但我们希望将其映射到 Azure 的负载均衡器 - we are having a domain in AWS, which is currently mapping to loadbalancer of AWS itself but we want to map it to load balancer of Azure 如果将所有实例从Azure负载平衡器的轮换中删除,会发生什么情况? - What happens if all instances are removed from rotation of Azure load balancer? 保持 azure vm 从负载均衡器下的一个更新 - Keep azure vm updated from one under load balancer
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM