0
votes

How to debug the azure gateway probe? I have a setup which azure identifies as "unhealthy". The setup consist of one gateway with a http-setting with a custom probe. Behind it are two virtual machines.

When testing the path to the probes by direct ip, they both work. But the gateway identifies them as unhealthy.

Can I see a log somewhere why they are unhealty? My response code is a simple "OK" string with 200 OK status code.

1
You could check this link.Shui shengbao
Thanks, thats perfect!Robert

1 Answers

1
votes

You could check this link.

View back-end health through PowerShell:

Get-AzureRmApplicationGatewayBackendHealth -Name ApplicationGateway1 -ResourceGroupName Contoso