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://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-overview

196 questions
6
votes
1 answer

Azure API Management resolving internal URL

We've implemented a setup as follows: App Service Environment having different app services exposing different APIs. This instance is configured as an internal instance, so no public access. We've configured an internal (private) DNS zone. This…
Jasper
  • 1,537
  • 1
  • 18
  • 45
5
votes
1 answer

Failed to add delegation to the existing subnet

I'm trying to include in an app service an existing VNET but i have this issue: Failed to add delegation to the existing subnet.: Delegations of subnet /subscriptions Cannot be changed from [] to [Microsoft.Web/serverfarms] because it is being…
Julien
  • 199
  • 1
  • 8
4
votes
0 answers

Azure App Service denied access to Storage Account when using Service Endpoint

Following the instructions on the Azure Blog, I'm trying to remove public access to our Storage Account and instead have our App Service app only access it via a Service Endpoint. The App Service and Service Plan are added to the same VNet, and I've…
x5657
  • 908
  • 2
  • 13
  • 21
3
votes
2 answers

Limiting access to Storage Account from Azure Function Subnet

I have an azure function hosted on an (S1) App Service Plan. The Azure Function is integrated to a VNet subnet. This subnet has Microsoft.Storage and Microsoft.Web service endpoints enabled, and also it's delegated to Microsoft.Web/serverFarms On…
AbuShokry
  • 125
  • 9
3
votes
2 answers

Can Azure Functions be deployed to a Vnet?

Can Azure Functions be deployed inside a VNet? If I created an App Service environment in a VNet and then picked that App Service Plan when creating the Function, Would that mean that the Azure Function is deployed inside the VNet and have the same…
Tija
  • 1,461
  • 3
  • 17
  • 30
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,032
  • 5
  • 21
3
votes
1 answer

Azure VM gets disconnected from network very often

I have a windows service running on Azure VM. The service constantly accesses KeyVaults and Web APIs to run some tasks. The logs in my service show this message sometimes while accessing keyvault. Most of the times service can access keyvault, but…
CrazyCoder
  • 1,518
  • 23
  • 59
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.
  • 582
  • 1
  • 5
  • 14
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

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
  • 105
  • 2
  • 10
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
  • 3
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

How to set selected networks in StorageAccount via ARM Template

I have the following ARM template to generate an storage account and add existing virtual networks: { "name": "test0deep0123", "type": "Microsoft.Storage/storageAccounts", "location": "West Europe", "apiVersion":…
Kaja
  • 2,591
  • 15
  • 46
  • 86
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
  • 849
  • 7
  • 19
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://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/hub-spoke I have another VNET (lets call it the app…
Zach
  • 1,281
  • 2
  • 15
  • 35
1
2 3
13 14