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
4
votes
2 answers
Access azure storage account from pipeline agent in same region with access restrictions enabled
We are using an azure storage account for our cloud services. This storage account is part of a virtual network, so access to the storage account is restricted to selected networks and the vnet is added. This works beautifully in our services.
The…

PaulVrugt
- 1,682
- 2
- 17
- 40
3
votes
1 answer
Frontend app service calling a backend app service in a VNet with private endpoint returns 403 IP forbidden error
I'm trying to secure an application, deployed in Azure, consisting of an Angular frontend and a Node (Nest.js) backend. I want the frontend to be accessible via the internet unlike the backend which should only be accessible from the frontend…

T.Dev
- 33
- 1
- 4
3
votes
1 answer
Unable to connect to Azure Function App after integrating into VNET
Problem Outline
Azure Function App can not be accessed once it is integrated into a VNET and WEBSITE_VNET_ROUTE_ALL is set to 1.
This is required so that the Function App can securely connect to SQL without making the SQL publicly…

Gerrit van Huyssteen
- 698
- 5
- 16
2
votes
1 answer
Azure: How do I associate the private DNS zone with virtual networks across the subscriptions?
I have 2 virtual networks in 2 different subscriptions as below:
VNET1 : 192.168.0.0/24 in subscription#1 (HUB)
VNET2 : 192.168.1.0/24 in subscription#2 (SPOKE)
I've created the peering and I am able to ping from both sides properly.
Now, I have…

One Developer
- 99
- 5
- 43
- 103
2
votes
1 answer
Azure How can I call Azure Private Endpoint (Azure Private Link service) by private IP inside of VNET
I created VNET in Azure. I put in one subset Azure Private Link which calls Azure Function outside of the VNET and in another one Virtual machine. When I tried to call private endpoint by private IP I got a 400 exception. And if I try to ping…

Alexey Manoilo
- 103
- 1
- 5
1
vote
1 answer
Connect to private Azure Container Instance
I've a private Azure Container instance running that is part of a Virtual network. I need to connect to that ACI from a public Azure App Service app, which I also added to the same Virtual network.
I am indeed able to connect from the App Service to…

Ricardo
- 11
- 2
1
vote
1 answer
Azure: Is it necessary to have dedicated Private DNS for each resource type like file, blob, table, Cosmos, and SQL?
My application on Azure consists of a Storage Account, Cosmos DB, SQL Server, a Web App, and a Function App. The Private Endpoint needs to be set up and used. Every type of Private Endpoint requires a dedicated Azure Private…

One Developer
- 99
- 5
- 43
- 103
1
vote
1 answer
Azure Firewall: How to translate Internet URL to Internal/Intranet URL?
I have created the following Vnets
vnet-hub-poc-hubspoke is the Hub Vnet
and both the Vnets are peered as per the HUB-SPOKE model
vnet-hub-poc-hubspoke being a Hub Vnet, it has Azure firewall configured
both the Vnets are connected to…

One Developer
- 99
- 5
- 43
- 103
1
vote
1 answer
Azure Postgres Flexible Server - Vnet integration DNS not resolving
I provisioned the resources accordingly to the documentation.
https://learn.microsoft.com/en-us/azure/postgresql/flexible-server/concepts-networking
I did the provisioning using BICEP.
The name of the server is my-dev-db and I created a DNS private…

raduone
- 191
- 1
- 10
1
vote
1 answer
Can we assign a virtual network with multiple private dns zone namespaces as virtual link?
Can we assign a virtual network with multiple private DNS zone namespaces as virtual links?
I have a virtual network privateEndpoint-VNet that needs to be added as a virtual link with multiple private DNS zones each one having the same namespace…

devops-admin
- 1,447
- 1
- 15
- 26
1
vote
0 answers
How to assign a custom azure private dns zone to an azure managed service like Redis or a storage account?
How to assign a custom azure private DNS zone to azure managed services like Redis or a storage account?
I have created a custom private DNS zone
'privatelink.blob.core.dev.windows.net'
But while creating a private endpoint with a storage account…

devops-admin
- 1,447
- 1
- 15
- 26
1
vote
1 answer
Azure Private DNS with VNET Link not resolving
I am setting up a private dns zone in azure because we are moving our API management instance behind an application gateway. i enabled the vnet link between the zone and the significant Vnet, but it does not seem to be resolving, neither from the…

Dries Van den Bergh
- 61
- 1
- 8
0
votes
1 answer
Azure SQL Server VNet integration fails as soon as private endpoint is created
Looks like VNet integration for Azure SQL Server breaks as soon as the VNet is connected to a private DNS service and that SQL Server has a private endpoint in a different VNet.
The problem starts appearing under following conditions:
App Service…

Arthur Stankevich
- 372
- 1
- 4
- 11
0
votes
1 answer
Azure Point-to-Site VPN Client: How to configure the Azure Private DNS Resolver IP?
I connected to the Azure Network using the Azure Point-to-Site VPN Client. Additionally, I configured the Azure Private DNS Resolver, and I was able to resolve the Private Endpoint by specifying the IP address of the Azure Private DNS…

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…

Arnaud
- 31
- 4