Hello,
reading the documentation on how to deploy the edge on the next gen horizon cloud I found this:
Regarding Horizon Edge using an AKS cluster, if the VNet you are using for the Horizon Edge deployment has a custom DNS server, you must add the Microsoft Azure DNS IP address 168.63.129.16 as an upstream DNS server.
(see Network Requirements )
Since I need to be able to resolve also my on premise services (AD and others) I guess one should use an "Azure DNS Private Resolver" whit custom rules pointing to my on premise domain. Is this correct or the AKS DNS requirement means something different?
Thanks!