#Azure Arc onboarding DNS

1 messages · Page 1 of 1 (latest)

pulsar mountain
#

Trying to install Azure Arc using the multiple servers script and a private endpoint connection.

When we run the script we're told the the expected private IPs are resolving to public IPs instead.
Looking at the private endpoint's DNS configuration it seems like the name of the resources that the script is expecting, and the name of the resources in the private endpoint are different.

So in the script it says it's looking for centralus-gas.guestconfiguration.azure.com to resolve, but in the private endpoint the DNS configuration listed is centralus-gas.privatelink.guestconfiguration.azure.com

Do I need to modify the configuration in the endpoint to be just centralus-gas.guestconfiguration.azure.com somehow?

timid yacht
#

Sounds like you need to setup or doublecheck your DNS forwarding. On-prem DNS should be forwarding centralus-gas.guestconfiguration.azure.com to another forwarder in Azure, which forwards to Azure DNS.

pulsar mountain
#

Got it working, with a issue around registering the agent to the Arc resource that needs an additional step.

Thank you.