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

How to check if a vpn gateway is connected to a vnet through powershell script

I want to check if a vpn gateway connection is given to a vnet through a powershell command given a vnet name. I have created 2 vnets in 2 different resource groups and enabled peering.
twinkle hema
  • 75
  • 1
  • 11
0
votes
1 answer

NVA without NAT in azure for INTERNET access

I try to setup custom NVA (simple router with application specific functions) for my azure VNET. My network: internet <->subnet 1 with NIC1(NVA) <-> subnet 2 with NIC2 (NVA) and VM I wish to filter in NVA VM traffic to/from internet. As far as i…
0
votes
1 answer

Extracting variables from calling the value- Getting Error message in condition

I am trying to do validation. checking the deployed values with the given values. I extract the vnet values from Azure resources using RestAPI method and convertto-json from Object because of vnet object is giving me empty object…
Sri
  • 11
  • 3
0
votes
3 answers

Two VMs connected through VNet-to-VNet not pinging each other

Again, I tried to create a VNet-to-VNet connection. Briefly, I created Gateway Subnet at East US Region Gateway Subnet at West US Region Virtual Network Gateway for East US Region and Virtual Network Gateway for West US Region Using Connection…
TekQ
  • 25
  • 7
0
votes
2 answers

Queries related to utilization, distribution and pricing of IP addresses on Azure

I have queries related to utilization, distribution and pricing of IP addresses on Azure. Taking an example, 10.0.0.0/27. It says, 10.0.0.0 - 10.0.0.31 (32 addresses). After expanding I found as.. CIDR Range: 10.0.0.0/27 Netmask:…
TekQ
  • 25
  • 7
0
votes
2 answers

How to find the vnet/subnet associated with an Azure Virtual Machine using java sdk?

I am using Java SDK to collect the Azure Virutal Machines. However I am not able to figure out the vnet/subnet associated with the VM. The SDK doesn't provide this info directly and the REST API as well.
0
votes
2 answers

Assign UDRs/Route Tables to a Subnet With ARM template

I am trying to assign Rout tables to a Subnet/Vnet while creating route tables. I couldn't find a script/property to add into the script. Could someone please help me on this. I am trying to assign Rout tables to a Subnet/Vnet while creating route…
Vikranth S
  • 481
  • 5
  • 10
0
votes
1 answer

Can't see Azure Internal Load Balancer on Azure Load Balancer Panel

I am working on existing project which is created by different developer/vendor. Per documentation, Azure Internal Load Balancer is configured for Azure Cloud Service (Protocol Gateway Instance). However I can not see any Load Balancer with that…
0
votes
2 answers

Azure NSG is that possible

Is it possible to enable NSG to a cloud service for security purpose? I tried creating a Vnet but I cannot add my NSG to the vnet I created, not sure if thats even possible to do.
Hawk
  • 514
  • 1
  • 7
  • 22
0
votes
1 answer

Routing traffic from the point to site to vnet to vnet vpn gateway

We have a point to site VPN gateway, we use it to RD to the VM in a region with the private IP. We have a second VM in a different region. I've created a vnet to vnet vpn. From the first VM I can RD into the second using the private IP. But I was…
cr1t
  • 93
  • 10
0
votes
2 answers

azure api manager terraform queries

I am planning to use azurerm_api_management with the help of terraform. https://www.terraform.io/docs/providers/azurerm/r/api_management.html unable to find reference to integrate it with vnet and subnet for my backend services. how can we…
Ganesh Pol
  • 413
  • 1
  • 8
  • 29
0
votes
1 answer

Azure migration from Classic to ARM

I am currently trying to migrate my Azure VNET and VM's to Azure ARM. I have ran the following part of the Powershell Script I am using: Move-AzureVirtualNetwork -Validate -VirtualNetworkName $vnetName).validationmessages And amongst other error…
0
votes
1 answer

Azure Function with VNet throws SocketException: The requested address is not valid in its context

I have an Azure Durable Function that sends some HTTP request via VNet. Ones in a while the following method throws a SocketException: public async Task<(HttpStatusCode statusCode, string Content)> PostAsync(string uri ,string json) { if…
Andrej Z.
  • 45
  • 6
0
votes
0 answers

Lost internet in Azure VNET

We ware moving couple of our VMs from one subnet to another via CLI not being sure what we were doing we did something and we lost outgoing internet access on all our VMs within a VNET. Luckily we use VPN to connect to our environment and we have…
Mher Harutyunyan
  • 183
  • 3
  • 12
0
votes
3 answers

VNET Integration for App Services on Azure?

According to the documentation there should be an option for VNET Integration for App Services when in the Overview of your App Service you go to > Network and than you should be able to setup a VNET for beeing able to give access to specific Ports…
Suisse
  • 3,467
  • 5
  • 36
  • 59