Forum Discussion
neilashbysenior
Oct 31, 2022Copper Contributor
Azure application gateway preauthentication
Hi, I'm wondering if there is a way to securely present applications in Azure that are running on virtual machines whereby the initial client request will not touch the VMs until authentication has b...
Tdullers
Nov 12, 2022Copper Contributor
Hi,
Most likely Azure Frontdoor with Authentication Option enabled is a fit for your use-case.
You can point a Front-door to a Load Balancer in front of your VM's and requests will only reach the Load Balancer and by consequence your VM's when the client successfully Authenticates to Frontdoor. The big Advantage is that Frontdoor is a service that lives outside of your VNET's in the Microsoft POP locations. So the traffic will nicely stay out of your environment if not successful authentication occurred. Hope this solves your problem.