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
0 answers

How to connect web services to each others and connect to different other resources in vnet azure

I have a vnet where it contains containers which represent the back end part for a machine learning training and I have two web apps where one is the front end and the other one is for managing the databases which i need to connect it to the vnet to…
Hkni
  • 115
  • 1
  • 11
0
votes
1 answer

Azure VM Scale Set not accessible through Azure Load Balancer

I have followed every step of this tutorial: https://learn.microsoft.com/en-us/azure/virtual-machine-scale-sets/quick-create-portal. Every parameter is the same except for region. In my case I use Southeast Asia. Also I use my own image which is…
0
votes
1 answer

How to create new container group in azure vnet using python

I need to create Azure container group with 1 container instance which will be integrated in a specific Vnet using python. But I didn't find anything useful, can anyone help me ?
Hkni
  • 115
  • 1
  • 11
0
votes
1 answer

Azure - Get Resource ID of internal IP address

I am currently doing some work in Azure, and I'm trying to get the Resource ID of an Internal IP address located in an Azure virtual network. I essentially need the equivalent of the below command, but for an internal IP. Does anyone know how I can…
adan11
  • 647
  • 1
  • 7
  • 24
0
votes
1 answer

Azure Container Instance Security VPN

I've got an azure container instance... I've added it into a vnet... with a private IP address..10.0.0.4 I want only a handful of azure app services to be able to call the rest API that this azure container instance exposes, how do I give those…
Andrew Duffy
  • 795
  • 2
  • 17
  • 37
0
votes
1 answer

Are you able to use the Data Flows activity in a Managed VNet Synapse Workspace?

Is the Data Flows activity functional in a Managed VNet Synapse Workspace? We have been unable to get any connections working, despite being able to use the Copy Data activity on those same Integrated Datasets. When we attempt to pull data within a…
0
votes
1 answer

AZURE Event Hub in VNET or not for filtering?

I am having a hard time understanding the docs about AZURE. I have an Event Hub and would like to filter for inbound traffic (obviously) from over the Web. But I cannot work out the following from the stuff I am reading thru: Can I filter the…
thebluephantom
  • 16,458
  • 8
  • 40
  • 83
0
votes
0 answers

Multi-region AKS VNET peering not working for services

We have 2 AKS clusters (not private) deployed in West Europe and East US, without availability zones, Azure CNI networking, Azure network policy (not calico), and everything is provisioned with Terraform. We are trying to set up an infrastructure…
Alin Florin
  • 387
  • 1
  • 4
  • 17
0
votes
2 answers

How can I route outbound traffic from an App Service integrated with a VNet containing a Service Endpoint to an external Azure hosted API?

I'm trying to secure my containerized web app with a Premium V2 App Service Plan. I've enabled Service Endpoints for an integration subnet for the different App Services to restrict incoming traffic from each other except for the frontend (so all of…
Altomira
  • 21
  • 4
0
votes
1 answer

Azure Vnet Peering vs Vnet Integration

I am trying to Azure web app to IAAS VM and both of them are in different VNet's. Can some help me to understand the difference between Azure Vnet Perring & Vnet Integration. and which approach will work best in this context.
0
votes
2 answers

Azure App Service VNET integration and network optimization

An Azure support engineer suggested that I put two app services on the same VNET in order to optimize my traffic. I'm new to VNETs so I'm trying to grok how this works. So far I've successfully added both the app services to the same VNET. However,…
M Oak
  • 41
  • 1
  • 4
0
votes
2 answers

Azure WVD Hostpool - Virtual Network displaying "None available"

I keep encountering an irritating blocker when attempting to create a Host Pool for my project's Windows Virtual Desktop (WVD) in Azure and I'm at my wits end figuring out what could be causing this issue. My existing resource group contains the…
hitman126
  • 699
  • 1
  • 12
  • 43
0
votes
1 answer

How to read data from azure VM data disk via app service which resides in same Vnet?

I am trying to read the data from azure VM data disk via app service, both are in the same Vnet and i have already configured the Vnet integration. But I dont have any idea on how to access the vm from app service
0
votes
1 answer

Can we integrate a vnet to an azure container registry by passing the vnet id in the ARM template?

"networkRuleSet":{ "defaultAction": "[if(equals(parameters('networkRuleSetStatus'), 'Enabled'), 'Deny', 'Allow')]", "virtualNetworkRules":[{ "action": "Allow", "id":…
0
votes
1 answer

Possible to peer 2 azure vnets (A -- B) where one of the vnets has already an existing peer with a vnet (C)that an overlapping cidr range?

Any ideas on a workaround on how to peer 2 vnet in azure where one of the vnet has a existing peering with a vnet that has an overlapping cidr range? Looking at NAT gateways but this seems more for routing traffic from a private out to the…
b Od
  • 39
  • 2
  • 9