Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
67 views

I have an Azure App Service which is protected via private end point and network is disabled. Also it has a custom domain which is just in company network reachable, also inside of devops agent. I ...
Imran Sh's user avatar
  • 1,806
0 votes
1 answer
139 views

This question is really about automation. I could easily do this manually in less time then it will take me to wait for an answer, but I think automation might be neater in the long run. I am ...
Gabriel Kelly's user avatar
0 votes
1 answer
92 views

I am attempting to set up Private Link Traffic Filtering with Azure and Elastic. I have completed steps 1, 2, 3, and 4 of this document. I have confirmed the following: The private link is accepted. ...
Lawrence Aiello's user avatar
1 vote
1 answer
156 views

I have setup a single KeyVault and 2 Function Apps using Bicep. To test I build the bicep and input the ARM template into "Deploy custom template" on Azure portal. KeyVault deployed with ...
Sahar LaOr's user avatar
-1 votes
1 answer
909 views

I'm trying to access my Azure App Service via a private endpoint within a Virtual Network using the private DNS name (eg, mywebapp.privatelink.azurewebsites.net). The DNS resolution works correctly, ...
Franzkom's user avatar
0 votes
1 answer
176 views

I have an apim with a private endpoint. This is my code: resource "azurerm_private_endpoint" "apim" { name = "${var.organization}-apim-pep-${var.environment}&...
MyName's user avatar
  • 392
0 votes
1 answer
1k views

I have a private dns zone for a key vault named privatelink.vaultcore.azure.net. Inside it, I added a record for a private endpoint that is connected to a key vault with public access disabled. I also ...
Igor Levin's user avatar
0 votes
1 answer
144 views

I have a requirement to configure both Private and Service endpoints on Azure SQL firewall. Here is a quick simulated scenario Scenario 1: Subnet1 of VNet 1 is configured with Azure SQL service ...
AngiSen's user avatar
  • 1,005
-1 votes
1 answer
693 views

I am creating a private endpoint, dons zone group, and adding a record for the resource in dns zone using azure cli but it is giving an error in adding a record task, I think while creating dns zone ...
shobhitjindal's user avatar
3 votes
1 answer
1k views

I am trying to import App configuration key values using DevOps CICD Pipelines. App configuration had Private Endpoint enabled, disabled public access. private DNS zone contains A recordset of app ...
PavanKumar GVVS's user avatar
0 votes
1 answer
802 views

I set up an Azure key Vault with a private endpoint and no public access. I also enabled the option to "Allow trusted Microsoft services to bypass this firewall". However, I can't disable ...
PavanKumar GVVS's user avatar
0 votes
1 answer
1k views

I have very specific question and hope to get some answers. Below is my situation, I have three VNET. VNET1: Has storage account with public access disabled(blob anonymous access disabled). The same ...
Ravi Khambhati's user avatar
0 votes
2 answers
2k views

I have two VENT one for Virtual machine and another for Storage account. Both VNET have been paired successfully. Storage account have been disable public access and has Private Link enabled with ...
Ravi Khambhati's user avatar
0 votes
1 answer
227 views

I want to join two queries so that I can create an alert for the creation or modification of private endpoints attached to a subnet where privateEndpointNetworkPolicies is disabled. `arg("")....
Monu Gupta's user avatar
0 votes
1 answer
1k views

I am trying to configure an Azure Private Link access to a CosmosDB for MongoDB database from a different peered network but this is not working for me. I have the exact same configuration for a SQL ...
Marcelo Noga's user avatar
0 votes
1 answer
2k views

MS recommends to use very specific names for Azure Private DNS Zones dependent on the platform service it is actually used for: https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-...
Oliver Hauck's user avatar
2 votes
2 answers
2k views

I've a private Azure Container instance running that is part of a Virtual network. I need to connect to that ACI from a public Azure App Service app, which I also added to the same Virtual network. I ...
Ricardo's user avatar
  • 21
0 votes
1 answer
2k views

Looks like VNet integration for Azure SQL Server breaks as soon as the VNet is connected to a private DNS service and that SQL Server has a private endpoint in a different VNet. The problem starts ...
Arthur Stankevich's user avatar
8 votes
1 answer
2k views

I'm trying to secure an application, deployed in Azure, consisting of an Angular frontend and a Node (Nest.js) backend. I want the frontend to be accessible via the internet unlike the backend which ...
T.Dev's user avatar
  • 83
3 votes
1 answer
9k views

I have 2 virtual networks in 2 different subscriptions as below: VNET1 : 192.168.0.0/24 in subscription#1 (HUB) VNET2 : 192.168.1.0/24 in subscription#2 (SPOKE) I've created the peering and I am ...
One Developer's user avatar
0 votes
1 answer
885 views

I connected to the Azure Network using the Azure Point-to-Site VPN Client. Additionally, I configured the Azure Private DNS Resolver, and I was able to resolve the Private Endpoint by specifying the ...
One Developer's user avatar
1 vote
1 answer
1k views

My application on Azure consists of a Storage Account, Cosmos DB, SQL Server, a Web App, and a Function App. The Private Endpoint needs to be set up and used. Every type of Private Endpoint requires a ...
One Developer's user avatar
1 vote
1 answer
556 views

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 ...
One Developer's user avatar
0 votes
2 answers
3k views

It was hard to find an explicit title for that issue... We got a DNS server hosted in Azure which serves as a relay/conditional forwarder for the private DNS zones we have in our Azure tenant. ...
Arnaud's user avatar
  • 31
0 votes
1 answer
474 views

I would appreciate any help with the proper set up of On-premises workloads using a DNS forwarder in Azure. I've followed the link below and have it works for my on-prem network to connect to the ...
Steve Fibich's user avatar
1 vote
1 answer
2k views

I provisioned the resources accordingly to the documentation. https://learn.microsoft.com/en-us/azure/postgresql/flexible-server/concepts-networking I did the provisioning using BICEP. The name of the ...
raduone's user avatar
  • 311
1 vote
0 answers
2k views

I am trying to have a better understand how a web app and a sql can play together inside a vnet and different subnets, but Microsoft documentation is confusing me quiet a lot. To start working on this,...
Nayden Van's user avatar
  • 1,609
0 votes
1 answer
3k views

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) ...
Aniket Karajgikar's user avatar
-2 votes
1 answer
2k views

The use case scenario here is that the private DNS resolves an internal IP acting as the default gateway of an API Manager - APIM. In front of APIM, there is an Application Gateway with a backend pool ...
basquiatraphaeu's user avatar
0 votes
2 answers
9k views

i have following code to create private endpoint, and if provided, will be associated with a private dns zone as well, however, the private endpoint is crated ignoring private dns zone value I entered,...
Roger Chen's user avatar
5 votes
1 answer
9k views

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 ...
devops-admin's user avatar
  • 2,043
1 vote
0 answers
467 views

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 ...
devops-admin's user avatar
  • 2,043
2 votes
1 answer
2k views

I am setting up a private dns zone in azure because we are moving our API management instance behind an application gateway. i enabled the vnet link between the zone and the significant Vnet, but it ...
Dries Van den Bergh's user avatar
0 votes
1 answer
2k views

I have disabled the public connection for my azure postgresql database and created the private endpoint connection, I pointed my relevant vnet and subnet while private endpoint creation. Private ...
Debugger's user avatar
  • 802
0 votes
1 answer
620 views

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 ...
João's user avatar
  • 187
0 votes
1 answer
1k views

I've deployed a blank Private DNS Zone ARM Template with the standards SOA recordset. I now need to add additional recordsets to this private dns zone using the Azure CLI commands. The issue is the ...
user13696433's user avatar
0 votes
1 answer
951 views

We configured Azure Private Link connectivity to Snowflake account. Direct private link URL <accountname>.<region>.privatelink.snowflakecomputing.com works as expected. However our goal to ...
Alezis's user avatar
  • 2,789
0 votes
1 answer
422 views

The command to create Azure Private Dns zone iss as below : '''$dnszone = New-AzPrivateDnsZone -ResourceGroupName “Test” -Name “privatelink.database.windows.net”''' the name parameter value "...
Manvendra Bele's user avatar
5 votes
2 answers
6k views

We are using an azure storage account for our cloud services. This storage account is part of a virtual network, so access to the storage account is restricted to selected networks and the vnet is ...
PaulVrugt's user avatar
  • 1,912
0 votes
1 answer
62 views

we have some internal DNS setup at our different offices but i was contemplating if it makes sense to use a Azure private DNS server.In confusion whether its a sensible thing to do or it is not a best ...
Mahesh's user avatar
  • 13
4 votes
2 answers
8k views

Problem Outline Azure Function App can not be accessed once it is integrated into a VNET and WEBSITE_VNET_ROUTE_ALL is set to 1. This is required so that the Function App can securely connect to SQL ...
Gerrit van Huyssteen's user avatar
0 votes
1 answer
287 views

They are trying to migrate Oracle database into snowflake. THey are going to convert all existing oracle accounts to snowflake accounts. Now, if AD LDAP logon is enabled, does new users have to only ...
Rahul R's user avatar
2 votes
1 answer
5k views

I created VNET in Azure. I put in one subset Azure Private Link which calls Azure Function outside of the VNET and in another one Virtual machine. When I tried to call private endpoint by private IP ...
Alexey Manoilo's user avatar
0 votes
1 answer
1k views

According to the MS Docs around private link and azure SQL failover groups, after creating private links to the primary and failover SQL server instances, subsequently creating the failover group ...
watdo's user avatar
  • 759
0 votes
1 answer
100 views

Can anyone suggest some solution for this scenario?: I have two resources deployed in a VNet: Application Gateway and a VM behind application gateway. (Application gateways in subnet1 and VM in ...
azure_geek's user avatar
0 votes
1 answer
2k views

I'm working on an Azure CLI script to automate the creation of a vnet in our cloud infrastructure. One of the parts in this script is linking a VNET to a Azure Private DNS. This should be easy, but ...
Rob's user avatar
  • 6,909