Questions tagged [azure-private-link]
120 questions
2
votes
0 answers
Deploy from TFS using "Azure App Service deploy" when app service is using private link
We are doing releases to azure from an on-prem hosted TFS using the "Azure app service deploy"-task.
We have just enabled "private link" on our app services. The SCM-api on the app services are now closed off from the internet. We can no longer…

magnarwium
- 235
- 2
- 14
1
vote
1 answer
Bicep script to create "Managed Private Endpoint" to access Azure Monitor Workspace privately
My goal is to enable Azure Managed Grafana to access an Azure Monitor account which doesn't have a public endpoint and hence should be accessed privately. I figured through this documentation that a "Managed Private Endpoint" is what I need and I…

Christian Vorhemus
- 2,396
- 1
- 17
- 29
1
vote
2 answers
Problem when trying to connect to blob private endpoint in azure with point-to-site VPN connection to VNET
I have created an Azure Resource Group with a virtual network, a virtual network gateway, a blob storage and a private endpoint for the blob storage.
I have configured the storage account to only accept connections from private endpoint.
In order to…

SimonK
- 33
- 6
1
vote
1 answer
Azure ML and Data exfiltration prevention
I'm trying to understand how DEP works in ML.
The Microsoft recommended architecture states that I must use a service endpoint along with a service endpoint policy to prevent ML compute subnets from gaining access to non-white listed storage…

Élodie Petit
- 5,774
- 6
- 50
- 88
1
vote
2 answers
azurerm_linux_function_app Creation of storage file share failed - check if the storage account is accessible - azurerm_private_endpoint
Trying to get azurerm_linux_function_app to work with azurerm_storage_account_network_rules and azurerm_private_endpoint.
Terraform v1.3.7
on darwin_arm64
+ provider registry.terraform.io/hashicorp/azurerm v3.38.0
This is what I'm trying.
provider…

Accidental Admin
- 126
- 6
1
vote
0 answers
Azure Private link scope with Application insight to monitor application hosted under private network
I have deployed an web app in Azure VM. The requirement is to monitor this application availability from application insight using private IP because there should not be any public IP for that application.
So I have followed Microsoft documentation…

K M Rifat Rahman
- 11
- 1
1
vote
1 answer
How enable requests from Azure APIM to an App Service with Private Endpoint
I found a similar question here but without any solution. So here it goes:
I'm trying to setup an API with the following infrastructure:
AGW -> APIM (with custom domain) -> Web App with API (with private endpoint enabled).
All these resources are in…

Thijs
- 21
- 5
1
vote
2 answers
Azure : Web App that connects to Cosmos DB using Private Endpoint returns 'The SSL connection could not be established, see inner exception.'
I have a Web App deployed in Azure that connects to Cosmos DB using Private Endpoint throws the following error
'The SSL connection could not be established, see inner exception.'
The remote certificate is invalid according to the validation…

One Developer
- 99
- 5
- 43
- 103
1
vote
1 answer
Azure Firewall: How to translate Internet URL to Internal/Intranet URL?
I have created the following Vnets
vnet-hub-poc-hubspoke is the Hub Vnet
and both the Vnets are peered as per the HUB-SPOKE model
vnet-hub-poc-hubspoke being a Hub Vnet, it has Azure firewall configured
both the Vnets are connected to…

One Developer
- 99
- 5
- 43
- 103
1
vote
1 answer
Access on prem sql server without VMs through azure data factory
Currently I have SHIR in vm which has virtual network set up to connect to on prem sql for my data factory. I want to get rid of the VM and still access the onprem sql using the virtual network. Is it possible to use private link service to pull the…

user10486706
- 137
- 9
1
vote
0 answers
can the IP address assigned to a private endpoint in Azure change
Quoting from Private Endpoint IP
By default, when a private endpoint is created the IP address for the
endpoint is automatically assigned. The IP is assigned from the IP
range of the virtual network configured for the private endpoint. A
situation…

user211245
- 21
- 8
1
vote
1 answer
Azure Private Link - DNS Zone Setup
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 however not sure how to setup the Private DNS…

Faizal
- 353
- 3
- 16
1
vote
0 answers
How to deploy a Managed Private Endpoint via ARM template?
I have a Synapse Workspace that is getting deployed via ARM (via Ev2). I have manually created a Managed Private Endpoint to a Private Link Service. I need to be able to deploy this connection with the workspace. When I look at the json for the…

John
- 239
- 4
- 12
1
vote
1 answer
Issue creating backend pool for Azure load balancer with private link service
I am planning to access an application hosted on two servers using azure load balancer which will be accessed using private end point and private link server from on-prem network for private access. while i try to execute the code, getting the below…

Bala K
- 11
- 1
1
vote
2 answers
Azure private link to AKS with private endpoint to another AKS cluster
I have a situation where my AKS cluster is already in place, two AKS clusters are there & they are internally available within their security zones only. I don't want to go via internet to access the internal resources within the cluster from…

Sapna
- 635
- 9
- 18