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

Azure vnet cross subscription peering

I am trying to create spoke vnet in a new subscription and trying to peer with already existing hub vnet in another subscription via ARM template. What is the best way to do this? How do you reference the Hub vnet? This is how I am referencing hub…
Sanju
  • 3
  • 4
0
votes
1 answer

can i run a Windows IIS ACI and connect to an Oracle ACI both running in Azure?

I am getting the following error in Azure when creating a Windows ACI on a virtual network in Azure: "The requested resource is not available in the location 'westeurope' at this moment. Please retry with a different resource request or in another…
0
votes
1 answer

Azure IP Range white list using pipeline for Access Restriction on Function App

We are having Azure function app which is deployed using ARM Template, It also include the Access Restriction which is applied while provision the Function app. We want to white list set of IP Range(Azure Data center IP Range) because of SaaS…
Raghu Reddy
  • 312
  • 3
  • 7
0
votes
3 answers

Azure Vnet Private IP Ranges

I've not from a networking background. I'm data platform solution architecture and data/ai engineer. Since distributed data processing and scale out using containers has come into my world I've decided to bite the bullet and learn IP fundamentals so…
Shaun Ryan
  • 1,458
  • 12
  • 16
0
votes
1 answer

Azure link VNET to Private DNS with Azure CLI

I'm working on an Azure CLI script to automate the creation of a vnet in our cloud infrastructure. One of the parts in this script is linking a VNET to a Azure Private DNS. This should be easy, but apperently the difficulty is the fact that the VNET…
Rob
  • 6,731
  • 12
  • 52
  • 90
0
votes
4 answers

How to check if Azure Vnet is in use

I am using Az PowerShell module. I want to do the following things. Verify that the specified azure vnet is not in use. If it is not in use, delete the VNET. The easiest way to verify if the VNET is in use, is to use Remove-AzVirtualNetwork in…
praveen
  • 45
  • 6
0
votes
1 answer

How to access Azure API Managment deployed in Vnet without using application Gateway? (For clients that exist outside the Vnet)

I have an API management instance that is integrated with a Vnet - the ability to access the API management instance is possible to internal consumers. I would like certain public clients to also access this API management instance - the way…
Leon Africa
  • 509
  • 6
  • 11
0
votes
1 answer

How to setup Global vnet peering in Azure

I have two vnets setup in azure, one in UK South and one in UK West. I have a single VM setup in each region and attached to the respective vnet. I have peered the two vnets, using the peerings option in the blades on the azure portal. However I…
A. Poutney
  • 23
  • 4
0
votes
1 answer

Communication Wordpress inside Kubernetes and external MySQL server. - MySQL Connection Error: (2002)

In Azure cloud, I have the following infrastructure: A Vnet with two subnets in. Vnet: 10.0.0.0/8 aks-subnet: 10.240.0.0/16 persistence-subnet: 10.241.0.0/27 An Azure Kubernetes cluster was installed and associated to the aks-subnet. In the…
bgarcial
  • 2,915
  • 10
  • 56
  • 123
0
votes
2 answers

Azure VM and App Service integration through VNET

SO we have a Ubuntu Virtual Machine on Azure and a Linux App Service, what we want is to integrate both of them throught the port 8983 is there any way of doing this? Maybe trying to get them both on the same vnet? Thanks for the help!
0
votes
1 answer

Web App Vnet Integration using Azure CLI or API rest

I've Tried to make the vnet integration of my web app using Azure CLI but only see the "z webapp vnet-integration" command. that is only for preview and does not work for me because the vnet integration preview only supports one service plan to one…
LordBacteria
  • 25
  • 1
  • 7
0
votes
1 answer

Do NSGs apply to Servic Endpoints of the Subnet

I created a Subnet, where I connect a Cosmos DB as Service Endpoint. Besides the IP firewall of the Cosmos DB I want to control the Outbound via NSG rules. However if I create a rule, that denies all Outbound (also tested with deny all Inbound) it…
Lau
  • 1,353
  • 7
  • 26
0
votes
1 answer

Access from AKS to SQL Server is blocked by a firewall in Azure

I have a VNET in Azure and the AKS cluster created in that VNET and SQL Server networking and firewall applied in the same VNET. When I tried to access the SQL Server from AKS cluster then I got the below exception. Make sure that TCP connections…
Suresh
  • 131
  • 2
  • 9
0
votes
3 answers

How Do I Address Other VMs in the VNET By FQDN?

I have 2 VMs on the VNET in Azure. The ports are open in the NSG. I can access the ports when I use the IP address but I can't access them when I use the FQDM. e.g. nc -v -z -w2 10.1.2.4 8080 Connection to 10.1.2.4 8080 port [tcp/*] succeeded! nc…
opticyclic
  • 7,412
  • 12
  • 81
  • 155
0
votes
2 answers

How do we use Azure Analysis Service with the SQL databases that are behind the firewall?

We are considering using Azure Analysis Services for the BI requirements. Currently, the databases are deployed behind a firewall in a VNET. Since AAS do not have either VNET support or has static IP address range, how do we connect to the databases…
Girish Acharya
  • 235
  • 6
  • 20