Questions tagged [azure-vpn]

242 questions
2
votes
1 answer

Add a Azure WebApp to an Existing VPN using a Point-to-Site connection (RM Powershell)

I have hunted around for an answer to this, but I am not having much luck. All the articles I can find are either setting up a Point-to-Site or are instructions for classic Azure, not Azure 2.0 (Resource Group) Currently, we are dialing up a whole…
2
votes
1 answer

Identifying Connection State of Azure Site-to-Site v2 VPN tunnels provisioned via Resource Manager

Using Azure Resource Manger, I have two separate azure subscriptions (one subscription called Dev & one called UAT), and I have created a Virtual Network, with the necessary Virtual Network Gateways & Local networks in each of these subscriptions,…
2
votes
2 answers

Azure website need to connect on-premises SQL

we are migrating existing website to Microsoft Azure Websites (PaaS). The application access the on-premises MS-SQL Database for some data. we are unable to provide access through firewall (for IP, because there is no static IP for website). Is…
Vasistan
  • 292
  • 1
  • 10
2
votes
2 answers

VPN certificates always state "This certificate has an invalid digital signature." on one machine

While attempting to connect to the Windows Azure Virtual Network (and knowing all keys are installed), I always get the error message: A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider. …
Phil Barresi
  • 1,355
  • 1
  • 14
  • 30
1
vote
1 answer

Unable to Resolve Azure Managed PostgreSQL Database Address over VPN

I am currently facing an issue with Azure's managed PostgreSQL Database. I've set up the database and associated resources according to several Microsoft guides, but when I connect to the VPN, I am still unable to resolve the address of the…
asCii88
  • 23
  • 6
1
vote
1 answer

In the Azure portal where do I turn on DDoS IP protection for an azure app service? eg an API

I can't see in the portal where to enable this for my azure app service? I can see at the vnet level the option is there... but that will give me "Azure DDoS Network Protection" which is thousands of dollars per month. I just want to enable for the…
Andrew Duffy
  • 795
  • 2
  • 17
  • 37
1
vote
1 answer

How to create peering between an Azure VNET and Azure K8s POD?

We have a requirement to connect a K8s POD to an Azure VPN Gateway in a secure manner. This is what our network topology is: Firstly is this possible to achieve and secondly how would we go about creating this peering? If peering isn't the best…
1
vote
1 answer

Azure VPN Client (MacOS) Fails to connect due to Error: getKeyChainSecret

I've spent hours today trying to find a resolution but it seems like my Azure VPN Client cannot create the token credential in my MacOS keychain. Multiple coworkers were able to connect, on similar Macs without issue. This is a client failure, as I…
BAD Gumby
  • 11
  • 1
1
vote
0 answers

Cannot connect to Azure VPN due to TLS Connection Error

I am trying to connect to the azure-vpn using Ubuntu 22.04.1. I am able to connect to the VPN gateway using my Windows system and the Azure VPN Client provided. However, with Ubuntu I am not able to connect. The output from the log appears as…
Michael Wade
  • 202
  • 2
  • 12
1
vote
1 answer

How to access site from Private Container Apps accessed via VPN gateway - Azure

I created a private container apps where I would like to access its web site via vpn gateway. The private container apps is into the VNET, specific of RG where contains a NSG (default configuration). Also, I created and configured the private DNS…
Kadu
  • 343
  • 7
  • 17
1
vote
1 answer

How to route all traffic through Azure Firewall in Azure, even on Prem( connected with VPN)

In our Azure tenant we have a Azure Firewall and a VPN connection with our on prem servers. I want to route all traffic through the azure firewall, whether it's incoming traffic from on prem to azure or outgoing traffic from azure to on prem. For…
AzUser1
  • 183
  • 1
  • 14
1
vote
0 answers

Azure P2S VPN - Restrict access for Azure AD users/groups

We have multiple P2S virtual network gateways confgured. The VPN uses OpenVPN and Azure AD authentication. Each gateway has its own virtual network for customer/project private resources. We have a conditional access policy configured to give only…
Stephan Bisschop
  • 198
  • 1
  • 12
1
vote
3 answers

Connect to Azure Search Service using Azure VPN Client

I have configured an Azure VPN point to site connection to access my azure resources prtected by VNet from my local machine. I was able to access all other resources except Azure Search Service using VPN. For all the resoucres I added the…
DevMJ
  • 331
  • 1
  • 5
  • 17
1
vote
0 answers

How to install and configure Openvpn/Azure vpn client in CI pipeline in Azure DevOps either with certificate based auth or AAD auth

I'm new to Azure DevOps. My requirement is to automate Terraform code using ci/cd pipelines. The problem is that all the Azure resources are internal and they can be accessed only using point to site VPN. Currently we are installing the Azure VPN…
1
vote
1 answer

How to determine if an asp.net app is running on an azure vm

We have an asp.net app that gets deployed to both On-Prem and on Azure VMs. We are trying to figure out how to configure the app so that when deployed on an Azure VM it will use Azure App Configuration Service, but when deployed On-Prem it will…
1 2
3
15 16