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 there a way without using virtual networks or powershell script?
- mohammedmubeenCopper ContributorYou 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
You may consider Private endpoints:
https://learn.microsoft.com/en-us/azure/azure-functions/functions-networking-options?tabs=azure-cli