Share via

Azure APIM requests count do not match Function App requests count

Rodolfo Macaraeg 116 Reputation points
2021-08-09T08:32:51.653+00:00

We have a project that is hosted via Azure Function app, and sits behind APIM. We noticed that the number of requests in APIM is not equal to the number of requests in the Function App. Also checking the requests on APIM, they are all success == true and resultcode ==200. But those requests were not able to trigger the function app. We verified that our function app was not triggered as no updates were found on the other application being called by the function app. We also noticed that this only occurs during high volumes of request coming in. Are there any settings or configurations, we need to check with this?

Azure API Management
Azure API Management

An Azure service that provides a hybrid, multi-cloud management platform for APIs.

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.


Answer accepted by question author

Rodolfo Macaraeg 116 Reputation points
2021-08-11T09:54:20.987+00:00

Sorry. I seem to know the answer for this. I was not able to incorporate the itemCount on my query on the Function App. It's now almost matching with negligible difference.

Was this answer helpful?


0 additional answers

Sort by: Most helpful

Your answer

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