Questions tagged [azure-private-link]

120 questions
1
vote
1 answer

App Service Private Endpoint with Custom Domains gives Error 403 - Forbidden

I'm on the last stage of my journey to try and lock down public access to app. After a bunch of research I decided on using "Private Endpoints" so that only when on work VPN can we access apps. I did manage to get this to work however when I setup…
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…
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…
1
vote
1 answer

Azure Private Endpoint for postgresql is not working with multiple Vnet

I have created two vnets (Main APP vnet, Reporting APP vnet both are in same region). My azure postgres database(PAAS) is hosted on main app vnet. I have created two private end point. First private end point is used for Main App, vnet…
1
vote
2 answers

Can we connect to resources in other subnets in same vnet using a azure private endpoint?

Can we connect to resources in other subnets in same vnet using an azure private endpoint? I have three subnets subnet-A, subnet-B, and subnet-C in the same VNET test vnet. If I created a private endpoint for azure Redis service with subnet-A, will…
1
vote
2 answers

Azure Key Vault not allow to add Secrets from azure portal while in a private endpoint connection

I've an azure key vault that has configured with a private endpoint in virtual network. After configuring the private endpoint, I'm not able to add any new secrets to the key vault. Is there a way to add/edit secrets from azure portal in a key vault…
MarsRoverII
  • 111
  • 1
  • 15
1
vote
1 answer

How to work around issue with Private endpoint on a subnet with a delegation?

I am trying to add a private endpoint in azure for a azure function app. So even using the panel.azure.com I get information that its subnet is using delegate serverfarms. When I remove the delegate and redeploy the VN, I cannot deploy the function…
kol23
  • 1,498
  • 3
  • 16
  • 35
1
vote
1 answer

Add DNS zone configuration to an Azure Private Endpoint

I would like to add DNS zone configuration using the command line, but was unable to find the equivalent command-line commands.
1
vote
1 answer

Is there any way to quickly switch private endpoint on/off?

I have an Azure web app that its inbound traffic is limited to a private endpoint and it has only a private ip. The setup is working well and I have a VM inside the subnet that I can browse my Azure web app. The is a dev environment and I need to…
Allan Xu
  • 7,998
  • 11
  • 51
  • 122
1
vote
1 answer

Azure Databricks integration with Azure key vault with private endpoint

Hoping to get some clarity on the Azure DataBricks (ADB) integration with Azure Key Vault (AKV). 1- When ADB is configured with AKV backed secret which component connects to the AKV? The control plane or the cluster (data plane) ? (I'm assuming it's…
csaif7
  • 55
  • 1
  • 8
1
vote
1 answer

Copy file from one DataLake Gen2 to another Data Lake Gen 2 via C# in Azure Functions

I would like to do something simple!!! Copy a blob from a Container (SourceContainer) which is in a dataLake gen 2 (SourceDataLake) to a second DatLake (TargetDataLake) via c# code in an Azure Functions. The connection between my Azure Function and…
Kaja
  • 2,962
  • 18
  • 63
  • 99
1
vote
3 answers

Periodically getting 403 IP Forbidden on App Service with private endpoint

I'm having 6 App Services on 1 App Service Plan on Azure with private endpoint on each. Every Web app is using VNet integration. On 3 of them I'm experiencing 403 IP Forbidden from time to time. After few minutes it goes back to live with no config…
Maciek Psiuk
  • 21
  • 1
  • 6
1
vote
2 answers

Connection to cosmos db over private link from azure app service

I want to consume cosmos db over private link from my web app. I'm able to make this work with azure sql, cosmos however is a different story. The two resources, app service and cosmos db, are in the same resource group in same azure region and…
magnarwium
  • 235
  • 2
  • 14
1
vote
1 answer

How can you use Private links for Synapse workspace SQL On-Demand?

My workspace has the managed vnet enabled. I have managed to configure a private link to the default ADLS Gen 2 following the guide: https://learn.microsoft.com/en-us/azure/synapse-analytics/security/how-to-create-managed-private-endpoints The…
valdur
  • 35
  • 6
1
vote
2 answers

Azure Bastion and Private Link in the same Virtual Network: Access to Virtual Machine via Bastion fails

I have a setup in Azure with a Virtual Network that includes Azure Bastion, Azure Virtual Machine and Private Links (among others with a private DNS Zone "privatelink.azure.com") to different Azure resources. I started with Bastion and the VM what…