Integrating APIM consumption tier with Application gateway

SivaB 91 Reputation points
2022-08-24T07:47:55.677+00:00

We have scenario like configuring application gateway in front of APIM service which is in consumption tier. Could we able to add the APIM service as backend pool which is not having VIP. Health Probe is showing 404 error while we trying to test the APIM service using it's FQDN.

Gateway Standard V2 tier

Basic Listeners for port 80 and Backend HTTP settings port 80

Backend Pool APIM service consumption tier for azure application services.

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

Accepted answer
  1. JananiRamesh-MSFT 21,471 Reputation points
    2022-08-24T16:24:28.79+00:00

    Hi @SivaB Thanks for reaching out. Consumption SKU uses dynamic hosting model, so it's not guaranteed to have stable IP address, but you can add APIM service as a backend pool to APP Gateway by providing FQDN. I tried at my end and I could also see 404 error for this probe url: https://<servicename>-api.net/status-0123456789abcdef
    could you please use this alternate url for testing the health probe https://<servicename>.azure-api.net/internal-status-0123456789abcdef this would give you 200 status code

    let me know incase of further queries, I would be glad to assist you.

    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.


0 additional answers

Sort by: Most helpful