Questions tagged [azure-private-link]

120 questions
1
vote
1 answer

Private Endpoint for a Storage Queue in ARM

I can create a Private Endpoint for a Storage Queue through the portal just fine and it works as intended when checking with nameresolver.exe from KUDU. However, I am struggling to find an ARM template that does this in one go. I have made this…
Oliver Nilsen
  • 1,017
  • 2
  • 12
  • 32
1
vote
1 answer

Using one private link to connect to various Azure PaaS Services

Do I need to set up multiple private links with different private endpoints to connect from my Azure VM to say an Azure Storage account or Azure SQL DB or only one private link will do and I can use that private link with multiple Azure PaaS…
0
votes
0 answers

Issues about storage private link and VPN S2S connectivitity

Dears, Can you help me out with the following situation, please? In the company I'm working for, we connected our on-premise network to a VNET using a site-to-site (with Meraki) VPN connection. So far, looks good, and we are able to reach private…
0
votes
1 answer

Azure Private Endpoint

For some use case, I rejected the approved private end point for a storage account. But I can’t move the state from Rejected to approved. I tried using AzCLI and powershell to move from rejected state to approve state for the private end point but…
0
votes
0 answers

AzureDevops VMSS agent not able to connect to private ACR with private endpoint

I have set-up private ACR set up with public access and admin credentials disabled. It has a private endpoint approved ,setup with private connection,private dns zones configured. The private endpoints reside in subnetEndpoint in virtualNetwork…
0
votes
1 answer

Azure Front Door Failover to UKWest with Private Endpoints

We have an Azure App Service in the UKSouth region hosting a .NET 6 Web Application with no public access and using a Private Endpoint on a UKSouth VNet. The same Web Application is also hosted in another Azure App Service in the UKWest region again…
0
votes
1 answer

Can Azure devops resolve hostnames of postgresql flexible servers in private DNS zone with private access enabled?

I am using a combination of Azure devops and terraform to provision our environments on the fly and configure them. During the various stages of our pipeline we are creating a postgreSQL DB felxible server and subsequently creating a user on it in…
Ritwik Singh
  • 75
  • 1
  • 8
0
votes
0 answers

unable to connect local node.js with CosmosDb having public access and private link enabled

i have a node.js application running from my local mac. I use it connect to AzureCosmos db instances which have public access enabled without error. I created a cosmosdb instance with private-endpoint and public access enabled. In my node.js…
0
votes
1 answer

Containerapp nodejs application fails to connect to Azure Cosomos DB

I have a nodejs application deployed in Azure as a containerApp. the app tries to connect to cosmosdb through a private link. The private link format: testcosmosdb.privatelink.mongo.cosmos.azure.com The connection string is sent as environment…
0
votes
0 answers

SSLHandshake Error When Accessing KeyVault Using Private Endpoint

Okay, this might be a lengthy one. So my objective is to fetch a secret from a KeyVault and print it in the console. It is a basic app that I am using to learn about Azure and Spring Boot. So I created KeyVault and saved a secret value in there. But…
0
votes
1 answer

How do I create a managed private endpoint in Synapse (and ADF) that will allow me to connect to data via application gateway

I noticed that the "private link" for application gateway became generally available (finally). https://azure.microsoft.com/en-us/updates/generally-available-application-gateway-private-link/ We would like to use this to make outbound connections…
0
votes
1 answer

Which RBAC role is required to approve a Private Endpoint Connection (on an Event Hub namespace)?

What is the minimum Azure RBAC (built-in) role required to approve a Pending Private Endpoint Connection (on an Event Hub namespace)? So far we managed to do it with Contributor on the Event Hub Namespace but we are wondering if there is a role…
silent
  • 14,494
  • 4
  • 46
  • 86
0
votes
1 answer

Azure Private Link - Why is the domain for the endpoint still publicly exposed?

I was able to access a private link in a test from both the public side and internally in the vnet. However, I did see they resolve to different IPs. This seems reasonable in that the internal resolution actually will resolve to the actual endpoint…
Joshua Enfield
  • 17,642
  • 10
  • 51
  • 98
0
votes
1 answer

Trying to access CosmosDB with private endpoint causes 'request originated from VNET through service endpoint' error?

I have a Node Js app which interacts with CosmosDB and which is deployed to a private AKS cluster. I was able to connect to Cosmos DB through a service endpoint in the Cluster VNET/subnet for Cosmos DB by enabling 'selected networks' in Cosmos DB. I…
0
votes
0 answers

FrontDoor URL for Private Link do not work on setting value of HTTP_X-Forwarded-Host in HTTP_HOST header

We have created an endpoint on Azure Front Door to access .azurewebsites.net through private link, and in my app service's web config I have created below rewrite rule to set HTTP_HOST value same as HTTP_X-Forwarded-Host. After adding this rule my…