Forum Discussion
nabi04
Oct 13, 2023Brass Contributor
How to connect Azure Function App to On-prem DNS Server?
I am creating a .NET application that validates domain from an on-prem DNS server. I would like to know how can I integrate my Azure function app to perform nslookup on the on-prem DNS server. Is the...
mohammedmubeen
Oct 13, 2023Copper Contributor
You can do by setting up Hybrid Connection and install Hybrid connection manager on prem machine , in your azure functions you can use libraries to perform DNS lookups