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

Is there a way to send data to a SQL server in a private vnet using stream analytics jobs?

As mentioned in the title, I am have set up a sql server in a private vnet which only can access the azure app service. Is there a way to send data to the SQL server using a Stream Analytics Job while still maintaining the private connection?
melain
  • 1
  • 3
0
votes
2 answers

Azure Databricks deployment- unable to create Private Subnet CIDR Range

In Azure, I have a virtual network (vNET) with following settings: Address space: 10.200.0.0/20 subnet: 10.200.0.0/24 Inside the above vNET, I am trying to deploy an Azure Databricks with the following Network settings: Public Subnet CIDR Range:…
nam
  • 21,967
  • 37
  • 158
  • 332
0
votes
1 answer

Do I require vnet integration for private outbount traffic - Azure API management

I'm trying to have good understanding of Azure vnet integration. I want to deploy an API management service in Azure and I have to choose a SKU. I'm wondering if vnet integration is require for private outbount trafic ? For instance, I have a…
Paibok
  • 13
  • 6
0
votes
1 answer

PowerShell Azure Function: list Storage A/c blobs = unauthorised

The following PS code works when targeting a storage account that is open to all networks: Set-AzCurrentStorageAccount -ResourceGroupName $azResourceGroupName -Name $azStorageAccountName @files=@() Get-AzStorageBlob -Container $azContainerName…
felixmc
  • 516
  • 1
  • 4
  • 19
0
votes
1 answer

App Services in peered Azure vnet not working

In my Azure subscription I have 2 peered VNETs. VNET1 has address space 10.16.0.0/16 and VNET2 has 10.250.21.0/24. I have chosen the space addresses so that they were completely different. Peering works given that a VM in VNET1 can ping a VM in…
phanxen
  • 21
  • 5
0
votes
0 answers

Create all mesh vnet connection possibilities in Terraform

I'm trying to establish a mesh connection between all vnets. paramfile.tfvars vnetList = { vnets = [ "/subscriptions/2xxxxxxxxxxxxxxxxxx/resourceGroups/rg001/providers/Microsoft.Network/virtualNetworks/vnet001", …
Korman
  • 9
  • 2
0
votes
1 answer

How to remove/disconnect an Azure VNET from an Azure Service App Plan?

I'm trying to remove/disconnect a VNET (which doesn't exist any more) from an existing App Service Plan. Here's some screen shots showing what I have: So here it's saying that the Classic VNET doesn't exist any more. This is true. It was migrated…
Pure.Krome
  • 84,693
  • 113
  • 396
  • 647
0
votes
2 answers

Azure Databricks not custom VNet injected

I created Databricks workspace using Azure CLI: az databricks workspace create --name myprj-t-dbx --location canadacentral --resource-group rg-myprj-t --managed-resource-group myprj-t-dbx-mrg --sku Premium --private-subnet…
DejanS
  • 96
  • 9
0
votes
1 answer

Deploy Azure Databricks workspace in your own Virtual Network (VNet)

I have already provisioned databricks instance, now I need to add Deploy Azure Databricks workspace in your own Virtual Network (VNet) this setting as YES. As I need to make my databricks instance behind Vnet. How Can I edit it to the already…
anuj
  • 124
  • 2
  • 13
0
votes
0 answers

Deploying Azure VM Bicep overwrites VNET and deletes subnets I have added

I started deploying a VM from a bicep template. https://learn.microsoft.com/en-us/azure/virtual-machines/windows/quick-create-bicep?tabs=CLI It creates a RG, VM, etc as expected After adding a new subnet to the VNET the subnet get's deleted when I…
0
votes
1 answer

Terraforms to create Azure API Management Private Endpoint

I'm trying to script creation of an Azure API Management having a Private Endpoint within a VNET Subnet. I'm able to create it manually no problem in Azure Portal, but can't quite figure out the terraform script. The VNET and Subnet are created in a…
0
votes
2 answers

How to connect overlapping VNets in Azure?

I am working on an Azure-based networking solution. We have a typical hub and spoke VNets topology. The Hub VNet connects to on-prem DC via ExpressRoute and spoke VNets peer to Hub VNet. There is an Azure Firewall in the Hub that filters traffic…
Pradeep
  • 1,108
  • 1
  • 15
  • 31
0
votes
0 answers

How can i connect to Mongodb atlas from azure vnet via aws?

I have a peering configured between aws vpc and mongo db atlas which makes me able to reach mongodb atlas via private ip. i also have a site to site vpn tunnel confugured between azure vnet and aws vpc that allows me to connect to aws from azure via…
0
votes
1 answer

One Azure vNET peering with multiple vnets that are using the same address space

I am a beginner with azure vnet peering, so please indulge me if this is such an obvious question. I would like to vnet peer one vnet to multiple vnets. All those vnets however uses the same address space. Let me explain more with examples. Let's…
Random.x
  • 13
  • 3
0
votes
2 answers

Why Azure app service VNET integration failing with new subnet?

I'm trying to connect my app service plan in to VNET. But always failed. I have red threads and everywhere saying App service plan should be Standard or higher. My App service Plan is S1. It's just an empty app. I'm creating new subnet (not select…
CodeMind
  • 616
  • 1
  • 7
  • 19