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
1 answer

Azure ExpressRoute via Vnet

I need to route from an Azure Vnet to an on-premises address via Expressroute: vm -> vnet1 -> vnet2 -> ExpressRoute -> on-prem-host vnet2 -> ExpressRoute -> on-prem-host is working I use Vnet peering to get from vnet1 -> vnet2 but I'm not sure how…
Gavin Hill
  • 347
  • 1
  • 14
1
vote
1 answer

Azure function in VNET still needs Function access keys?

Suppose I have an Azure function on Consumption plan hosted in VNET, if my function calls are restricted to the App Service Instance in the VNET, do I still need to ensure my function is only accessible with Function/Admin keys? My view is that, if…
2Xchampion
  • 666
  • 2
  • 10
  • 24
1
vote
2 answers

Azure container instances with VNET creation error

I am attempting to create a Container Instances as a private network attached to an existing VNET and subnet. I managed to get this running yesterday, but doing updates or refreshing the image was painfully slow. I am consuming a private image on…
1
vote
1 answer

Access Azure SQL Server on Azure VM via SQL Server Management Studio on my local Machine

I'm sure this is out there somewhere but I can't find it and my brain hurts. I have a VM on Azure. It has SQL Server running on it and connected with Azure SQL Databases which I can access it locally on the VM no problem but I would like to manage…
John
  • 75
  • 1
  • 5
1
vote
1 answer

Azure Functions Accessing Private Resources - Migrating from AWS

We are currently an AWS customer and have developed a few internal serverless apps that integrate with some of our business applications. Many of the functions we developed need to access private resources in our VPC. The userbase is small hence the…
1
vote
1 answer

Is there a way to access an ILB ASE from a VM on another Zone?

We have two Front-end VMs. One inside a VNET in WE zone and the other one is a VM inside a VNET in NE. There some apps on those machines that should call our private/back-end services which are deployed inside and ILB ASE on WE zone. There is no…
1
vote
1 answer

azure : VNet Integration || The gateway did not receive a response from 'Microsoft.Web'

This is weird, I currently have a WevApp integrated to a VNet which takes data from the storage. workflow :: WebApp-A || Vnet-A || Storage-A ( working perfect !! ) The issue: I'm creating a prod environment, I need to separate all the logic / subnet…
1
vote
1 answer

App Service Linux: VNET integration causes application and docker to not respond at all

I know the VNET integration is still in Preview, however i hope someone can still help me out with our current issue. I have on my developer tenant an app service linux with VNET integrated to access a Storage account (v2) behind VNET. The web…
Jos Eilers
  • 11
  • 2
1
vote
1 answer

Question concerning forward traffic on Azure Virtual Networks

I have a routing problem which I am struggling to solve in the Azure cloud platform concerning traffic that needs to be routed from one vnet to another vnet via another vnet and two VPN tunnels. Here is a description of the set-up: I do have two…
1
vote
0 answers

How should a subnet`s Address Block look like to get a valid `ipv4 address block`

I want to add a subnet in azure VNet. How should a subnets Address Block look like to get a validipv4 address block` that convers the address range? 10.3.11.0 - 10.3.11.255
HelloWorld
  • 4,671
  • 12
  • 46
  • 78
1
vote
1 answer

Is it supported to create an integrated notebookVM when the workspace is configured to be in a VNET?

Trying to follow doc at secure your experiments but after configuring default workspace storage for VNET access, attempts to create integrated notebook VM fails with what looks like a storage access error.  Create Failed: Failed to clone samples.…
1
vote
1 answer

Connect VM or web app in one region to SQL server in another region across globally peered vnet in azure

I have an azure web app in UK South and an azure SQL server in UK West. At the moment they can communicate because I have the option enabled on the server to allow access to azure services. I want to secure the SQL server behind a vnet, so I have…
A. Poutney
  • 23
  • 4
1
vote
1 answer

Listeners and SSL certs are getting deleted while redeploying Application gateway with ARM template

I am using below ARM template to create Application Gateway. When I deploy it for the first time everything works. When I redeploy it (as a part of continuous deployment in the same env) it fails and I see the Listeners get deleted which were…
Aatif Akhter
  • 2,126
  • 1
  • 25
  • 46
1
vote
1 answer

Is a service Endpoint always the securest way to access a resource on Azure?

I build an architecture, where you can trigger an Azure Function to push data into a Cosmos DB, which lies behind my DMZ. Some implementation guidelines state, that a service endpoint should be always enabled if possible. However, if I do so, the…
Lau
  • 1,353
  • 7
  • 26
1
vote
1 answer

Connect Cosmos DB (as service endpoint) as backend server with Application Gateway

currently I want to connect a Cosmos DB instance, which is behind a service endpoint of a Subnet with an Application Gateway instance, which is behind another subnet. Therefore I implemented a Https forward from an public IP to the Cosmos DB…
Lau
  • 1,353
  • 7
  • 26