I want to establish an connection between API managment and Application Gateway in Azure. Please can someone provide step by step solution.
Asked
Active
Viewed 5,379 times
1 Answers
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.

Quality Catalyst
- 6,531
- 8
- 38
- 62

Samir
- 671
- 4
- 15
-
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 '17 at 06: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 '19 at 19:02