Forum Discussion
Sathishku1340
May 18, 2023Copper Contributor
Azure Load Balancer
Hello All, I have created azure load balancer and vmss(virtual machine scale set) as backend. I hosted web application in the vmss using custom script extension. I wanted to know how many request ...
pksony88
Jun 05, 2024Copper Contributor
To monitor the requests going to your web app via the Azure Load Balancer, follow these steps:
- Load Balancer Insights:
- Azure Load Balancer provides insights through a prebuilt monitoring dashboard in the Azure portal. You can access this by navigating to the Insights blade of your Load Balancer resource.
- https://learn.microsoft.com/en-us/azure/load-balancer/monitor-load-balancer.
- View Metrics:
- Go to the metrics page for your standard load balancer resources.
- You can do this in two ways:
- On the load balancer’s resource page, select the metric type from the drop-down list.
- On the Azure Monitor page, select the load balancer resource.
- https://learn.microsoft.com/en-us/azure/load-balancer/monitor-load-balancer.
- Diagnostic Settings:
- Create a diagnostic setting to collect monitoring data.
- In the Azure portal:
- Search for “Load balancer” and select your load balancer.
- Go to the Monitoring section and choose Diagnostic settings.
- Add a diagnostic setting with the category AllMetrics.
- https://learn.microsoft.com/en-us/azure/load-balancer/monitor-load-balancer.
Remember to explore the insights and metrics to get a comprehensive view of your load balancer’s performance and request traffic!