Questions tagged [azure-dns]

110 questions
0
votes
1 answer

Azure Function App VNet Integration Custom DNS

We are running an Azure Function App with VNet integration. The VNet that we're integrating with has custom DNS servers configured. When our application runs or I run nslookup from SCM/Kudu I'm not able to resolve the address of a zone configured in…
Jonathon Anderson
  • 1,162
  • 1
  • 8
  • 24
0
votes
1 answer

azure private dns resolver in hub spoke topology

Azure private dns resolver is a saas that provides dns. Once the resource is created, vnet links can be added to vnet of the resource to make it available to the linked vnets. My question is: In a hub spoke, where the dns of all spoke vnets are…
MyName
  • 180
  • 1
  • 2
  • 19
0
votes
0 answers

Azure webApp adding custom domains with special chars

I have in the past added domains like (non-existing, but containing the national letters ): lækkertdomainname.dk grøndomainname.dk blåsomainname.dk Azure won't let me enter them anymore.They seem to have changed the UI. I have also tried using the…
Steen
  • 2,749
  • 2
  • 20
  • 36
0
votes
1 answer

How to redirect https://domainname.com to https://www.domainname.com in Application Gateway

I have a secured website (using https certificate and WAF) balanced by the Azure application gateway. The problem is that when browsing the website without www then I got the error message that this site is not secured while if I add…
Khaled
  • 345
  • 5
  • 14
0
votes
1 answer

Web API inaccessible from APIM when both services have Private Link enabled

I'm currently tasked with setting up a secure, non-public connection between APIM and a Web API, and I've opted to use Private Endpoints for both services. The problem is that when Private Link is enabled on both, APIM can no longer connect to the…
0
votes
1 answer

Powershell / Azure - Add CNAME Record

I am trying to create a CNAME record in Azure DNS via Powershell (Actually trying to create a series of records but happy to start with one) I found the following: Get-AzDnsRecordSet -Name NAME -RecordType CNAME -ResourceGroupName RESOURCEGROUPNAME…
Jason
  • 15,017
  • 23
  • 85
  • 116
0
votes
0 answers

How do I avoid downtime when "upgrading" an Azure static web app to use FrontDoor?

I have a static web app to which I have mapped the domains [domain].se and www.[domain].se. The domain is managed in Azure. The problem I'm facing is redirecting all calls to [domain].se to www.[domain].se Since I couldn't come up with any solution…
0
votes
1 answer

Azure DNS Zone - unable to find CDN endpoint in list when adding record

I've setup a static site with Azure WebsiteCDN with custom domain, which works correctly for www.mysite.com Now I'm trying to create an alias record set in DNS Zones (to point to apex domain) however the list is always empty: Any ideas why it…
MG123
  • 402
  • 2
  • 14
0
votes
2 answers

Access Azure SQL Database directly via IP address

I want to use a azure SQL Database and want connect to it via ip-adress. My current setup: Azure Database e.g. "example.database.windows.net" Private Link in Azure Subnet connected with the database (10.231.1.5) Azure Win VM (10.231.1.4) When I…
Ni9e
  • 41
  • 12
0
votes
2 answers

External VNET name resolution dc.services.visualstudio.com

Error code in APIM in external vnet mode: Connection to https://dc.services.visualstudio.com/v2/track failed with WebException: NameResolutionFailure: The remote name could not be resolved: 'dc.services.visualstudio.com' NSG in place that blocks…
Erik Oppedijk
  • 3,496
  • 4
  • 31
  • 42
0
votes
1 answer

Unable to resolve the DNS address in Azure

I have a Hub-Spoke model. I also have an Azure DNS zone. I have a firewall in the Hub and Spoke uses Route table(s). I have created a VM in the Spoke and added the 'A' record in the Azure DNS zone, however, I am unable to resolve the DNS address in…
One Developer
  • 99
  • 5
  • 43
  • 103
0
votes
1 answer

Resolving DNS names for Azure private endpoint of another company, when using private endpoint ourselves

It was hard to find an explicit title for that issue... We got a DNS server hosted in Azure which serves as a relay/conditional forwarder for the private DNS zones we have in our Azure tenant. Following the Microsoft documentation for private…
0
votes
1 answer

Adding custom domain in Front door Premium gives error "Domain hostname cannot be updated after creation"

We have a DNS Zone in Azure DNS. It is ci.mycompany.com. NS records in our primary (ISP managed) DNS are pointing to it. Now I want to add a subdomain called web.ci.mycompany.com. I have tried to create it directly in Front Door but also so that I…
Mathias Rönnlund
  • 4,078
  • 7
  • 43
  • 96
0
votes
0 answers

Azure DNS Zone: Active - Active Mode?

Currently, I am setting up Disaster Recovery for Azure DNS Zone. We have the existing DNS Zone in the East US and we are in the process of setting up West US. As a part of this activity, both the Azure DNS Zones should be in sync at all times. How…
One Developer
  • 99
  • 5
  • 43
  • 103
0
votes
0 answers

Azure DNS Zone: How to access the Web application deployed in Azure using FQDN without registering the Domain with the Domain Name Registrars?

I want to access the Web application deployed in Azure using FQDN without registering the Domain with the Domain Name Registrars What I have done so far is that # Create Resource Group az group create --name $rgName --location $location # Create…
One Developer
  • 99
  • 5
  • 43
  • 103