Questions tagged [azure-dns]

16 questions
5
votes
3 answers

Redirect apex domain HTTPS requests without manually provisioning a certificate

I'm trying to host a static website on Azure storage with a custom domain and HTTPS. I have created a storage account, uploaded my files, and enabled static site hosting. The site works nicely from the .web.core.windows.net domain provided by…
Chris
  • 151
  • 5
2
votes
1 answer

Azure DNS Private Zone Preview not working with ubuntu virtual machines

I need help getting the DNS resolution working using an Azure DNS private Zone. I followed the documentation here: https://docs.microsoft.com/en-us/azure/dns/private-dns-getstarted-cli I was able to create the private zone example.local and I…
drivard
  • 407
  • 1
  • 6
  • 17
2
votes
2 answers

Cannot create a CAA record in Azure DNS

CAA records were introduced to Azure DNS in November 2017. Today, I attempted to add one to a new DNS zone I created in US East 2. I used the cloud Powershell so I wouldn't have to wrestle with AzureRM module version problems. $records =…
Larry Silverman
  • 547
  • 6
  • 12
2
votes
1 answer

Hosting only a subdomain in Azure dns service

We have a "traditional" dns service, where some outsourcing company manages our dns services. We host a lot of services in the cloud (mostly Azure) and then must submit tickets to the dns guys to create cname -registrations (and sometimes also txt…
1
vote
1 answer

DNS Migration to Azure DNS from Powerdns

We are using powerdns, I am looking into exporting all our zones and records to MS DNS, I am test exporting zones via phpmyadmin on my powerdns server. I dont think MS DNS played nice with .sql .csv files (export options on phpmyadmin). Is there a…
1
vote
1 answer

AD DS forward to Azure Private DNS Zone

Hi does anyone know how to forward traffic to a Azure private zone dns from a custom ad DS. We can’t use the new dns forwarder solution as it’s still in preview :( If we add a forwarder for 168.63.129.16 (azure dns) will that forward to our private…
Norrin Rad
  • 353
  • 1
  • 4
  • 12
0
votes
0 answers

How to use DNS for App Services within an Azure VNET?

I've seen guides on how to deploy a DNS within a VNET for use with VM's, but I can't figure out how to do this for App Services. Especially since App Services don't have a static internal IP (at least not one that I can find in the portal). Local…
0
votes
2 answers

Azure DNS is public records

I have created DNS zones for a few domains. From my PC is I go to nslookup And then do server ns1-06.azure-dns.com It connects to that server and will use for name resolution. Then when I tell it to look up a record, it errors and says it can't…
Seth
  • 9
  • 1
0
votes
1 answer

Azure DNS not propagating

I forwarded my domain to the Azure DNS nameservers: ns1-01.azure-dns.com. ns2-01.azure-dns.net. ns3-01.azure-dns.org. ns4-01.azure-dns.info. That's an NS record on the Azure side. The registrar is ...not entirely important, as far as I know, but…
Chaim Eliyah
  • 193
  • 1
  • 8
0
votes
0 answers

DNS Forwarding on Azure

I just bought a new .app domain from GoDaddy and want to forward all traffic to an existing site. I tried doing this using GoDaddy’s name servers/admin portal but it’s not working and their support is rudimentary at best. So I’m thinking about…
Sam
  • 101
  • 1
0
votes
1 answer

Multiple Azure Private DNS Zones

I was wondering is it possible to have multiple Private DNS Zones in a hub and spoke topology, where we have a separate DNS zone for an application (splint), but splint will be retired in a year, so we are creating a DNS zone separate for all other…
Norrin Rad
  • 353
  • 1
  • 4
  • 12
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…
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…
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
2