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
Private endpoint for Application Gateway
Is there any use in creating a private endpoint for an Application Gateway? An application gateway is ypically configured with a private frontend IP, so what would a private endpoint give in addition? The documentation says that…
Azure Application Gateway
Azure Private Link
How to setup private endpoint for multiple VNETs
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 then created a private DNS Zone that maps to the…
Azure DNS
Azure Private Link
A web app is not able to access Storage account SAS URL within VNET.
Hello Team, I have a use case, where I have a web app (Python-based), that lets us translate documents using azure document translator API. As per the documentation, azure document translator begin_translation needs and for the documents. All my…
Azure Storage
Azure AI Translator
Azure Private Link
Azure Static Web Apps
How to Access Azure SQL on my Local Machine Using Point to Site VPN?
Hello! I looking for the help to access my Azure SQL more securely on my Local Machine Using Point to Site VPN. I configure the Point to Site VPN, Azure Private link, Private DNS Resolver but i'm not getting the exact answer. Please help me to teach the…
Azure SQL Database
Azure VPN Gateway
Azure Private Link

“Microsoft.Network/AllowPrivateEndpoints feature stuck in Pending for over 2 days
I am trying to create a Private Endpoint for Azure Monitor (specifically Application Insights) in my subscription , but the deployment is failing with the error: "SubscriptionNotRegisteredForFeature: Subscription is not registered for feature…
Azure Private Link
Stuck Feature Registration – Request for Assistance
Subject: Azure Feature Registration Microsoft.Network/AllowPrivateEndpoints stuck in Pending state Hello Azure Support, I'm working on setting up a Private Endpoint for Azure Monitor (Log Analytics) and encountered an issue with feature…
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…
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)…