0
votes

The azure docs describing the integration of API Management with Application Gateway in a VNet (https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-integrate-internal-vnet-appgateway) consists of quite complex steps that are not so intuitive.

Is there any intuitive way most probably via Azure portal to integrate the above 2 components ? The same issue is also posted on feedback docs. https://feedback.azure.com/forums/248703-api-management/suggestions/39301564-documentation-fully-featured-application-gateway

I set up the application gateway as follows with the settings: Listener settings: enter image description here

Backend pool settings: enter image description here

The IP Address is the private IP of the API Management in the same Vnet as the Application gateway

HTTP Settings: enter image description here

  1. On the API management site I have configured an API to send a mock response and its configured as a normal GET request to path "/". Do I need to configure anything else on the API management side also ?
  2. I am doing this for testing purposes so I kept the protocol as HTTP. Do I still need certificates to configure the custom domain names or will the private IP of API management work ?

Upon doing a GET request on the front end IP of gateway it is giving me 5** error.

Help please.

1
I agree. I'm not fan of Application Gateway because of that too. Have you tried replacing Application Gateway by Azure Front Door?Thiago Custodio
@ThiagoCustodio no I need to use Application Gateway only.Soulshifter

1 Answers

0
votes

You will not be able to enable SNI in the listener of Application Gateway via Portal. Other steps are configurable via Portal.

Let me know if you face any issue while creation of AppGW via portal.