Questions tagged [azure-dns]
110 questions
1
vote
1 answer
Azure DNS record pointing to Azure CDN is not propagating to external DNS servers
I have a website hosted in Azure using the Azure CDN. The DNS entry for the root domain (ohsopleasant.com) is configured to point to the Azure Resource for the CDN.
When I do a DNS lookup directly against the Azure DNS servers, the DNS record…

John M. Wright
- 4,477
- 1
- 43
- 61
1
vote
1 answer
Azure CDN with SSL on Apex without manual certificate maintenance
I'm just trying to host a static website on a custom domain.
So far, it seems like I'm on step 477 out of 653 trying to accomplish this on Azure.
So, I've...
Created a storage account
Activated "Static website" under capabilities
Uploaded…

Josh
- 2,958
- 3
- 16
- 27
1
vote
1 answer
Transfer DNS from Azure DNS to different registrar
I am have a couple domains that are using azure as the registrar and Azure DNS to host the zones. I have request from a customer to move these to a different registrar. When I go into the Azure portal, I don't seem to have any option under "App…

Eric Elliston
- 65
- 1
- 8
1
vote
1 answer
Azure DNS Resolver - ruleset VNet Links
I'm testing out the DNS Resolver feature which is currently in preview. Works well so far, minus working with the rulesets.
I have a ruleset that points back to on-premises DNS server for corporate domain. The issue comes in due to the fact that you…

Nathan
- 135
- 3
- 16
1
vote
1 answer
Configure DNS Azure to multiples sites in VM
I have VM for development in Azure w/ azure provided static public IP address. DNS name label for public IP is lets say "aaa". It is assigned to VM and a web site hosted in this VM is accessible as http:\aaa.eastus.cloudapp.azure.com w/o any…

Vitor Leal
- 19
- 7
1
vote
1 answer
Is there a way to prefer Azure Service Endpoint over Private Endpoint?
Scenario:
I have a hub & spoke architecture with Azure Firewall, which acts as my DNS server to VNets in all spokes. I also have a VPN connection, which I use to transfer data to my Azure Data Lake Storage Gen2. For that I use Private Endpoint,…

Jakub Igła
- 53
- 5
1
vote
1 answer
Digital Certificate CN Name and Hostname in App Service Listener
I am using a Digital Certificate and storing it in a KV. I have a front end web app behind a private endpoint.
I want to associate a friendly name to the web app and use that name with an App Gateway, so that when people use the FQDN of the friendly…

Pallab
- 1,915
- 2
- 19
- 46
1
vote
0 answers
Azure DnsManagementClient ListAllByDnsZone vs ListByDnsZone
Can someone explain the difference between ListAllByDnsZone vs ListByDnsZone methods in Azure .NET SDK DnsManagementClient RecordSets…

William Jacobszoon
- 21
- 1
1
vote
1 answer
App Service Private Endpoint with Custom Domains gives Error 403 - Forbidden
I'm on the last stage of my journey to try and lock down public access to app. After a bunch of research I decided on using "Private Endpoints" so that only when on work VPN can we access apps. I did manage to get this to work however when I setup…

Poat
- 327
- 1
- 11
1
vote
0 answers
Azure front door resource not appearing in azure dns when adding apex domain
I suffer a problem when adding the apex for a custom domain for a front door instance in azure dns. Accordingly to this documentation, it should be possible to select the specific front door resource, but in my case, nothing appears.
Both, the…

andreas.teich
- 789
- 1
- 12
- 22
1
vote
1 answer
Azure Web App - Change Exisitng Web App to use a New Custom Domain
I support an existing Azure web-app that is linked to a custom domain. App Service Certificates are used to for the Web Apps TLS settings and bind to the custom domain.
There is now a requirement to register a new custom domain (using Azure is OK),…

Ian Carrick
- 242
- 3
- 18
1
vote
1 answer
New-AzDnsRecordSet bash: syntax error near unexpected token `('
I am trying to create DNS records in a custom domain for a web app following this tutorial here.
I come to the step to Create the A Record. Now I run the following command in azure powershell
New-AzDnsRecordSet -Name "@" -RecordType "A" -ZoneName…

VivekDev
- 20,868
- 27
- 132
- 202
1
vote
1 answer
Azure Private DNS configuration not working with P2S VPN
I have hosted my web application in azure, My team accessing my application vi application gateway private ip using Azure P2P VPN connection. My application is working with private IP, I want to configure dns name and ssl certificates for my private…

Debugger
- 690
- 1
- 18
- 41
1
vote
2 answers
Access Azure Private Endpoint from on-premise
Context
I have a hub-spoke network architecture in Azure and the hub vnet has a site-to-site VPN connection with on-premise.
I have a storage account that I want to access privately. So, I created a private endpoint in the spoke vnet and I connected…

flappy
- 173
- 1
- 4
- 12
1
vote
1 answer
Why can't I connect to Azure Postgresql flexible using Hostname
The Hostnameof the Postgresql flexible is name.postgres.database.azure.com, it's inside a private network.
Connecting with the private IP address using VPN (IKEv2) works for me.
If I try to connect or ping to the hostname then it gives this…

YusufD
- 61
- 1
- 10