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?
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?
@PankajSingh-1667 Thank you for the question. We will review and update at the earliest.
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.
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
4 people are following this question.