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 ...
Chandrasekhar_Arya
May 23, 2023Iron Contributor
I guess you can use Azure Monitor's metrics and logs to gather information about the traffic passing through the load balancer. you need to configure the metric in Azure Load balancer
- sathish175May 30, 2023Copper ContributorThanks for your reply.
Yes, we can use azure monitor for metrics and logs to get the information.But, there is no metrics to find the total incoming request count.
I am thinking as azure load balancer operating at layer 4 we don't have the metrics to find the incoming request count. But there should be some way to find it.
If you know any way to find it. Please, let me know.