Questions tagged [azure-dns]

22 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
  • 150
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 =…
2
votes
1 answer

Accessing azure internal container app though P2S vpn connection

I'm a little new to azure networking so this might be obvious but I'm kind of stuck. I've created an azure VNET. Inside that I've setup a P2S gateway which seems to work fine. I can connect to it and once connected I can access a VM I created in my…
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…
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…
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
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…
0
votes
1 answer

Azure DNS Zone wildcard A record is partially broken

We have our private nuget feed hosted in Azure along with Azure DNS zone pointing to it. Most of our development stuff is located on the single server so there is no specific DNS record just for the nuget feed, but instead a wildcard A-record that…
Andriy K
  • 113
  • 6
0
votes
0 answers

How to add and automatically validate a custom apex domain which is hosted on Azure DNS to an Azure Static Web App using Bicep?

I currently have this on my Bicep template: // Static Web App resource staticWebApp 'Microsoft.Web/staticSites@2024-04-01' = { name: resourceName location: location tags: tags sku: { name: staticWebAppConfigs.home.skuName tier:…
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
  • 900
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…
1
2