Questions tagged [azure-private-link]

120 questions
0
votes
2 answers

Azure App Service Service Endpoint configuration

Can anyone advise me on how to configure two app services on a vnet (or otherwise) so that app service 'A' can offer up a restful API and service 'B' call the API on A repeatedly without experiencing SNAT port exhaustion? Our current set up is just…
0
votes
2 answers

How to set up API Management, Function App for private Azure SQL database

I currently have the following setup in Azure: An Azure API Management API that maps to an Azure Function App with multiple functions that accept data and store it in an Azure Storage Account. A private (no public access) Azure SQL database. Now I…
0
votes
1 answer

Hosting Office Web Add-in as Azure Static Web App and Azure Function App - possible?

We are contemplating hosting an Office Web Add-in using the following components Office Web Add-in Web Application: Azure Static Web App on Standard Plan with Private Link enabled, thereby restricting public access, with Active Directory…
0
votes
1 answer

Azure Data Factory Private Endpoint Use Case

I have all resources like SQL,ADLSv2,KeyVault, etc. with 'Selected Networks' access and private endpoints. My Azure Data Factory has no private endpoint, but its self-hosted integration runtime (SHIR) is in my vNet in which all other resources (like…
0
votes
1 answer

Support for Private Endpoint usage for IoT Hub and Device

I am trying to access IoT Hub from a device via private endpoint. So basically, all public access to IoT Hub is denied and I have allowed private access to this IoT Hub only through a private endpoint. This private endpoint has it's own subnet and…
Tizen
  • 33
  • 5
0
votes
1 answer

How to make public link and private endpoint link of a azure redis service work simultaneously

How to make public link and private endpoint link of an azure Redis service work simultaneously. Can we keep both functionalities work simultaneously like outside users using the original public IP link and internal users using a private endpoint…
devops-admin
  • 1,447
  • 1
  • 15
  • 26
0
votes
1 answer

Provisioned state failed when trying to add Shared Private Access on Search service

I'm trying to allow my search indexer to connect to a cosmosdb behind a vnet. When adding a shared private access, the provisioning state is set to failed, without giving me an explanation. I have a private endpoint on the CosmosDB setup already.…
0
votes
1 answer

One-way sync SQL Server DBs with Azure private connectivity in place

What are possible solutions to do per-request or on schedule 1-way sync of one SQL Server database to the other in Azure? Both DBs are configured to allow access only via private endpoints. I've just started exploring options, appreciate expert's…
0
votes
1 answer

How to send GET/POST request from App Service in VNet_1 to Function App in VNet_2?

I have an App Service that sends a POST request to the URL of the Function App. However, the Function App does not receive the request. My current setup is the following: Function App Vnet Integration: Vnet_2 Private Endpoint's Virtual network:…
0
votes
1 answer

Azure DevOps Self host agent

I'm building an hubspoke architecture in azure with private endpoints for PaaS. This means I might not be able to utilize the Microsoft-hosted agents for build and release pipeline. To this end, I want to use self-hosted agent. Can I deploy, an…
user989865
  • 627
  • 3
  • 9
  • 25
0
votes
1 answer

Azure Redis Cache Private Endpoint Test?

I have created a private endpoint for Azure Redis Cache, everything is created with no errors and seems to check out but I am not sure how to confirm the traffic flow. Normally with a private endpoint, if I have a VM in the same Vnet that hosts the…
HT1
  • 61
  • 2
  • 11
0
votes
1 answer

Connection Authentication to Azure CosmosDB through Private Link

I created a Private Link connection between an Azure VM and a CosmosDB MongoDB Account. In order to clear out the need for token authentication and taking into account the best practices, I assigned a custom role to the Virtual Machine which has…
0
votes
2 answers

Azure private DNS Server dosnt contain the CName record for the private endpoint

I've set up a private endpoint for an Azure Storage Account. Now, It all creates the private endpoints and private links for me.Also, I am able to access my storage account(storageaccountA) directly from VM which is in same event. Now, on Nslookup…
0
votes
1 answer

Azure Private Endpoint: Disable RDP, Set TLS version?

We are using private endpoints with our Azure App Service. We have seen that you can RDP to a private endpoint address, and the private endpoint supports TLS 1.0. Does anyone know how to disable RDP and set the TLS version?
0
votes
1 answer

How to connect to an Azure SQL Server using the PrivateLink IP

I have an Azure logical SQL server to which I added a Private Link, the NIC is attached to an existing vnet\subnet. Our company's VPN is linked to that vnet and I can see other devices on the private link's subnet but not the SQL Server. The SQL…
PedroC88
  • 3,708
  • 7
  • 43
  • 77