Questions tagged [azure-dns]

20 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…
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
  • 18
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
  • 567
  • 6
  • 13
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

Azure mysql server provisioning

Trying to create an Azure mysql flexible server through the portal I get the following error message. "code": "InvalidPrivateDnsZoneSubscription", "message": "The subscription 'xxxxxxx-xx-xx-xxx-xxxxxx' of the private DNS zone…
Drifter104
  • 3,773
  • 2
  • 25
  • 39
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
  • 5
  • 14
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
1 answer

Delegate Azure DNS subdomain to another Azure tenant

I have two completely separate tenants in Azure. PROD tenant hosts a zone in Azure DNS. I want to delegate a subdomain (sub-zone) to a DEV tenant also running Azure DNS. Is this supported? If yes - how do I do it? If this isn't supported, then what…
Konrads
  • 870
  • 2
  • 20
  • 40
0
votes
0 answers

Any idea why a domain hosted in Azure would result in Windows DNS (caching resolver) failing all look ups?

We suddenly, as of last week, are experiencing problems resolving a FQDN (syrex.quosalsell.com) in our corporate network. The Windows servers last had updates installed on them after patch Tuesday in January so no changes there. Looks to me that…
0
votes
1 answer

Connecting Private Container Apps Environment with Application Gateway

im in a bit of a pickle right now. Right now i'm in the process of setting up a microservice heavy application in azure container apps. The Container Apps Environment is located in its own subnet, and the apps running inside this environment need to…
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
  • 5
  • 14
1
2