Create Azure Private Endpoint for all Blob storage
Can i create one Private Endpoint for Resource Group instead of create one Private Endpoint for all the Blob Storage i have? I try but i cannot not sure if is possible another way or in general
Azure Private Link
Azure policy did not apply tags to the resources
I enforced a policy to my subscription but it failed to tag networking and managed identity resources such as: microsoft.network/privatednszones microsoft.network/privatednszones/virtualnetworklinks …
Azure Private Link
Azure Policy
Microsoft Security | Microsoft Entra | Microsoft Entra ID
Unable to connect to private endpoint for file service
Hello folks, I have a private endpoint deployed for storage file share, and I'm trying to connect to the PE from another Vnets. Same PE is reachable from other VMs deployed in other Vnets. I have enabled Network Policy for both NSG and the Route…
Azure Private Link
How to connect Private endpoint created in Azure for Mongo DB (Atlas)
Hello Experts, This is regarding Mongo DB (Atlas) cluster & accessing over private endpoint. Atlas Mongo DB is not Azure native DB service, however it is one of the Partner resource. In Atlas portal, we can create private link service and using…
Azure Private Link
Cannot delete private endpoint
Tried to run this command to delete our endpoint: az network private-endpoint delete --name ourserver-private-ep-v3 --resource-group ourgroup-dev --subscription ******** The error i get back is this: An error occurred. Code: InternalServerError Message:…
Azure Private Link
APIM Private Endpoint missing DNS CNAME alias
We created an APIM stv2 instance, let's say test-apim.azure-api.net. We also created a private endpoint in our spoke vnet and a private DNS zone in the hub vnet. Both Vnets are peered. When doing a nslookup there is no test-apim.privatelink.azure-api.net…
Azure API Management
Azure Private Link
If-none-match header (*) was specified in the request but resource /providers/Microsoft.Network/networkInterfaces/nic- already exists.
When I am trying to create Private Endpoint resource for Resource Service Vault, I am ending with fowlloing…
Azure Private Link
Single Subnet vs Separate Subnets for Private Endpoints
Hi We're building various services in Azure (Logic App, Function App, Storage Account, Event Grid, Event Bus, Service Bus, and APIM). These services will be enabled with a Private Endpoint (PE) and all the public endpoint connectivity will be disabled.…
Azure Private Link
Azure Firewall DNS Proxy Failing to Resolve SCM Records in Private DNS Zones
I have a hub-and-spoke architecture in Azure where I'm using Azure Firewall in the hub as a DNS proxy. I have multiple private DNS zones configured in the hub and have established VNet links to my spoke networks. I've also added A records for my function…
Azure DNS
Azure Firewall
Azure Virtual Network
Azure Private Link
Container registry webhook to App Service with private endpoint gets 403 Forbidden
Situation We have: App Service with VNet integration and private endpoint, Application Gateway (for SSL offloading) routing public requests to App Service, DNS zone and Private DNS zone are set up. One picture for thousand words: Problem …
Azure Container Registry
Azure Private Link
Azure App Service

Cannot Nslookup my private storage account
I have a hub and spoke architecture. with a firewall in the hub and 2 spokes. One of the spokes has a storage account which is private. The storage account is in the spoke Vnet. this is peered to the hub Vnet which has a firewall. The spoke also has a…
Azure Private Link
Private Endpoints and IPv6
Hi, I have a dual-stack vnet which I am trying to connect to another Vnet using Private Endpoint and Private Link Service. However, when creating the Private Endpoint in the dual-stack vnet/subnet, only IPv4 seems to be possible. Isn't Private…
Azure Private Link
Azure Private Endpoint private DNS zone values for App Configuration in China
Hi, May I know if private endpoint is supported for App Configuration in China? I cannot find the private DNS zone value for App Configuration in China here: https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-dns If it is supported,…
Azure Private Link
Once the private connection is established, can it be accessed from another Azure account using Private Link ?
Hi, Scenario: Tenant A / Subscription 1: Resources: VM1 and SQL1/MySQL1 (PaaS) Private Endpoint is already established between VM1 and SQL1/MySQL1, and public access is disabled for the database. Tenant B / Subscription 2: Goal: VM2 in Tenant…
Azure Private Link
Stuck waiting for Microsoft.Features/providers/Microsoft.Network/features/AllowPrivateEndpoints
We've been waiting many hours since executing the command to register the AllowPrivateEndpoints feature of Microsoft.Network: az feature register --namespace Microsoft.Network --name AllowPrivateEndpoints --subscription "$SUBSCRIPTION_ID" The…
Azure Private Link
Private link suddenly refusing connections to DB from kubernetes clusters
Hello, We have been operating private link for some time between our K8S cluster and database. Since today the private link is refusing connections from the cluster. We had to delete the private link resource in order for our services to connect to the…
Azure Private Link
A virtual network cannot be linked to multiple zones with overlapping namespaces.
I'm trying to create a Virtual Network Link to the private DNS zone privatelink.azurewebsites.net, but I consistently receive the following error: "A virtual network cannot be linked to multiple zones with overlapping namespaces. You tried to link…
Azure Private Link
Azure Private Link Use Case
Hi All, I would like to ask if it is possible this use case for an Azure Private Link. My on-premise network is connected to Tenant-A VNET-A via Expressroute. This Tenant-A VNET-A is also connected to Tenant-B VNET-B via Azure Private Link. Is it…
Azure Private Link
How does failover work for resources with private endpoints and public access disabled?
Hi, I have a question regarding how failover behaves for Azure resources that have private endpoints attached and public access disabled. (Disaster recovery and regional outage scenario) Let’s say I’m using a resource (e.g., Storage Account or Cosmos DB)…
Azure Private Link
DNS Privatelink
I have find in this link https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-dns?source=docs this statement: Existing Private DNS Zones linked to a single Azure service should not be associated with two different Azure service Private…