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 App Service - Add VNET Connection - How to setup a Point-To-Site address for app service

BACKGROUND: I have setup a Virtual Network connection in Azure to a local on-premise database. We are connecting an app service (web page) to a local on-premise database, a page is retrieving data from this on-premise database. It kept giving…
0
votes
0 answers

Peer Managed Databricks locked VNet with Azure VNet

When the Databricks workspace was created, it was not allocated to a Microsoft VNet, so the deployment uses a default managed/locked VNet. The Azure Portal allows for this managed Vnet to be peered, and I have set up a peering to a Microsoft Vnet,…
TJB
  • 787
  • 1
  • 8
  • 29
0
votes
1 answer

Unable to create new VNet in a specified resource group after checking its existence

Here I'm using data blocks for retrieve the information of Vnet if it already exist. If VNet is not existing than create a new one with the same name. I have defined everything properly. data "azurerm_virtual_network" "existing_vnet" { name …
0
votes
1 answer

PowerApps: Access Azure Storage Account only accessible from selected vNet and IP address ranges

I have a Canvas PowerApp which needs to write a simple blob to an Azure Blob Storage Container. This works fine using the Azure Blob Storage Connector which is provided with the Storage Account name as well as the respective Access Key. However, the…
0
votes
1 answer

Trying to deploy a app into a ILB ASE trough a VPN connection (OpenVPN) on azure

Soo i have 2 vnets that are peered. One contains my vpn gateway and the other one contains my ILB ASE. I connect to the vpn gateway via a github actions worker sucsessfully but cant deploy code into the web app. For the deployment i've used the…
0
votes
0 answers

JDBC access across VNETs

I have come across the situation in which 'Spark writing via JDBC directly to a canonically defined staging table in another VNET, via a Hub VNET', is not allowed as it is considered unsafe. Does not fit 'Zero Trust' Security. Middelware solutions…
thebluephantom
  • 16,458
  • 8
  • 40
  • 83
0
votes
1 answer

VNet integrated FunctionApp throws an Error: A connection attempt failed [...] (management.azure.com:443)

I set up a function app (running on S1 ASP, and yes, App Settings include WEBSITE_CONTENTOVERVNET 1) that executes MS Graph API calls which works perfectly fine without vNet configuration/integration. Now after I set up vNet integration for my…
0
votes
2 answers

Connecting to an Azure SQL database with a VPN (Point-to-Site)

I'm trying to connect to an Azure SQL database with the use of an Point-to-Site VPN connection based on Azure AD authentication. I can connect with the VPN without any problems and I get a green status that everything is connected. However, I cannot…
Sander
  • 107
  • 6
0
votes
0 answers

Is it possible to access the nodes in a Managed Service Fabric cluster directly?

In a project we've worked for a while with Service Fabric hosted in Azure in the normal way; i.e. we've been managing most of the SF infrastructure ourselves using Bicep templates. Now we're considering moving to a Managed Service Fabric setup,…
Kjartan
  • 18,591
  • 15
  • 71
  • 96
0
votes
1 answer

limit network access to private endpoint of storage account from a specific azure function when vnet integration enabled

This is the situation: 1 app service plan with 2 azure functions, function A and function B, both with the same subnet vnet integration enabled 1 subnet with a storage account and private endpoint enabled In the current situation the network…
user1809753
  • 165
  • 3
  • 12
0
votes
1 answer

Azure VNET with subnet segmentation for CosmosDB access

Is it possible to have a single VNET with subnets segmentation and allow only some FunctionApps (in subnet "A") to access CosmosDB via Private Link while blocking DB access to other FunctionApps (in subnet "B") on a different…
HK15
  • 47
  • 9
0
votes
1 answer

Who is using the Subnet inside a VNet in Azure

I want to see my network topology including the subnets and each resource that uses each subnet such as App Service or Functions etc but I cannot find the options in the portal. How can I see which resources are using a subnet?
0
votes
2 answers

Hub VNET in cloud-only environment approach

I was told recently that the Hub VNET is only used in case there is on-premise networking to/from considerations. I am quite surprised as were many, at the table. I was under the impression if I have, say, a AZURE Cloud only env. that I could still…
thebluephantom
  • 16,458
  • 8
  • 40
  • 83
0
votes
1 answer

Vnet Storage account container returns AuthorizationFailure

Unable to upload the file using Azure app service(Same Network Security Group) in Azure Storage account container returns below Error Status: 403 ErrorCode: AuthorizationFailure Error Message: This request is not authorized to perform this…
0
votes
1 answer

App Service VNET integration for outbound traffic: can it reach Internet endpoints?

I deploy my web application to an App Service instance on Premium tier. My web application makes outbound requests to external resources on the Internet. In order to secure the connection with one of these external resources so I can reach it with a…
user11081980
  • 3,059
  • 4
  • 30
  • 48