Questions tagged [azure-private-dns-zone]
27 questions
0
votes
0 answers
Unable to point to existing Azure Private DNS Zones at resource creation time
I’m totally confused with Azure, Private Endpoints, and private DNS zones experience.
When operating in a hub-and-spoke architecture, all the private DNS zones are pre-populated in the hub subscription.
Private DNS Zones
I have:
Owner privileges…

user211245
- 21
- 8
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
0
votes
1 answer
Unable to reach APIM in Spoke Network from App Gateway Hub Network
I have a basic Hub and Spoke network topology set up with Azure VNets. My Hub Network seems to be unable to reach IPs/Private domains in my spoke network:
Application Gateway V2 in a Hub Network (No NSGs and no WAF)
APIM in spoke Network (No…

Josh L
- 1,412
- 2
- 18
- 40
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
0 answers
Terraform data source giving resource not found error even the resource exist in the cloud
I was calling a data source in side terraform code.
data "azurerm_private_dns_zone" "acr_service" {
name = "privatelink.azurecr.io"
resource_group_name = "it-aue1-cor-arg-privatedns"
This resource and resource group already exist…

Afril
- 1
0
votes
1 answer
Nested copy loop ARM template
Trying to create an ARM template with a double copy loop:
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"privateDnsZones": {
…

Erik
- 121
- 1
- 6
0
votes
1 answer
Azure Functions error - establishing connection failed
I have Azure Data Factory, which calls Azure Durable Functions.
I had success working connection until Terraform did some unknown changes.
Where the issue could be?
Error in Azure Data Factory:
An error occured while sending the request.
Unable to…

Kenny_I
- 2,001
- 5
- 40
- 94
0
votes
1 answer
Creating dynamic private dns zone records for private endpoints of Azure Container Registry (ACR)
I'm struggling with setting dynamic private dns zone records for multiple private endpoints for same resource in Azure (ACR - Azure Container Registry).
So I have currently setup this simple example. Basically it simulate creation of ACR and…

termil0r
- 131
- 2
- 14
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
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…

Nithin Kumar
- 3
- 2
0
votes
1 answer
Access Azure Storage Account via Private Link from a peered Virtual Network
I have an Azure Storage Account with a private link associated to VNET1 / SUBNET11. Additionally I have a VM1 in VNET1 / SUBNET12. This works great - i.e. I can access the Storage Account from VM1 but not outside VNET1.
Now I peered VNET2 with VM2…

quervernetzt
- 10,311
- 6
- 32
- 51
-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