The Domain Name System, or DNS, is responsible for translating (or resolving) a service name to its IP address. Azure DNS is a hosting service for DNS domains, providing name resolution using the Microsoft Azure infrastructure. In addition to supporting internet-facing DNS domains, Azure DNS also supports private DNS zones.
Questions tagged [azure-private-dns]
30 questions
0
votes
1 answer
Need help on proper set up of On-premises workloads using a DNS forwarder in Azure
I would appreciate any help with the proper set up of On-premises workloads using a DNS forwarder in Azure. I've followed the link below and have it works for my on-prem network to connect to the resources that have private end points int the VNET…

Steve Fibich
- 314
- 1
- 2
- 7
0
votes
0 answers
azure web app + sql database private endpoint
I am trying to have a better understand how a web app and a sql can play together inside a vnet and different subnets, but Microsoft documentation is confusing me quiet a lot.
To start working on this, I got this terraform script and changed some…

Nayden Van
- 1,133
- 1
- 23
- 70
0
votes
1 answer
Azure Data Factory Private Endpoint Use Case
I have all resources like SQL,ADLSv2,KeyVault, etc. with 'Selected Networks' access and private endpoints. My Azure Data Factory has no private endpoint, but its self-hosted integration runtime (SHIR) is in my vNet in which all other resources (like…

Aniket Karajgikar
- 245
- 2
- 13
0
votes
2 answers
terraform private endpoint private dns zone not able to populate
i have following code to create private endpoint, and if provided, will be associated with a private dns zone as well, however, the private endpoint is crated ignoring private dns zone value I entered, treat it as Null resource. I'm not sure what…

Roger Chen
- 233
- 3
- 15
0
votes
1 answer
Azure Postgres Private endpoint not working with dns name
I have disabled the public connection for my azure postgresql database and created the private endpoint connection, I pointed my relevant vnet and subnet while private endpoint creation. Private endpoint connection configuration for successful and…

Debugger
- 690
- 1
- 18
- 41
0
votes
1 answer
Connection Authentication to Azure CosmosDB through Private Link
I created a Private Link connection between an Azure VM and a CosmosDB MongoDB Account.
In order to clear out the need for token authentication and taking into account the best practices, I assigned a custom role to the Virtual Machine which has…

João
- 177
- 4
- 15
0
votes
1 answer
Creating an Azure Private DNS Zone A Recorset using CLI Commands: Parent Resource Not Found
I've deployed a blank Private DNS Zone ARM Template with the standards SOA recordset. I now need to add additional recordsets to this private dns zone using the Azure CLI commands.
The issue is the following error message:
az network dns record-set…

user13696433
- 93
- 3
- 11
0
votes
1 answer
Snowflake configuration with Azure Privatelink
We configured Azure Private Link connectivity to Snowflake account. Direct private link URL ..privatelink.snowflakecomputing.com works as expected.
However our goal to use public URL…

Alezis
- 2,659
- 3
- 27
- 34
0
votes
1 answer
Azure Private DNS Zone Query - PowerShell
The command to create Azure Private Dns zone iss as below :
'''$dnszone = New-AzPrivateDnsZone -ResourceGroupName “Test” -Name “privatelink.database.windows.net”'''
the name parameter value "privatelink.database.windows.net" we need to type…

Manvendra Bele
- 23
- 2
- 7
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
0
votes
1 answer
We are trying to make Snowflake work AD SSO Logon using Azure AD SSO. How does Active Directory SSO work?
They are trying to migrate Oracle database into snowflake. THey are going to convert all existing oracle accounts to snowflake accounts. Now, if AD LDAP logon is enabled, does new users have to only be created in LDAP end, and will those be able to…

Rahul R
- 1
0
votes
1 answer
Azure SQL Private Link & Failover Group
According to the MS Docs around private link and azure SQL failover groups, after creating private links to the primary and failover SQL server instances, subsequently creating the failover group should (I think?) add an entry to the private DNS…

watdo
- 667
- 8
- 22
0
votes
1 answer
Deploying Azure application internally
Can anyone suggest some solution for this scenario?:
I have two resources deployed in a VNet: Application Gateway and a VM behind application gateway. (Application gateways in subnet1 and VM in subnet2) There's is no public ip associated with…

azure_geek
- 17
- 1
- 3
0
votes
1 answer
Azure link VNET to Private DNS with Azure CLI
I'm working on an Azure CLI script to automate the creation of a vnet in our cloud infrastructure. One of the parts in this script is linking a VNET to a Azure Private DNS. This should be easy, but apperently the difficulty is the fact that the VNET…

Rob
- 6,731
- 12
- 52
- 90
-2
votes
1 answer
How to make sure a Private DNS zone is resolving a given private ip?
The use case scenario here is that the private DNS resolves an internal IP acting as the default gateway of an API Manager - APIM.
In front of APIM, there is an Application Gateway with a backend pool targeting the private DNS.
I can see that the…

basquiatraphaeu
- 525
- 7
- 19