0
votes

we have configured azure active directory pass-through authentication . Need to access on premise resources from the azure deployed application. can we do this by configuring application proxy?. so that on premise application authenticated with azure AD. so the communication between azure application and on premise application be seamless. Is it possible?

1

1 Answers

1
votes

I'm not entirely sure if I understand you correctly but what you want is probably possible by using Azure Hybrid Connections: https://docs.microsoft.com/en-us/azure/app-service/app-service-hybrid-connections

You install the Hybrid Connector on-prem, e.g. on a VM, and then for instance an Azure App Service can access certain resources on-prem.

Or for anything more advanced you might want to look at Azure VPN (or ExpressRoute in the long run).