Can someone please help me with the following questions
1) If I have an Azure Load Balancer can I use this to load balance only on-premise traffic, and not have the load balancer with any public facing IP addresses?
What I want to do is the following,
I have an on-premise Active Directory forest (usual stuff), I want my on-premise clients to point to a load balancer (virtual IP, VIP) for DNS and LDAP traffic. Meaning when a client wants to do a DNS lookup or query active directory via LDAP or LDAPS they are pointed to the load balancer address (Azure load balancer) which then directs the traffic to an on-premise DC in the pool of DCs configured on the load balancer). The traffic should always be sent over the private network e.g. Express Route and never over the public internet.
Is the above possible, or is it a bad use case for Azure load balancer?
Any advise most welcome :)
Thanks
CXMelga