492 questions with Azure Private Link tags

Sort by: Updated
1 answer

Private endpoint has listening restrictions?

I'm experiencing some deeply frustrating issues when trying to connect to a SQL server Private Endpoint. Setting aside for a moment a complete specification of the problem, I'd like answers to the following questions Is it the case that a SQL Server…

Azure SQL Database
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,289 questions
Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
492 questions
asked 2021-05-02T20:24:47.88+00:00
Robert Ellis 1 Reputation point
answered 2021-05-05T11:56:54.743+00:00
msrini-MSFT 9,271 Reputation points Microsoft Employee
1 answer

How to access the service running on multiple nodes with single private endpoint

In my project, on-prem system(multiple nodes) connecting to Azure cloud system using single private endpoint. Azure cloud system has multiple nodes and one private endpoint created for all the nodes. My service runs on all the nodes on Azure cloud…

Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
492 questions
asked 2021-04-21T11:10:07.87+00:00
Uppala, Lakshmi Chand 1 Reputation point
answered 2021-05-04T19:52:18.737+00:00
TravisCragg-MSFT 5,681 Reputation points Microsoft Employee
1 answer

Access web app using private endpoint from a application gateway

Hi, I have a web app that I've enabled private endpoint in order to block everything public and access other private web apps. Thing is that there's a need to access certain URLs that must be exposed to the outside. My idea was to have an…

Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
1,009 questions
Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
492 questions
asked 2021-03-17T16:23:24.517+00:00
Pedro Luis 1 Reputation point
commented 2021-04-23T10:08:10.833+00:00
Jeremy 1 Reputation point
1 answer

Azure Firewall Throughput with Private Endpoint

We are trying to create the below design but if we try to route all SQL and storage traffic via Azure Firewall then we might have a throughout issue since it is capped at 30Gbps …

Azure Firewall
Azure Firewall
An Azure network security service that is used to protect Azure Virtual Network resources.
608 questions
Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
492 questions
asked 2021-04-20T14:21:17.297+00:00
Joby Thomas 1 Reputation point
answered 2021-04-22T19:56:44.317+00:00
suvasara-MSFT 10,026 Reputation points
1 answer One of the answers was accepted by the question author.

What is the difference between traffic routing through Service Endpoint, Virtual Network and Private Links?

What is the difference between traffic flowing/routing through Service Endpoint, Virtual Network and Private Links?

Azure SQL Database
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,911 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,289 questions
Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
492 questions
asked 2021-03-31T14:23:57.403+00:00
raju Kumar 156 Reputation points
accepted 2021-04-06T23:59:44.373+00:00
raju Kumar 156 Reputation points
1 answer

PostgreSQL Private Endpoint - Resource Not Supported

I'm having issues creating a private endpoint to my postgreSQL service. I created a basic Azure Database for PostgreSQL Server instance and spun up a test vm. I enabled the Allow access to Azure services option in connection security. When I go to…

Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
492 questions
Azure Database for PostgreSQL
asked 2021-03-19T16:02:07.073+00:00
Michael Smith 1 Reputation point
commented 2021-03-22T21:25:26.41+00:00
Navtej Singh Saini 4,221 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Azure Blob Storage with GZRS Replication, DR Testing

I would like to know the below things please. 1) I did a failover of my Azure Storage Account with GZRS replication from Canada Central to Canada East and i saw that the replication got changed to LRS automatically as i believe, that is how it should be.…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,911 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,615 questions
Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
492 questions
asked 2021-03-12T15:45:04.24+00:00
Pallab Chakraborty 401 Reputation points
accepted 2021-03-21T16:53:26.027+00:00
Pallab Chakraborty 401 Reputation points
0 answers

Azure app service with private endpoint - throws 403 on kudu

Hi. First of all, I've read https://learn.microsoft.com/en-us/answers/questions/264747/azure-app-service-with-private-endpoint-throws-403.html, which didn't resolve my problem. I have a private network to connect a web app to a sqlserver…

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,289 questions
Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
492 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,362 questions
asked 2021-03-15T07:08:33.22+00:00
SecretNest 1 Reputation point
commented 2021-03-16T04:49:36.92+00:00
SecretNest 1 Reputation point
3 answers One of the answers was accepted by the question author.

Cannot delete private endpoint connection

Hi guys, I've created a private endpoint for a recovery services vault and now I want to delete both of these resources, but I'm not able to. First I tried to delete the two resource groups that these resources are in, but this failed. When I try to…

Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
492 questions
asked 2020-10-13T13:44:35.547+00:00
Frank van Graafeiland 21 Reputation points
answered 2021-03-14T06:58:21.517+00:00
Gaurav Kumar Sharma 1 Reputation point
1 answer One of the answers was accepted by the question author.

In arm template, how can I fetch privatelink's privateIPAddress ?

Hi Is it possible to within ARM template fetch the privateIPaddress of a privatelink created in the same template ? Regards Stefan

Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
492 questions
asked 2021-03-13T14:25:09.893+00:00
stefan.olivebring 96 Reputation points
accepted 2021-03-13T15:36:09.9+00:00
stefan.olivebring 96 Reputation points
0 answers

How do I create a Private EndPoint to AZ Kubernetes when the subnet is delegated?

I am trying to create a Private EndPoint to AZ Kubernetes with the following command: az network private-endpoint create --name PrivateKubeApiEndpoint2 --resource-group resourcegroup-eastus2-rg --vnet-name eastus-nprd-vnet --subnet eastus2-nprd-snet…

Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
492 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,987 questions
asked 2021-03-09T18:08:24.11+00:00
SUZUKI, MARKUS 96 Reputation points
commented 2021-03-12T15:32:17.71+00:00
singhh-msft 2,431 Reputation points
0 answers

