Questions tagged [azure-private-dns-zone]
27 questions
13
votes
4 answers
What is Azure Private DNS Zone Group?
I am automating some process with Azure Private DNS Zone and Private Endpoint. I have encountered with Private DNS Zone Group resource. There is a Rest API for this resource, here . But I couldn't find any documentation on the internet explaining…

MoonHorse
- 1,966
- 2
- 24
- 46
3
votes
1 answer
App Gateway configuration with Private Endpoint enabled web apps
I am trying to expose my Front End and Function Web Apps using App Gateway. Both of those apps belong to one app service plan.
They are also private endpoint enabled and VNET integrated.
I have databricks in another tenant which needs to feed data…

Pallab
- 1,915
- 2
- 19
- 46
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
I have an App service plan with 3 app services with private endpoint, call from app service B to app service C fails with 403 forbidden error
I have an app service plan with 3 app services with Private endpoints for all the 3 apps.
Front end calls--> Middleware calls --> back end
calls from Middleware to back-end fails, I don't see any error in the Application logs or log stream of the…

Anjali Loganathan
- 166
- 9
2
votes
1 answer
Azure Key Vault returns 403 with "This TCP connection does not allow access to {host}"
When I attempt to access my Key Vault using a Private Link (or maybe not, not sure), the service returns 403 (Forbidden) with this message:
This TCP connection does not allow access to {host}.
What is causing this?

fernacolo
- 7,012
- 5
- 40
- 61
1
vote
0 answers
Azure Postgres Flexible Server VNET Integration
we run several Azure Postgres Single Servers with VNET integration through Private Endpoint Connections. The Private DNS Zone used is privatelink.postgres.database.azure.com.
Now we want to setup an new Azure Postgres Flexible Server with VNET…

stef
- 271
- 3
- 10
1
vote
0 answers
Azure Private link scope with Application insight to monitor application hosted under private network
I have deployed an web app in Azure VM. The requirement is to monitor this application availability from application insight using private IP because there should not be any public IP for that application.
So I have followed Microsoft documentation…

K M Rifat Rahman
- 11
- 1
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 Private Link - DNS Zone Setup
I have applications running in two separate VNETs (in same subscription) that need to connect to a third party DB service using Private Link. I have created two private end points specific to each VNET however not sure how to setup the Private DNS…

Faizal
- 353
- 3
- 16
1
vote
1 answer
Azure Resource Graph Query Private DNS zones - get all DNS records
Has anyone managed to use Azure Resource Graph Query (Search-AzGraph PowerShell) to retrieve ALL DNS Records of every Private DNS Zone?
I believe there must be a way of getting DNS records related to object:…

Research Stuff
- 73
- 6
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
2 answers
Azure Terraform ignore_changes on private dns zone group with DeployIfNotExists policy
I am running into a problem where Terraform tries to change a resource, which is deployed by a DeployIfNotExists policy. This policy automatically creates a DNS entry for a private endpoint (source). Normally, I would use ignore_changes, but this…

Cloudkollektiv
- 11,852
- 3
- 44
- 71
0
votes
1 answer
"Public access is disabled. Please configure private endpoint." even though private endpoint configured for Azure OpenAI Service
I'm deploying Azure OpenAI Service via Terraform, and I want to set up a private endpoint for it. The docs and this article suggest that, besides a private endpoint, I need a private DNS zone containing an A record for the private endpoint.
It looks…

edo
- 1,712
- 1
- 18
- 19