Questions tagged [azure-virtual-network-gateway]
8 questions
1
vote
1 answer
Can't list the Azure VPN gatways using JavaScript sdk
Here is my code. Here I replaced my subscription id with "subid".
const { DefaultAzureCredential } = require("@azure/identity");
const { NetworkManagementClient } = require("@azure/arm-network");
const subscriptionId="subid"
const resourceGroupName…

Mohamed Arafath
- 11
- 2
0
votes
1 answer
Deployment of Azure virtual network gateway
I am trying to create a virtual network gateway in Azure Portal and whenever I try I get the following error.
vnet-gateway-d was not found. Please make sure that the referenced resource exists, and that both resources are in the same region
Now…

Jed
- 929
- 2
- 19
- 32
0
votes
1 answer
Cannot connect MySql Workbench to an Azure Database for MySql Flexible Server, with private access
I'm trying to connect MySql Workbench to an Azure Database for MySql Flexible Server, with private access, and get this error: "Unable to connect to localhost".
Here are the steps I took when creating the various resources on Azure:
I created an…

Fabricio Rodriguez
- 3,769
- 11
- 48
- 101
0
votes
1 answer
Static IP of Logic App Standard using Virtual Network, NAT Gateway
I've a Logic App which needs to post a SFTP site outside of the Azure environment. The owner of the SFTP site needs the IP from which the route will come, so that they can whitelist the IP for access
I try to follow the Logic App public IP address…

malathyr
- 39
- 1
- 3
0
votes
1 answer
How can I segment network traffic amongst Azure VPN Gateway P2S peers within client address IP space?
Infrastructure Background
I have a virtual network with IP space 10.0.0.0/16, the GatewaySubnet in which my VPN Gateway is deployed in is 10.0.1.0/24. The VPN Gateway is configured to use certificate authentication via OpenVPN and has the client IP…

itsbriany
- 182
- 1
- 8
0
votes
1 answer
Azure Virtual network gateway being used for an excess number of hours
I primary needed a way to securely access and SSH into VMs that are inside a V-NET in azure without exposing the VMs to a public IP.
I setup a Azure Virtual network gateway with a Point-to-Site configuration. I basically used this video as a guide…

Neville Nazerane
- 6,622
- 3
- 46
- 79
0
votes
0 answers
Azure Virtual Gateway IP
I have an existing virtual network gateway assigned to a VNet/SubNet. Now I need to update the IP range so we will need to create new subnet and assign to gateway.
Is there a script to move the gateway to the new subnet? Also, we are using express…

korn_bo2
- 1
0
votes
1 answer
Azure - Function App - VNet Integration - Adding Virtual Network to Web App - UpdateOnResourceNotAllowedWithApiVersion
I have followed this guide to Enable virtual network integration in my Azure Function.
https://learn.microsoft.com/en-us/azure/azure-functions/functions-networking-options?tabs=azure-cli#enable-virtual-network-integration
At first it looks good and…

Ogglas
- 62,132
- 37
- 328
- 418