0
votes
  • I have a standard load balancer in azure, and some clients complain that they receive 503 error status code. They are accessing the load balancer service behind their local proxy server.

  • I suspect the issue is on the client side (at the proxy server level), but I would like to verify the load balancer access log, just to be extra sure.

  • Is there any way to see those logs?

  • I've enabled the logging on Activity Log -> Diagnostics settings and checked all the logs (Administrative, Security, ServiceHealth, Alert, Recommendation, Policy, Atuoscale,Resource Health), and I can see the metrics under the Storage Account -> Metrics, but I can't manage to find any access/error logs which is what I need in order to see if the client is reaching the load balancer or not.

1

1 Answers

0
votes

Connect your load balancer to Log Analytics. You can query your logs in there and create visualisations. It will automatically grab your diagnostic settings logs as well.

Here is the Azure documentation