Questions tagged [vnet]

Questions regarding The Azure Virtual Network (VNet)

An Azure virtual network (VNet) is a representation of your own network in the cloud. It is a logical isolation of the Azure cloud dedicated to your subscription. You can fully control the IP address blocks, DNS settings, security policies, and route tables within this network.

https://learn.microsoft.com/en-us/azure/virtual-network/virtual-networks-overview

315 questions
0
votes
1 answer

Multisite application gateway with different VNET

I have 2 resource group with different vnet but same address type, Can i create a common application gateway on either of the resource group with out VNET peering? (I am using private endpoints for app services, I need to create single application…
0
votes
1 answer

Accessing Azure Storage Account using private endpoints and Vnet Integration from an Azure Function (app )

Ok this is to save someone else 4 days of work. Trying to use VNet integration to connect an Azure Function in the North Central US region to a storage account in the US West region. The storage account in the US West region has the firewall…
bmukes
  • 119
  • 2
  • 9
0
votes
1 answer

Aws vpn gateway with azure vnet peering

I have an AWS vpn gateway connected to Azure VNet in EastUS and it's working ok. I want to create another VM in CentralUS so I created another VNet in CentralUS and created VNet peering between this and the EastUS one. The VNet peering also working…
yershalom
  • 786
  • 1
  • 8
  • 19
0
votes
1 answer

Multi site Azure gateway

How to create single azure application gateway for multisites. Both applications are under different resource groups and VNET. Need single application gateway for test.example.com and test1.example.com.
0
votes
1 answer

Subnet is showing as destroyed in terraform destroy but it is not getting removed from azure portal

I have written a module called network_resources in which I am creating vnets and subnets attached to it. Below is the code for the module and how the module is being called: main.tf resource "azurerm_virtual_network" "vnets" { for_each …
Aniket
  • 65
  • 7
0
votes
1 answer

Azure function can not access key vault within VNET- Public network access is disabled

I have a function app that is integrated with a Vnet (with a single subnet). I also have two service endpoints in the same subnet for a storage account and key vault. The storage account is accessed with a key and works on the vnet without…
Griddy
  • 93
  • 1
  • 8
0
votes
1 answer

Azure Premium Function with static outbound IP-address using NAT Gateway not working

We have followed the instuctions in https://learn.microsoft.com/en-us/azure/azure-functions/functions-how-to-use-nat-gateway several times without getting it to work (it changes outbound IP-address). We have: Created vnet with address 10.10.0.0/16…
Markus Foss
  • 335
  • 4
  • 14
0
votes
1 answer

How to set up traffic forwarding so my origin IP address remains the same when calling an external API from Azure or my laptop

I have an Azure App Service and multiple Azure Functions that need to call into a specific external API - let's call it external.api.com. I also frequently run the App Service and Azure Functions locally on my laptop during development/debugging…
0
votes
1 answer

Arm template for Azure Function with slots and restricted storage account

I have an azure premium function which I want deployed to a storage account which is protected via vnet. I have followed this guide:…
Ross Dargan
  • 5,876
  • 4
  • 40
  • 53
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

Can't reach Vnet using VPN gateway while peering is on

Hello , I have 2 Vnets, a Vnet containing Vms (Private Vnet) a Vnet containing an Aks Cluster (Private but the pod I want to use is public (exposed using LB)) to Connect to Vnet1 from my local I'm using a Vpn Gateway but when I added I Network…
0
votes
1 answer

Unable to create Gateway for existing Virtual Network

I have a VNET in Azure and I'm trying to create a new Virtual Network Gateway for this. So that, I can use this Virtual Network with Azure Function App. During the creation, I'm getting the below error: The Virtual network already has a gateway of…
Unknown Coder
  • 1,510
  • 2
  • 28
  • 56
0
votes
1 answer

Using existing VNET with Azure Function APP

I have one VNET and 2 subnets under that. One subnet is used to connect to an external Kafka server. VNET: xx.xx.xx.0/26 Subnets: xx.xx.xxx.0/27 and xx.xx.xxx.32/27 (27 Available IPs each) I wanted to test the Kafka topics using the bootstrap…
Unknown Coder
  • 1,510
  • 2
  • 28
  • 56
0
votes
0 answers

app service why public ip nat gateway is used instead of private ip

i have an issue about app service with vnet intégration and nat gateway enable on this subnet. When app service send a request to internet it’s ok public ip of nat gateway is used but when app service call request to sql virtual machine in same…
So Fine
  • 1
  • 1
0
votes
1 answer

Vnet peering not getting deleted in azure

I am trying to create/delete vnet peering connection in azure using terraform. To provide some context, there are two vnets- A and B, under two different subscription but within same AD and I have access to both. Vnet A is static and vnetB is…
Manish
  • 1,999
  • 2
  • 15
  • 26