Default backendpool

Sai Theja 21 Reputation points
2023-01-23T03:03:13.82+00:00

Hello everyone,

I am facing frequent alerts on Appgw as failed requests.

I could see alerts are from default backendtarget, we have path based routing.

In default no backendpool is assigned.

I could understand, that if none of the path matches it has to go to default backend target but not sure on what are the requests getting failed or mismatching to paths provided.

Where can i check those requests...

Thanks

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,592 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,221 questions
0 comments No comments
{count} votes

Accepted answer
  1. KapilAnanth-MSFT 48,261 Reputation points Microsoft Employee
    2023-01-23T05:29:14.7566667+00:00

    @Sai Theja

    Welcome to the Microsoft Q&A Platform. Thank you for reaching out & I hope you are doing well.

    I understand that you would like to know which particular path of an App gateway request fails.

    You can use the Access Logs of Azure App gateway to filter out failed requests.

    Refer : How to enable logging through the Azure portal

    Under Access Logs, the requestUri field should give the exact path with which the request came in.

    User's image

    In case you have enabled rewrite rules, you can also use the "originalRequestUriWithArgs" field

    Hope this helps.

    Cheers,

    Kapil


    Please don’t forget to close the thread by clicking "Accept the answer" wherever the information provided helps you, as this can be beneficial to other community members.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.