I want to establish an connection between API managment and Application Gateway in Azure. Please can someone provide step by step solution.
1 Answer
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.
-
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.– PushkarOct 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. Mar 14, 2019 at 19:02