Questions tagged [azure-dns]

110 questions
13
votes
4 answers

What is Azure Private DNS Zone Group?

I am automating some process with Azure Private DNS Zone and Private Endpoint. I have encountered with Private DNS Zone Group resource. There is a Rest API for this resource, here . But I couldn't find any documentation on the internet explaining…
MoonHorse
  • 1,966
  • 2
  • 24
  • 46
5
votes
2 answers

How can I add a custom domain to Azure container app via bicep?

I have a bicep template that creates several container apps. They shall have a custom sub domain in my private DNS zone. However, I have the problem that this leads to a circular dependency: To add the CName and verification TXT record to the DNS…
Thomas F.
  • 717
  • 3
  • 13
5
votes
3 answers

cert manager is failing with Waiting for dns-01 challenge propagation: Could not determine authoritative nameservers

I have created cert-manager on aks-engine using below command kubectl apply --validate=false -f https://github.com/jetstack/cert-manager/releases/download/v0.12.0/cert-manager.yaml my certificate spec issuer spec Im using nginx as ingress, I…
3
votes
1 answer

Azure DNS Zone: What should I do so that my custom DNS will be used instead of the Azure DNS with IP address 168.63.129.16?

Currently, I am setting up a Hybrid Environment in Azure along with the existing Data Center. I have configured the Site-to-Site connection between Azure HUB-VNET & On-Prem using Virtual Gateway. Communication between Azure HUB-VNET & On-Prem is…
One Developer
  • 99
  • 5
  • 43
  • 103
3
votes
1 answer

Not resolving private dns zone over point to site VPN connection into Azure

Having issues getting a private DNS setup, attached to a vnet, to resolve over a point to site VPN connection. My point to site VPN connection is working and I am able to ping the IP and get to IIS on the server. I've set the private DNS up and it's…
John Fox
  • 747
  • 1
  • 13
  • 28
2
votes
3 answers

Identify Azure Private DNS Zone entry for Azure Database for PostgreSQL flexible server

I set up an Azure Database for PostgreSQL flexible server instance with private access (VNet Integration). It is mandatory to provide a Private DNS Zone which I did. After successfully creating the instance you can find a record inside that Private…
cmoetzing
  • 742
  • 3
  • 16
2
votes
1 answer

Authorization error while trying to issue DNS certificate with Azure DNS and cert manager

I was trying to use AzureDNS to generate a DNS certificate for my domain via cert-bot, I followed https://cert-manager.io/docs/configuration/acme/dns01/azuredns//#managed-identity-using-aad-pod-identity I added the managed identity, the federation…
Amartya Gaur
  • 665
  • 6
  • 21
2
votes
1 answer

Is it necessary to create a private DNS zone for private endpoints to PaaS services in Azure?

Right now I'm creating some private endpoints for a number of Azure Storage services. There are two storage accounts, for the first I create a blob endpoint and a queue endpoint. For the second account I create a blob endpoint and a dfs…
Tim
  • 147
  • 8
2
votes
1 answer

Azure Bicep - How to get the ip address of a Site for the main domain?

I am using bicep to configure the site and DNS. Currently, I can configure it when using the subdomain (e.g www.foilen-lab.me) by using a CNANE, but for the main (e.g foilen-lab.me), I cannot use a CNAME and must use the IP. How can I get the…
Simon Levesque
  • 417
  • 1
  • 6
  • 13
2
votes
1 answer

azure dns redirect to www

I have an app deployed in azure with a custom domain and it works fine if I use www.mydomain.org however with mydomain.org i am seing issues. I'm using azure DNS to manage and after following this issue Azure Custom Domain (Namecheap) not working…
LiamHarries
  • 570
  • 1
  • 5
  • 20
2
votes
0 answers

Getting 'The parameter domain.Properties.Consent has an invalid value.' when trying to transfer a domain into Azure

We are getting 'The parameter domain.Properties.Consent has an invalid value.' when trying to transfer a domain into our Azure account. We are using ARM templates for the deployment. No matter what we do, we can not figure out what is invalid with…
John C
  • 1,761
  • 2
  • 20
  • 30
1
vote
1 answer

Unable to Resolve Azure Managed PostgreSQL Database Address over VPN

I am currently facing an issue with Azure's managed PostgreSQL Database. I've set up the database and associated resources according to several Microsoft guides, but when I connect to the VPN, I am still unable to resolve the address of the…
asCii88
  • 23
  • 6
1
vote
0 answers

Azure Postgres Flexible Server VNET Integration

we run several Azure Postgres Single Servers with VNET integration through Private Endpoint Connections. The Private DNS Zone used is privatelink.postgres.database.azure.com. Now we want to setup an new Azure Postgres Flexible Server with VNET…
stef
  • 271
  • 3
  • 10
1
vote
1 answer

Conflict with existing hostname while trying to add custom domain to new app service

Facing an issue related to deployment of Azure App Service resources. We have an already existing app service in subscription A with a custom domain XYZ. Now we are trying to create a new app service in subscription B with the same domain name…
Pragun
  • 122
  • 2
  • 7
1
vote
1 answer

Using Azure Point-to-Site VPN, how can you access the Private endpoint enabled Azure SQL Database?

I am trying to access resources that are secured behind a private endpoint from a remote location using an Azure VPN Point-to-Site connection. Although I can see that Azure DNS Resolver is required, I don't know how to configure Azure DNS Resolver…
One Developer
  • 99
  • 5
  • 43
  • 103
1
2 3 4 5 6 7 8