Azure API Management Operation Not Found exceptions

JoelP 346 Reputation points
2023-03-15T07:58:31.7133333+00:00

Hi, We are seeing these exception in API Management. Not sure what these OperationNotFound are? It's like a ping request. any ideas?

User's image

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,242 questions
0 comments No comments
{count} vote

2 answers

Sort by: Most helpful
  1. MayankBargali-MSFT 70,771 Reputation points
    2023-03-15T11:19:26.33+00:00

    @JoelP Thanks for reaching out. Thanks for reaching out. OperationNotFound errors are observed when the APIM is Unable to match incoming request to an operation. This is mainly when your client is calling the URI incorrectly i.e. there is no match with the request URI that you have configured in your APIM. Predefined errors for built-in steps error reasons are documented here.

    Feel free to get back to me if you have any queries or concerns.

    Please accept as "Yes" if the answer is helpful so that it can help others in the community. If you need any help/clarification/concerns/follow up questions, then please click on "Add Comment" on my answer and provide more details.


  2. MuthuKumaranMurugaachari-MSFT 22,381 Reputation points
    2023-03-16T21:12:34.14+00:00

    Joel Prescilla The path /status-0123456789abcdef is a default path commonly used by applications such as Application Gateway, Application Insights etc. for probing API Management. The endpoint https://<apimname>.azure-api.net/internal-status-0123456789abcdef is available for all tiers except Consumption tier. If you have Consumption based APIM instance, this endpoint is not available and would get 404 error.

    You can search IP address in https://www.microsoft.com/en-us/download/details.aspx?id=56519 to see which service was calling this endpoint and disable it. If you find calling service as Application Insights, then I suggest you follow the steps described in this thread. Let us know if it helps or have any questions.


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.