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 VNet Peering across different AAD

I want to peering two VNet in different AAD in different CSP but I could not get it work. I already have set the roles in both subscriptions but using PowerShell I get the error "don't have access to the subscription" For set the peering I follow…
0
votes
2 answers

Azure APIM Internal Vnet integration. Not able to deploy/create APIs & [Failed to connect to management endpoint]

I have Azure APIM setup and deployed few apis into the apim instance using the azure devops pipelines. Later we wanted to Integrate the APIM with the Vnet, so assigned the apim instance to a Vnet, with dedicated subnet and also assigned NSG rules…
Yash
  • 1
  • 1
  • 1
0
votes
1 answer

Azure Functions VNet Integration

I am peering two VNets within different subscriptions but same Region using VNET-to-VNET peering. We have a private DNS Zone setup to resolve domain names and have configured the following settings as per Microsoft's documentation;…
0
votes
1 answer

How can I have a public Azure AppService app talk to many private Azure AppService Apps?

re-asking the following question 3 and 5 years later.... Private Azure Cloud Service? Azure Back end app services with no public ip I would like to do this with AppService and AzFunctions. I want to have 1 app exposed to the public. I want to have…
Herb Stahl
  • 439
  • 1
  • 6
  • 23
0
votes
0 answers

slow connection to SQL server on same Azure VNET

We have several virtual machines on Azure. One running an SQL Server, the others are Windows Virtual Desktop hosts. We have an application on the WVD hosts that connects to the SQL server but it takes forever to connect and start. When running the…
0
votes
1 answer

How can I get active address space of tagged Azure VNets inside Terraform?

I would like to get with Terraform the active address space of VNets for Azure in Terraform that have a certain tag. For this I thought I could use Resource data source for virtual networks: data "azurerm_resources" "vnets"{ type =…
mgross
  • 550
  • 1
  • 7
  • 24
0
votes
1 answer

Access KeyVault from Azure Container Instance deployed in VNET

Azure Container Instance is deployed in VNET and I want to store my keys and other sensitive variables in Key Vault and somehow access to it. I found in documentation, it's currently limitation to use managed identities once ACI is in VNET. Is…
alterego
  • 322
  • 1
  • 3
  • 11
0
votes
1 answer

Connect with SSH tunnel to MongoDB in Azure Container instance under VNET

I have MongoDB deployed to Azure Container Instance. Now, I want to secure my DB by moving it under Virtual Net. How can I connect to MongoDB using SSH tunnel?
alterego
  • 322
  • 1
  • 3
  • 11
0
votes
2 answers

ARM Template - Creating a template for VirtualnetworkGateway combined in a single template

I have created a template which is meant to deploy a complete network solution, which includes 2-subnets, vnet, vnetgw and pubip. I am looking for a way to programmatically reference some of the resource id's such that it makes the template more…
0
votes
2 answers

Assign static outbound ip address to azure container instance

I need to make a setup where I can read and write to an external sql db from a python script residing in a azure container instance. I order to make this work I need to assign a static ip to the container. As I cannot associate a container instance…
0
votes
1 answer

Azure VNET peering v/s NSG exception

I am new to azure and trying to understand the concept behind VNet peering I Have two VM First in East US and another in East Asia By the design of AZURE, i should not be able to access any data between these VM as AZURE does not allow…
0
votes
2 answers

API Management & Microservice in different subscription

I am developing a microservice which will run on AKS in production. I have to expose these service APIs through API management however challenge here is that API management is not available in same subscription. In that case, do i need to expose…
0
votes
2 answers

How to connect from Web App to SQL Database in another region "privately"?

Is there a way to establish a connection from Azure Web App to Azure SQL Database in another region "privately", that is without having to leave database open to the public. Specifically, I would like my database to have the following firewall…
Alex
  • 4,885
  • 3
  • 19
  • 39
0
votes
0 answers

Mapping drives between V-Nets and Different Domains

Our setup is two domains. V-Nets 10.50.0.0/24 and 10.51.0.0/24 are part of the D2MSAZ.COM domain V-Net 10.54.0.0/24 is in the D2MSAZ2.COM domain Separate Domains/Forests. User accounts in D2MSAZ are “last name+First Initial” User accounts in D2MSAZ2…
Seth
  • 23
  • 4
0
votes
1 answer

How to access on-prem resource from an App Service through Express Route?

I have an app service in Azure (not in ASE App Service Env). It is integrated with a vnet. And I have an API on-premises that this app must access by its internal on-prem DNS name. And there is an Express Route between Azure and on-prem…
Michael Chudinov
  • 2,620
  • 28
  • 43