简体   繁体   中英

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. 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.

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.

Is there any way to query the instance status in 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).

Azure is the responsible of dealing with the health of the load balancers. 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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