简体   繁体   English

如何在负载均衡器中查看实例的运行状况?

[英]How to see health of instances in a load balancer?

I have configured a load balancer and some VMs using an Azure Resource Manager Template. 我已使用Azure Resource Manager模板配置了负载均衡器和一些VM。 Everything seems to be in order, but I cannot find a way to view the 'health' of the instances in the load balancer in the console, or with the xplat command line tool. 一切似乎都井然有序,但是我无法找到一种方法来查看控制台中负载均衡器或xplat命令行工具中实例的“运行状况”。

In AWS it's really easy to go to the console, find an Elastic Load Balancer, and view the instances attached, and if they're InService or OutOfService. 在AWS中,可以轻松访问控制台,查找Elastic Load Balancer,查看附加的实例,以及它们是InService还是OutOfService。

Is there any way to query the instance status in Azure? 有没有办法在Azure中查询实例状态? I've tried searching MSDN, the Azure command line tool commands for load balancing and the Portal (I'm using Resource Manager, so can't use manage., but had this problem with the Service Management API too). 我已经尝试搜索MSDN,用于负载平衡的Azure命令行工具命令和Portal(我正在使用资源管理器,所以不能使用manage。,但也有Service Management API的这个问题)。

Azure is the responsible of dealing with the health of the load balancers. Azure负责处理负载均衡器的运行状况。 You don't need to worry about it, Azure Fabric will monitor it's status and deal with possible failures thanks to its high-availabity design. 您无需担心,Azure Fabric将监控其状态并通过其高可用性设计处理可能的故障。

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

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