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

azure function cannot access to on-premise network

I have an azure trigger function and I want the service to take the files from folder which is in on-premise then process them. The folder is that we only can access via VPN. The service has a VNET configuration for this but still cannot access the…
0
votes
2 answers

How to restrict/stop public (internet) access to Azure function?

I have several Azure Functions (Premium plan) which do some stuff and load the results to the storage blob. The connection to the storage account is restricted by a v-net so no public access to the storage account, however, I check and found that my…
mas
  • 339
  • 7
  • 22
0
votes
2 answers

Azure Function in subnet connecting to Sql database with firewall subnet rules intermittently using wrong IP

In my current situation, we have several Azure Function apps that talk to an Azure SQL database (using Entity Framework, should it matter), using functions that trigger on an Azure ServiceBus trigger. In the last weeks we have been improving…
Céryl Wiltink
  • 1,879
  • 11
  • 13
0
votes
1 answer

Pytorch VNet final softmax activation layer for segmentation. Different channel dimensions to labels. How do I get prediction output?

I am trying to build a V-Net. When I pass the images to segment during training, the output has 2 channels after the softmax activation (as specified in the architecture in the attached image) but the label and input has 1. How do I convert this…
0
votes
1 answer

Make request to on-prem service through "transit" vNet

I have an Azure vNet A that is peered to the on-prem network. I want to make a TCP request to on-prem service from another vNet B. Is it possible to use vNet A as "transit" network to redirect traffic to the on-prem service? The restriction is vNet…
rmax
  • 41
  • 3
0
votes
0 answers

Azure App Service web app unable to connect to container instance in vnet

I'm encountering a connection problem from our Azure App Service web application (.NET Framework 4.7) and our service running in a container instance. When trying to establish a connection, an exception is raised. When enabling the .NET Socket…
Stati
  • 45
  • 1
  • 4
0
votes
2 answers

Cognitive Services (LUIS,QnA maker ) are not accessing from vNet

I developed Chat bot using Microsoft bot framework and my client want to keep all services inside vNet but we are not able to access cognitive services after assigning inside vNet. Can someone help me here to achieve it and make my client happy…
0
votes
1 answer

Cannot connect via http to Azure VM from function app

I have a function app attempting to communicate with an Azure VM. Both are in the same VNET through VNET Integration. The request from the function app to the VM is via http, and the VM does not have a public IP. Network Security Group rules allow…
Mike
  • 1,010
  • 1
  • 14
  • 33
0
votes
1 answer

VNet not found when attempting to create VNET integration via azureRM

I am attempting to configure the VNET of an app service. I am attempting to do this via a powershell script. I have been using the same powershell script for over a year and it has suddenly stopped working without any modifications to the script.…
MantyQuestions
  • 169
  • 1
  • 2
  • 11
0
votes
0 answers

Azure vnet non-transitive routing and NVA

As many have asked before, we have a problem with spoke-vnet <-> hub/checkpoint-vnet <-> expressroute-vnet. Spokes can see all routes from hub, hub can see all routes from spoke and expressroute, but expressroute cannot see spoke-routes, and…
shakalakka
  • 105
  • 1
  • 1
  • 8
0
votes
1 answer

VNET Dice loss higher than 1

I am training a Vnet on a segmentation problem with Keras 2.2.4 and Tensorflow 1.12.0 (I cannot change the tensorflow version). The masks, i.e. y_true, are (1,200,150,100,2) arrays. I want to minimize the dice loss defined as: ''' def…
Elfliz
  • 11
  • 3
0
votes
3 answers

Windows Container in Azure and Network

I have an old legacy application listening to some tcp ports and written in visual c++ and strictly bound to run on windows. On Prem the application is running fine within a windows server core container. But now I have to deploy this container to…
0
votes
1 answer

APIM and AKS integration

I am trying to integrate APIM(External) to the VNet where AKS is running. right now, I have created /29 CIDR subnet where AKS subnet is there and assigned to the APIM but APIM keep complaining that port 3443 is blocked. I have specifically added the…
threeleggedrabbit
  • 1,722
  • 2
  • 28
  • 60
0
votes
1 answer

Connect endpoint VPN client to multiple vnets in azure

I have three vnets that I would like to make accessible to end users. The three vnets can talk to each other via peering. If I setup a VPN gateway, the VPN can only connect to the vnet that the gateway is setup to. I have the allow gateway transit,…
0
votes
1 answer

Is it possible to effectively assign a static IP address to an Azure Web App using NAT?

My application is making HTTP requests to a 3rd party API which has an IP whitelist. Of course, I could add the IP addresses assigned when the Web App is created but test environments are created and destroyed on demand, meaning we need to request…
zXynK
  • 1,101
  • 16
  • 30