question

MadalaHanumantharao-5095 avatar image
0 Votes"
MadalaHanumantharao-5095 asked MadalaHanumantharao-5095 commented

How to establish communication between two APIM services


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)).

azure-api-management
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

PramodValavala-MSFT avatar image
0 Votes"
PramodValavala-MSFT answered MadalaHanumantharao-5095 commented

@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.


· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

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.

0 Votes 0 ·

@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.


0 Votes 0 ·

ok,sure and thank you Pramod.

0 Votes 0 ·