Questions tagged [azure-dns]

110 questions
0
votes
1 answer

DNS for Azure service bus

I have a service bus old.servicebus.windows.net where my clients are connected. I am creating a new service bus with different configurations called new.servicebus.windows.net. What are the options where I can give my clients' a common name and then…
0
votes
1 answer

How do i move Azure DNS to godaddy?

I have purchased a domain in Azure portal. I have access to DNS Zone in Azure portal and i can add/remove DNS records. Now i want to move the domain including all records to Godaddy. I do not find any option in the Azure portal for it. How do i…
jayasurya_j
  • 1,519
  • 1
  • 15
  • 22
0
votes
1 answer

Associate static FQDN with Azure Managed Instance

I have a Azure managed instance that has a host name as yourdb..database.windows.net . I Whenever this managed instance is newly created I have to update this host name in every connection string. Is there a way which allows to have a…
0
votes
1 answer

How to use the Azure Front Door hostname as domain name for the backend website hosted on Virtual Machine

We have a solution with Azure Front Door then an Application Gateway with a Virtual Machine as the back-end. We would like to use the Azure Front Door 'Frontend host' *.azurefd.net also as domainname/hostname of the website running on the VM. If we…
0
votes
0 answers

How to use Google gcloud commands with terraform scripts

I am creating a AZURE DNS zone & NS records using a terraform script. resource "azurerm_resource_group" "dns_management" { name = "dns-managment" location = "West US" } resource "azurerm_dns_zone" "mydomaincom" { name =…
Hans
  • 308
  • 7
  • 20
0
votes
2 answers

Cannot create azure private dns A record with its ip by using ARM template

I am trying to create an A record in an Azure private DNS Zone with an ARM template. The creation of the record is successful but without its IP, neither TTL. My template is below: { "$schema":…
MoonHorse
  • 1,966
  • 2
  • 24
  • 46
0
votes
0 answers

How to add TAGS for Azure DNS record set created for DNS Recordset

We are creating Pvt DNS Record using powershell command as part of our CI/CD and we are struggling here to find on how we can assign a TAG to the DNS Record created and the DNS config as the powershell command doesnt have -Tag as…
user42012
  • 722
  • 12
  • 33
0
votes
1 answer

How to replace Azure DNS A record with CNAME record using ARM template

I am trying to replace an existing DNS A record with CNAME record having same name using ARM template. I have A record in DNS zone that looks like the following name - mylink value - 10.22.31.3 Type - A TTL - 60 I want to have CNAME record in the…
0
votes
1 answer

How to delete DNS records via ARM template for Azure DNS zone

I have an ARM template for an Azure DNS zone that has many Microsoft.Network/dnszones/* resources for A, CNAME, TXT records, etc. I've been able to deploy new records and change records successfully through deployments. I just noticed however that…
0
votes
3 answers

Azure DNS Zone tags issue

I am trying to setup following tags in Azure DNS zone by portal and by Azure PowerShell, the results got success, but the value not set. Have any one came across this issue? Name : ms:resource:usage Value : Azure-cloudshell Tried with following Az…
0
votes
1 answer

Azure automating CNAME checks in DNS zones?

Is it possible to access these CNAME and other entries through some sort of scripting? I tried using a logic app but could only access the resource group, name, subscription id, etc. but not the more detailed information such as the record sets that…
Athylus
  • 193
  • 1
  • 1
  • 10
0
votes
1 answer

How to have internal VM resolve hostname in DNS Alias Recordset

I have created an Azure DNS Zone that is acting as the public resolver for hostname resolution. For example, bash $> nslookup myhost.mydomain.com will resolve to xx.yy.zz.aa via Azure name servers when called by an external non-azure host. The…
Lonnie
  • 88
  • 1
  • 6
0
votes
1 answer

is there a way to have domain name for private address in virtual private network in azure?

I'm using azure portal, created a virtual private network and virtual machines in it. so, in order to access the web page from the vm's which are in private network I'll be using vpn client on my laptop. so far good but instead of giving private IP…
0
votes
1 answer

Ansible: "unknown type long" when updating Private DNS Zone in Azure

I try to update serial number for a zone in Private DNS in Azure. To do that, I run Ansible code: - name: Increment DNS serial azure_rm_dnsrecordset: resource_group: "{{ my_rg }}" zone_name: "{{ my_domain }}" relative_name: "@" …
Dmytro
  • 216
  • 1
  • 4
  • 14
0
votes
1 answer

internal DNS setup at our different offices but i was contemplating if it makes sense to use a Azure private DNS server

we have some internal DNS setup at our different offices but i was contemplating if it makes sense to use a Azure private DNS server.In confusion whether its a sensible thing to do or it is not a best practice yet.Is this feature generally available…
Mahesh
  • 11
  • 3