we have a on premise restful and few soap based services. which needs to be accessed from azure function app. Need to know what are the ways we can access on premise services from function app.
Asked
Active
Viewed 1,569 times
1 Answers
2
Off the top of my head you have a few options:
- Make the on-prem services public facing
- Create a VPN connection and Integrate a Function App with an Azure Virtual Network
- Look into Azure Service Bus relay
Azure Relay service facilitates hybrid applications between on-premises and cloud environments within a corporate enterprise network and the public cloud, without having to open a firewall connection or require intrusive changes to a corporate network infrastructure.
You might be looking for a way to Expose an on-premises WCF REST service to external client by using Azure WCF Relay

rickvdbosch
- 14,105
- 2
- 40
- 53