I would like to know the procedure/steps to establish connection between two API Management(APIM) services and each APIM instance on different tier(1-Application Tier, 2-Integration tier)).
I would like to know the procedure/steps to establish connection between two API Management(APIM) services and each APIM instance on different tier(1-Application Tier, 2-Integration tier)).
@MadalaHanumantharao-5095 You can reach APIM instances from the other via their default endpoints.
If they are deployed inside VNETs are just inside different subnets of the same VNET, they should be able to access each other by their Virtual IPs.
If they are in different VNETs, you will have to setup peering between these VNETs.
Hi Pramod,
Thank you for your updates.
Will you help to provide the more details like how to configure the endpoints/how to call/connect from one APIM instance to another APIM instance.
@MadalaHanumantharao-5095 If you are looking to simply forward requests coming in to one APIM to another APIM, then you would just add an API like usual.
If you require using endpoints from another APIM in your policies, then you can use the send-request or send-one-way-request policies.
7 people are following this question.