Establish connectivity between edge device and IoTHub Private Link endpoint over Azure P2S infrastructure

I have done the following steps: Have provisioned Azure P2S VNET infrastructure. Have provisioned IoTHub and created a private link endpoint on the virtual network. Requirement: Want to ingest data from edge device connected to VPN gateway…

Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
561 questions
Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,451 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,156 questions
Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
492 questions
asked 2021-02-05T14:27:47.067+00:00
KumarKalambettuGanesh-7003 1 Reputation point
commented 2021-02-19T02:01:08.977+00:00
QuantumCache 20,261 Reputation points
1 answer One of the answers was accepted by the question author.

Question on Private endpoint for Azure SQL database

Hello, I am new to Azure, please bear with me if my question seems silly. We know configuring Private endpoint means traffic goes through Azure backbone and internet doesn't come into picture. We don't have VPN or Azure VM and we have configured…

Azure SQL Database
Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
492 questions
Azure ExpressRoute
Azure ExpressRoute
An Azure service that provides private connections between Azure datacenters and infrastructure, either on premises or in a colocation environment.
342 questions
asked 2021-01-29T05:52:37.273+00:00
anil kumar 1,641 Reputation points
commented 2021-02-04T10:34:42.207+00:00
anil kumar 1,641 Reputation points
1 answer One of the answers was accepted by the question author.

Azure.Storage.Blobs connect to Storage account via Private Endpoint (using local IP address)

Hi! I use Azure.Storage.Blobs, Version=12.8.0.0 in my .net core project. My storage account has a private endpoint with a local IP (e.g. 10.1.1.1). I want to access the blob storage via the local IP to ensure, that my data goes internal only. When…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,911 questions
Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
492 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,140 questions
asked 2021-01-28T12:34:49.263+00:00
Sergey Gorbushin 21 Reputation points
accepted 2021-01-30T12:17:34.3+00:00
Sergey Gorbushin 21 Reputation points
1 answer One of the answers was accepted by the question author.

Cross DB query between Azure SQL Server VM on Azure Gov Cloud and Azure Public cloud

I have an on-premise database which communicates with Azure SQL Sever VM on public cloud using linked server. Now we have a requirement to move the on-prem db to Azure Government Cloud. After migration to Azure Gov cloud how can I maintain the…

Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,451 questions
Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
492 questions
asked 2021-01-04T17:29:10.28+00:00
Ranjit Mattamal 26 Reputation points
accepted 2021-01-14T18:36:58.68+00:00
Ranjit Mattamal 26 Reputation points
1 answer

Service Endpoint with Site to Site VPN or Point to Side VPN

We want to setup Site to Site VPN or P2S for our dev to access the Azure Environment using OpenVPN for development and our azure environment will have Service Endpoints so my question is will Service Endpoint work with either Site to Site VPN or P2S? Or…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,549 questions
Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
492 questions
asked 2021-01-11T17:33:21.837+00:00
Kman 41 Reputation points
answered 2021-01-11T20:08:44.973+00:00
TravisCragg-MSFT 5,681 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Private Link

Part of my Azure Architecture I am implementing Hub and Spoke Topology. I am somewhat confused on certain element of Private Link. I have 2 Resource Groups and I intend to have a Hub and Spoke topology with 1 Resource Group with 3 VNETs (1 Hub and 2…

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,289 questions
Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
492 questions
asked 2021-01-03T17:22:28.42+00:00
Kman 41 Reputation points
accepted 2021-01-11T16:42:39.36+00:00
Kman 41 Reputation points
0 answers

Cannot delete private endpoint in azure

Failed to delete the private endpoint 'prtsa-trupredict-prod'. Error: An error occurred. I get the above error message whenever I try to delete it.

Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
492 questions
asked 2020-11-24T19:41:10.157+00:00
Gaius Yallamelli 21 Reputation points
commented 2020-12-21T22:19:57.613+00:00
Gaius Yallamelli 21 Reputation points
1 answer

How to configure Azure Disk Encryption on a VM with Keyvault using Private link?

Hi All We are using Azure Disk encryption on Azure, where encryption keys are stored in KeyVault, we are planning to use Private Link for our Keyvault and has below questions 1)Does ADE supports keyvault with Private Link? 2)Is it possible to…

Azure Disk Encryption
Azure Disk Encryption
An Azure service for virtual machines (VMs) that helps address organizational security and compliance requirements by encrypting the VM boot and data disks with keys and policies that are controlled in Azure Key Vault.
165 questions
Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
492 questions
asked 2020-11-17T12:39:43.933+00:00
Ramisetty, Pratap 1 Reputation point
commented 2020-11-25T10:03:46.103+00:00
Sumarigo-MSFT 45,406 Reputation points Microsoft Employee
1 answer

How to add Azure SQL Database External Data Source to onpremise sql server

Hi. we have a Azure SQL Database running as DB for a Azure WebApp. Now, we would like to connect a SQL Server onpremise via VPN/Expressroute with the Azure SQL Database. This is to query from the WebApp against the Azure SQL Database but getting…

Azure SQL Database
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,289 questions
Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
492 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,362 questions
asked 2020-11-16T16:42:41.637+00:00
Althaus, Benedikt 21 Reputation points
commented 2020-11-20T04:31:34.913+00:00
Ryan Hill 27,026 Reputation points Microsoft Employee