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
1
vote
2 answers

Is it possible to create the equivalent of a hosts file in an azure web app

I'm migrating asp.net services that used to exist on a physical server on-premise to Azure. However they need to reach some web-services (SOAP) that will not be migrated to azure yet. These have a public IP but I need to set the hostname in order…
Chairbench
  • 33
  • 1
  • 1
  • 7
1
vote
0 answers

How to solve Vnet error setting when joining SSIS IR to Vnet?

I am trying to joining a ssis integration run time to a Vnet via Azure Portal, but when I try to validate the Vnet I get the following error Vnet setting error: please remove love 'and here are listed a bunch of locks' Now, the error sound…
Liborio
  • 23
  • 3
1
vote
1 answer

Azure Vnet Blob Storage

I want to restrict access to my Blob storage account (that contains images) to only my web site deployed on azure app service (S1 Service plan). Below the steps I have done: I have create a Vnet and enabled the storage service endpoint I have…
Massimiliano Peluso
  • 26,379
  • 6
  • 61
  • 70
1
vote
3 answers

Routing traffic between VNets in Azure

If two vnets are connected to each other via multiple set of peering vnets, how does azure route the traffic? Fo example, lets consider the below: A, B, C, D are 5 VNets and the they are peered (bi-directionally with traffic forwarding…
Sayantan Ghosh
  • 998
  • 2
  • 9
  • 29
1
vote
0 answers

Creating SSIS packages locally over Vnet

Firs of all I would like to prepare the reader that I'm totally new to SSIS and also the parts that will be mentioned below regarding Azure. The scenario I have is a task in building SSIS packages to transfer data from a MariaDB to an Azure SQL DB.…
H4p7ic
  • 1,669
  • 2
  • 32
  • 61
1
vote
1 answer

Kubernetes multi-clusters pod peering on Azure

How to configure routing between Pods on multiple Azure Kubernetes clusters? Something similar to ip-alias/vpc-native on Google Cloud
hasusuf
  • 1,548
  • 1
  • 9
  • 14
1
vote
2 answers

Cannot ping from on-prem machine to an azure vnet

I cannot ping from an on-premises VM to a VM in Azure via the VPN gateway connection. The problem occurs only if the VM in Azure is in a VNET that is not the same with the VNET the VPN connection is established. However there is a peering connection…
aragorn
  • 187
  • 3
  • 18
1
vote
1 answer

How to add multiple web apps into a single network so that vnet connected to one web app get accessed to other web apps as well

Purpose: I am cracking an implementation done in Azure 2 years by my former coworker. I am not sure how I can make 3 different web apps use 3 unique DNS servers. What do I need to achieve: I have a virtual network in Azure which I have given DNS…
1
vote
1 answer

Azure ARM copy Index not working in Json

I am trying to deploy multiple Azure VNETs using the code below,it it gives error below { "error": { "code": "InvalidTemplate", "details": null, "message": "Deployment template validation failed: 'The template resource…
pcz
  • 13
  • 4
1
vote
0 answers

Weird Training Graph for 3D segmentation

I am training a 3D segmentation model using V-Net in keras (tf backend). The number of binary classes = 1 (foreground =1 and background = 0). Original VNet paper. I experience a weird behavior in the training graph. It hardly learns anything for…
1
vote
3 answers

Azure, connection refused on some ports when accessed from the internet

I have 2 VMs (CentOS), running in the same VNET (and subnet). They both have a static public IP. I have a Network Security Group which defines inbound and outbound rules, attached to both NICs as well as to the VNET. One of the inbound rules is the…
1
vote
2 answers

Cannot deserialize JSON array into type 'Microsoft.WindowsAzure.ResourceStack.Frontdoor.Templates.Schema.TemplateResourceCopy'

The aim of the template is to add subnets to an existing Vnet but when executing it using the powershell command New-AzureRmResourceGroupDeployment -Name testing -ResourceGroupName rgname -TemplateFile C:\Test\deploy.json -TemplateParameterFile…
vishal
  • 1,646
  • 5
  • 28
  • 56
1
vote
1 answer

Addition of subnets to existing Vnet through ARM templates

The following is my input parameter file(parameter.json) { "VNetSettings":{ "value":{ "name":"VNet2", "addressPrefixes":"10.0.0.0/16", "subnets":[ { "name": "sub1", …
vishal
  • 1,646
  • 5
  • 28
  • 56
1
vote
1 answer

Azure Container Services (AKS) - Exposing containers to other VNET resources

I am using Azure Container Services (AKS - not ACS) to stand up some API's - some of which are for public consumption, some of which are not. For the public access route everything is as you might expect, a load-balancer service bound to a public IP…
watdo
  • 667
  • 8
  • 22
1
vote
1 answer

Azure Function that allows browser User to Download a network file

We have an Azure function with html UI right inside the function. The Azure function app has VNET access to servers inside our firewall. Possible to build an Azure Function that authenticates into the server/file share and allows a browser user to…
Hell.Bent
  • 1,667
  • 9
  • 38
  • 73