Questions tagged [azure-dns]

110 questions
0
votes
1 answer

How do I add virtual scaleset instances IP in traffic manager endponts

I have a virtual scale set in Azure and I want to add the public IP of these instances to my traffic manager endpoint. My use case is that I want to create A record of these instances in my dns zones. I want to balance the load between these…
Anshul Walia
  • 547
  • 1
  • 5
  • 9
0
votes
1 answer

Equivalent of route53 routing policy in Azure

In aws Route53 supports Multivalue answer routing policy in much multiple A records can be added for same dns record.What is the equivalent of this in azure? I have opened azure dns service but I can't find any routing policy here. So is there a way…
0
votes
1 answer

can a VM on-premises use Azure DNS when connected to Azure through an S2S connection?

Would a VM on-premises connected to Azure through an S2S VPN tunnel be able to query Azure DNS (168.63.129.16) for Azure private zones, or would a custom DNS be required to forward the query? Thanks!
0
votes
1 answer

Do you know how to create a custom domain name with azure command line?

https://learn.microsoft.com/en-us/cli/azure/?view=azure-cli-latest 1.Resource Group | az group create -l westeurope -n Domains 2.CDN > profile > create | az cdn profile create -g Domains -n HomeProfile --sku…
0
votes
2 answers

Where is the customDomainVerificationId to get domain verification ID in Azure

I need to verify the ownership of the domain by adding a verification ID as a TXT record with your domain provider. In the left navigation of your app page, click Resource explorer under Development Tools, then click Go. In the JSON view of your…
SLN
  • 4,772
  • 2
  • 38
  • 79
0
votes
1 answer

Which DNS to configure for Azure APIM Internal, Public DNS or Private DNS?

Thanks for A2A, I am configuring my Azure APIM service as internal inside VNET & I am integrating it with Azure Application Gateway. Thing is I didn't get which DNS to configure for Custome DOmain setting Public DNS or Private DNS zones.
0
votes
1 answer

How to give cluster IP as a Valid Url name or DNS name using Azure?

I have created the k8s cluster with ingress enabled using helm chart. I would like to resolve my cluster IP with specific name using azure. Please find the below scenerios for cluster : 1. k8s clsuter name: deb-aks 2. k8s dns prefix :…
Sachin Mishra
  • 1,125
  • 1
  • 16
  • 17
0
votes
1 answer

DNS resolving of Azure VMs from on-premise network

I have a problem with DNS resolving Azure machines from on-premise network connected with VPN to VMs' virtual network. In other cloud providers there are solutions to this problem, but I can't find one in Azure. In AWS I could create Inbound Route53…
bpavlov
  • 3
  • 3
0
votes
1 answer

Add a default DNS domain name to azure Web app

I am creating an Azure Web app with the name "CustomerX-app-001" the default custom domain that Azure creates after the creation of the Azure web app is : "Customerx-app-001.azurewebsites.net". Inside my arm template I've tried to change this…
achahbar
  • 901
  • 3
  • 21
  • 47
0
votes
2 answers

How to setup Aks Ingress with Azure Private DNS

I created AKS with internal ingress Nginx. This comes up like below in the cluster. Then I created Azure private DNS Service. In the Azure private DNS service, I created a 'Record set' like Blockquote Technically, i should be able to access…
Tun
  • 824
  • 3
  • 16
  • 30
0
votes
1 answer

Azure custom domain not validating against azure zone record

In the portal I added dns zone records for mydomain.com A record for the web app ip address and TXT record for the web app name with value mysite.azurewebsites.net I set the name servers to…
Kirsten
  • 15,730
  • 41
  • 179
  • 318
0
votes
2 answers

Delegate Subdomain to Azure via CNAME

the company I’m working for provided me a subdomain. test.mycomp.com . I want to add it to my azure web app via custom domain. The azure system recommends a CNAME delegation and provided me the information to enter…
0
votes
1 answer

I deleted webapi url record from dns zone but still able to access

I have deleted web-api url record from azure dns zone but still able to access. How much time it will take to refresh? Can I do it manually? I tried with incognito browser mode but still I am able to access.
0
votes
1 answer

Can I use Azure App Service Domain on AKS?

I have brought a domain using Azure App Service. Can I use that domain on AKS? or will there be a legal issue? If there will be legal issue. Can I transfer that domain to, for example GoDaddy?
Maxi Wu
  • 1,274
  • 3
  • 20
  • 38
0
votes
1 answer

Configure custom DNS for Public IP Address

i created VM behide Azure Load Balancer. i want to use custom domain to Load Balance Public IP. for example i want to access url like 'xx.mvg.com' instead Load Balance Public IP from internet. how i can do it? i tried to did followed reference link…