5

I want to establish an connection between API managment and Application Gateway in Azure. Please can someone provide step by step solution.

1 Answer 1

4

What is your scenario? Generally, people set up API Management in an internal VNET and expose a small set of APIs via Application Gateway with a WAF SKU, which is an extra Web application firewall for Front.

Try this: https://learn.microsoft.com/en-us/azure/api-management/api-management-howto-integrate-internal-vnet-appgateway

2
  • My requirement is Application Gateway is under separate NSG and Application Management is under separate NSG but both are in same VNET. Application Gateway is in a subnet and API Management is in own subnet. Application Gateway should send traffic to API Management.
    – Pushkar
    Oct 15, 2017 at 6:23
  • We have Application Gateway in a subnet w/o NSG - the WAF here is protection enough. But from AppGw-Subnet to APIM-Subnet we only allow inbound 443.
    – Kai Walter
    Mar 14, 2019 at 19:02

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Not the answer you're looking for? Browse other questions tagged or ask your own question.