From what I can tell, there is no way to know if any of the VMs configured as part of a Load-Balanced Set has been taken out of rotation based on bad configuration such as incorrect probe configuration. I see a PS script to set the Azure Load Balancer Endpoint - Set-AzureLoadBalancedEndpoint.
But there is no way from what I can tell via PS or in the Portal to notify or alert me when a VM is no longer part of the LB Set due to some issue. I can use the PS CmdLet Get-AzureEndpoint to list the configured endpoints for the VM, including if it's part of a LB Set. But I can't see that it tells me that it's not receiving requests.
Is there a way via PS or in the Portal to notify or alert me when a VM is no longer part of the LB Set due to some issue. If not, is there any thought in terms of the roadmap to making this feature available via a PS Script, the Azure Portal, or via SCOM?