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

How can I make Azure function in one region communicate with Virtual Machine sitting on other region?

I have resources spread across multiple regions (Central US and Europe) in Azure environment. Function 1 - Central US Function 2 - Europe Virtual Network and Virtual Machine - Europe I am able to connect function 2 and virtual machine using…
kudlatiger
  • 3,028
  • 8
  • 48
  • 98
0
votes
1 answer

Executing datafactory pipeline results undocumented 3208 error

This issue was already reported in GitHub. We have the same issue and trying my luck in this forum for speedy resolution. Very little technical details are known on this error. This issued showed up in our newly created resourceGroup that has vNet…
0
votes
2 answers

Static ip for azure app service using vnet integration

I trying to assign a static ip-address ,or at least control the out bound traffic, for an azure app service with out having to invest in app service environment (it’s very expensive and not very flexible option). Reading up on "vnet integration"(…
magnarwium
  • 235
  • 2
  • 14
0
votes
1 answer

How to restrict internet access to a subnet, and allow from only another subnet of the same vnet?

How to restrict inbound internet traffic to a Subnet1 and allow traffic to it from Subnet2 of the same vnet? And enable inbound internet traffic to Subnet2. How to do it in Azure? +-----------------------------------+ …
Michael Chudinov
  • 2,620
  • 28
  • 43
0
votes
1 answer

Where can I found the configuration of my VNet with my Web-App on Azure?

The scenario in here is that I have created a WebApp which has Dynamic Outbound IPs, and we needed those IPs to get whitelisted on the DB side, Since there were too many IPs, we created a NAT Gateway, VNet and a single Public IP address through…
0
votes
1 answer

Getting "Error waiting for Virtual Network Rule "" (server, rg) to be created or updated..." for azurerm_mariadb_virtual_network_rule

I'm building a Terraform config for my infrastructure deployment, and trying to connect an azurerm_mariadb_server resource to an azurerm_subnet, using an azurerm_mariadb_virtual_network_rule, as per documentation. The vnet, subnet, mariadb-server…
MikeP
  • 163
  • 2
  • 7
0
votes
1 answer

azure webapp You do not have permission to view this directory or page

Hi I have a simple web app created with terraform, configured with vnet regional integration: resource "azurerm_app_service" "app-indigo" { name = "app-${var.environment}-${var.app_name}" location =…
Renm
  • 717
  • 3
  • 10
  • 20
0
votes
2 answers

External tables not working when "Deny public network access" is set to Yes

I have enabled Private link by setting the "Deny public network access" knob to Yes in the Firewall settings on my Azure SQL Database server. Everything is working as expected except external data sources (external tables). The external tabels are…
0
votes
1 answer

Why we have a lot of connections between app services from same resource group?

We have three App Services in Azure (API1, API2, API3). API2 is getting data from CosmosDB. API3 is getting data from other CosmosDB. Main API1 calls API2 to get some data. Then using this data calls API3. We have poor performance of API1 and we are…
caroo
  • 1
  • 1
0
votes
1 answer

How to build a High performance VPN using Azure VNet-VNet Peering

Current Setup: VPN Client(Phone) ---> VM(VPN Server){Eg: Korea Region} ---> {All Internet Traffic} Performance: ping: 167ms New Setup: VPN Client(Phone) --->VM{Eg: India} <--Peering--> VM(VPN Server){Eg: Korea Region} ---> {All Internet Traffic} How…
Arunavo Ray
  • 105
  • 1
  • 5
0
votes
1 answer

Access on-premise network from Azure spoke vnet

We have implemented a HubToSpoke network in azure and a VPN connection to our on-premise network like this one : HubToSpoke Network implementation The network look like this: On-premise <-> vnet-hub <-> vnet-spoke 10.88.0.0/16 …
SuperPoney
  • 563
  • 6
  • 21
0
votes
1 answer

Segmentation of Azure Subnet for applications

We manage big environments inside Azure with multiple customers, we are redesigning it and in it we wanted to manage traffic within multiple common subnets like app, web and db subnets. So essentially no two different application inside any common…
Apurv Mishra
  • 65
  • 1
  • 7
0
votes
1 answer

Azure - GCP - connection via Openvpn

I need to create connection between GCP and Azure cloud. There in Open vpn connection created between GCP and Azure cloud, OpenVPN azure IP is 10.5.1.5. In Azure I have core vnetA and satelite vnetB. Between vnetA and vnetB I have peering…
tester81
  • 533
  • 2
  • 9
  • 28
0
votes
1 answer

Azure point to site vpn connectivity to on prem

We have single subscription with single vnet in azure which has site to site vpn connection between different branch office. Connectivity is working fine with all branch’s and azure. Now we have a requirement to setup point to site vpn connectivity…
0
votes
1 answer

Azure Service Endpoints together with Private Endpoints

I've seen a few articles dealing with the differences between Private Endpoints (with private Link) and Service Endpoints: https://samcogan.com/service-endpoints-and-private-link-whats-the-difference/ And I've found a few bits and pieces regarding…
dashambles
  • 529
  • 8
  • 22