How to see health of instances in a load balancer?

1.4k Views Asked by At

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

1

There are 1 best solutions below

2
On

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.