Questions tagged [azure-dns]
20 questions
0
votes
0 answers
Azure DNS: NXDOMAIN for existing record
I have created a cname record for my domain(login.auditman.sam-solutions.in) using Azure DNS. Cname record points to the azure front door.
When I'm doing DNS Lookup for the record, I can successfully get the result, but when I'm trying to open the…

Yash
- 1
0
votes
1 answer
How to set wildcard DNS record for Azure Virtual Machine w Linux?
I'm trying to deploy WorkAdventure for test in an Azure Linux Virtual Machine with Linux, and access it from the internet.
For this I found here #794 (comment) a reference to a good documentation from insensitiveclod from technic.
I followed that…

Florin Vîrdol
- 109
- 3
0
votes
2 answers
Can't resolve external DNS record for domain in Azure Private DNS Zone
---EDITED TO REFLECT THE FACT I'M RUNNING MULTIPE COPIES OF THE APLCIATION ON THE ONE DOMAIN----
Having an issue that I can't quite work out, wondered if some fine person here had any experience!
I'm running multiple web based .NET applications on a…

Chris Butler
- 146
- 1
- 6
0
votes
0 answers
Setting up multiple sites in IIS10 with subdomains and Azure DNS Zone
I have an Azure VM that is being used as a webserver. Right now it hosts 1 site in IIS. I have a domain name for this site, an SSL cert and have it binding to port 443. This site works fine and has for over 1 year.
As an example let's say this…

Brandon
- 133
- 1
- 1
- 6
-1
votes
1 answer
Adding a private nameserver to public DNS zone for a subdomain
We have a DNS zone setup on Azure which resolves all of our records on our base domain (eg: example.com). We also have an internal DNS server using BIND and are currently duplicating the records on the public and private DNS.
I am trying to set up…