question

PankajSingh-1667 avatar image
0 Votes"
PankajSingh-1667 asked sadomovalex answered

Steps for access partner API from azure function

I need to access partner api which is hosted on his data center server and accessible through VPN only.I need to access API from azure function.could you please explain all the steps which I need to setup?

azure-functions
· 1
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.

@PankajSingh-1667 Thank you for the question. We will review and update at the earliest.

0 Votes 0 ·
JayaC-MSFT avatar image
0 Votes"
JayaC-MSFT answered

Hello @PankajSingh-1667 you can consider this path : On-premise ----> s2s ( Site to Site) VPN ----> VNet ----> function in a subnet of VNet.

You may follow : https://docs.microsoft.com/en-us/azure/vpn-gateway/tutorial-site-to-site-portal

Let me know if this helps in this case.

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.

sadomovalex avatar image
0 Votes"
sadomovalex answered

alternatively you mat create proxy on on-prem server which will access partner's API via vpn and open this on-prem proxy end point for Azure function

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.