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
3
votes
1 answer

Azure WebApp SNAT Exhaustion - could Private Endpoints improve

Der Azure Networking Experts, Our WebApps are frequently running out of outbound TCP connections. Most of the outbound connections are actually Azure-internal connections (SQL, BlobStore, Backend Services). But we don't have Virtual Network and…
Loonis
  • 115
  • 2
  • 10
3
votes
1 answer

Connect CosmosDB via Subnets and define respective connection string

I'm fairly new to azure. I want to build a simple and low cost MongoDB with the Azure Cosmos DB. There I created a VNET with two subnets. Furthermore, I created a public IP address, which should be my endpoint to feed the DB. The first Subnet…
Lau
  • 1,353
  • 7
  • 26
3
votes
2 answers

Azure - Routing traffic through peered VNets

I've been playing around with Azure's vnet offerings and I can't seem to get a simple network topology working. I am using the Resource Manager model. It seems that Azure's capabilities for even the simplest set ups is incredibly limited. The…
F.A.
  • 602
  • 1
  • 7
  • 15
2
votes
1 answer

How to access private VM IIS from internet in AZURE?

Please below image: subnetimage I have below things: 3 VM inside 3 subnet all are in Vnet1. VM1 has enable IIS and it's private access through subnet B. Is there any ways to allow traffic from VM2 to VM1? I have tried multiple time but didn't…
cloudbuddy
  • 21
  • 3
2
votes
1 answer

Azure function: Detected host offline in your function app

We have an Azure Function that is integrated with VNET. Function uses Key Vault to read configuration values from. MSI has been enabled on function and access policy is added in the KV to allow function to access it. Traffic to Key Vault is…
shwetaOnStack
  • 594
  • 4
  • 13
2
votes
2 answers

Azure: Only allow access to Web App from On-premises using VPN

I have a scenario regarding web apps on Azure that I can't wrap my head around. I have a Web App (not ASE) that is connected to a VNET/Subnet and I have setup access restrictions on the Web App so that only traffic from that specific VNET/Subnet is…
pwind
  • 401
  • 1
  • 3
  • 13
2
votes
2 answers

Terraform JSON requires an Azure subnet that is nested in an Azure Vnet Object to have an ID but will not allow it to be set

TL;DR: JSON Terraform Azure Vnet requires nested subnets to have an ID but errors when provided an ID Background I have an Azure account that has a bunch of resources that were created out of band, but now the customer wants us to managed the…
hpoe
  • 642
  • 5
  • 10
2
votes
2 answers

Can I find the amount of available IP addresses in an Azure subnet?

I'm trying to find a way to list the amount of available IP addresses in an Azure vNet. I know this is available in the GUI, as can be seen below: Question is, can we have the same information in the Powershell Az module? Thanks! Eitan
2
votes
1 answer

No VNET option for Azure PostgreSQL Server

I am trying to add my PostgreSQL server to an existing VNET, however, I can't find the option to do so. I was able to add my app service and even found this tutorial for PostgreSQL, but the UI under "Connection Security" does not give me the…
user2253546
  • 575
  • 1
  • 8
  • 18
2
votes
2 answers

Azure Function Failing to Start - "Didn't respond to HTTP pings on port X" (Docker/VNet)

I'm really struggling to figure out how to setup an Azure Function that uses a Docker container image and is connected to a VNet. I cannot find any examples of this setup anywhere. The main issue I'm running into is that after my container is up and…
Terren
  • 21
  • 4
2
votes
0 answers

After migrating the .NET Core webapp project from .net core 2.2 to 3.1 it cannot establish a socket connection with a remote VM-based app in Azure

We have a .NET Core web application deployed as an Azure App Service that we recently migrated from .NET Core 2.2 to .NET Core 3.1. The application makes remote API calls to a private service hosted on an Azure VM over a private IP connected with…
2
votes
1 answer

Cannot Delete VNet/Subnet Due To Reference To Deleted App Service Plan

I am unable to delete the 'default' subnet from a VNet that I am no longer using. The error is: "Subnet default is in use by /subscriptions/{guid}/resourceGroups/mpi-prod-westeurope-rg/providers/Microsoft.Web/serverfarms/mpi-web-asp and cannot be…
Todd Carter
  • 879
  • 7
  • 20
2
votes
2 answers

Azure AKS deployment raised an "InsufficientSubnetSize" error

I'm trying to deploy an Azure AKS instance via ARM template. I have a requirement to integrate the AKS instance into an existing Vnet. I have a dedicated subnet for AKS service. However, deployment has failed with the following error: …
Sergey
  • 381
  • 6
  • 24
2
votes
1 answer

How to call an API inside an Azure ILB ASE from a webapp within the same ASE

I have an Azure ILB ASE deployed, and a webapp deployed inside it at (for example) https://myapp.my-internal domain. I have an Application Gateway configured, mapping an external domain name to that app via the ILB, and this works well - I can…
2
votes
2 answers

How can I connect an azure app service plan to a vnet which is also connected through peering to another vnet

I am trying to seup this hub-spoke toplogy where I have a hub vnet connected to an expressroute circuit https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/hub-spoke I have another VNET (lets call it the…
Zach
  • 1,311
  • 3
  • 16
  • 36
1
2
3
20 21