Questions tagged [azure-dns]

110 questions
0
votes
1 answer

Azure dns zone vnet integration

I know that Azure private DNS zone should be linked to the VNET. Does it apply to the Azure DNS zone as well? Should we integrate the azure dns zone with VNet? If not, how does the request reach the Azure DNS zone for name resolution?
One Developer
  • 99
  • 5
  • 43
  • 103
0
votes
1 answer

Protect an Azure Private DNS zone against accidental deletion without resource locks

I want to protect my Azure private DNS against accidental deletion. At first a placed resource locks on the DNS zone. But this prevented me from deleting individual virtual network links (microsoft.network/privatednszones/virtualnetworklinks) as…
Amateur
  • 177
  • 1
  • 9
0
votes
0 answers

Uisng Nginx Ingress to implement Blue-Green Deployment between two AKS clusters

please i wanted to find out if it is possible to implement a blue-green deployment for my application on separate AKS clusters using nginx ingress controller. I have the current application (blue) running on one AKS cluster and i have a new AKS…
Rollson
  • 31
  • 3
0
votes
1 answer

How to use private dns zone which will be used when we access our website from our client vm in azure.How to configure dns zone for client virtual

I configured the private DNS zone so that the client Virtual machine( which I created in it) can connect to the webserver( Which I created in Azure with loadbalancer ).I also did the network peering between vnet 1 and vnet2 which are private. vnet 1…
jagroop
  • 1
  • 2
0
votes
1 answer

Application Gateway with Web App Backend (domain not resolving)

I have a both a multi and single site Application Gateway with a Web App backend pool. Settings at the backend pool point to port 80 (http). I am using a personal domain of example: www.mydomain.club and using either web host or DNS. When I enter…
kay1188
  • 1
  • 2
0
votes
1 answer

Redirect www to non-www on Azure Dns Zone

I have created Azure DNS Zone to manage redirections which use domain from namecheap. Let's assume that my website is www.johndoe.com and currently website working well for johndoe.com but when I call www.johndoe.com it doesn't work well. I have…
Hasan
  • 1
  • 2
0
votes
1 answer

To Trigger Bitbucket pipeline if any change happened in Azure DNS records

I am trying to trigger bitckut pipeline as soon as any change happend in Azure DNS record. Can anyone suggest the solution and flow for same. Regards, Avbhi
0
votes
1 answer

Why Azure DNS Zone create afdverify subdomain automatically and how to stop?

I create a CNAME record in DNS ZONE (e.g: site1.example.com). And then, afdverify.site1.example.com and site1.example.com will be created. I just want to create site1.example.com only.
Jess Chen
  • 3,136
  • 1
  • 26
  • 35
0
votes
2 answers

Bug - Azure DNS returning unexpected IPv6 addresses to cell phones

I have an Azure VM whose Azure Network and adapters are all configured for IPv4 only. Among other things the provides backend services a for a phone app. We rebooted the VM last evening. There were no changes made to Azure or app, just rebooting to…
BigTFromAZ
  • 684
  • 7
  • 22
0
votes
1 answer

How to map multiple subdomains into one app service in azure?

I have existing app service with subdomain app.example.com. I want to have another subdomain called client.example.com which is also pointing to app.example.com Is this possible in Azure DNS?
h3n
  • 5,142
  • 9
  • 46
  • 76
0
votes
2 answers

What is the best way to extract Azure DNS query logs for further analysis

I'm not sure how to extract (and what is the preferred way) logs data of Azure DNS query logs for further analysis (as raw events). Does it need to go through Azure monitor or maybe another way? I would like to extract this data to event hub for…
Tal Avissar
  • 10,088
  • 6
  • 45
  • 70
0
votes
1 answer

Azure DNS Zone www CNANE pointing to Azure Static Web Application not working without www

I have an Azure DNS Zone, which has the @ (NS and SOA) as per Azure default configuration. Then a www CNAME records pointing to an Azure Static Web Application. This CNAME record works perfect when browsing www.domain.com but it does not serve when…
Danielle
  • 1,386
  • 8
  • 22
0
votes
0 answers

azuredns for dns01 challenge for the internal domain of any organization?

The setup in the organization is, the domain is within organization, so is its dns server. The kubernetes cluster is setup within datacenter vmware infrastructure. And this cluster (k8s-dc.) must be internal and so are the applications…
0
votes
0 answers

Unable to resolve DNS in Azure Linux App Services

I have a very exceptional situation that when I create an app service instance of type windows, the DNS resolution is working. I can do a nslookup or curl. However, when I create an app service instance of type Linux, the DNS resolution is not…
codebased
  • 6,945
  • 9
  • 50
  • 84
0
votes
1 answer

Can I use my azure DNS zone in more than one AKS clusters

I have DNS zone with my domain name and also I have an AKS cluster. I want to create dev and staging environments with two separate clusters. So I want to use same domain with different subdomains in each cluster and integrate it in ingress.