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

Azure WebApp with private Api backend

I have an application splitted into 3 microservice, 1 frontend Vue (with NGINX) and 2 API backend (Asp.NET Core). For each of them I have a docker image: UI API1 API2 All of them working properly on my local intranet with docker-compose, now I…
Max
  • 6,821
  • 3
  • 43
  • 59
-1
votes
1 answer

Host name resolution failed for 'Microsoft.Network'

Not allowed to do any operation on Vnet, like Vnet Integration etc , faling on North Europe also. Failed to save subnet 'apps'. Error: 'Host name resolution failed for 'Microsoft.Network'; cannot fulfill the request.'
-1
votes
1 answer

Azure ARM template vnet peering - subnets deleting

This is a known 'issue' from what I've gathered (https://github.com/Azure/azure-quickstart-templates/issues/2786) I've build a python script that takes in a .csv and builds out an environment. All works fine. I have a second .csv that does peering,…
Nathan
  • 135
  • 3
  • 16
-1
votes
1 answer

Vnet Peering Between Multiple Vnets are present in Different Different Resource Groups through ARM template

I am looking for an ARM template to establish Vnet peering between multiple Vnets (more than 10 Vnets) present in Different Resource Groups. Could someone please help me ?
Vikranth S
  • 481
  • 5
  • 10
-1
votes
1 answer

azure single vpn gateway for connecting multiple resources in different azure aks cluster

I am having following requirement Requirement we are currently having multiple azure AKS clusters (dev,uat,staging...) in different vnets. these AKS clusters are deployed using advance networking option through terraform. we need to connect these…
Ganesh Pol
  • 413
  • 1
  • 8
  • 29
-1
votes
1 answer

Q: Azure S2S VNet VPN with failover

I'm trying to setup a VPN connection from a VLAN in Azure to on-premise. We have two different ISP's on-premise and I want to setup Azure with a VPN connecting to both so that if the primary ISP is down Azure will try to connect using the…
Paaland
  • 682
  • 1
  • 10
  • 25
-1
votes
2 answers

logic apps integration with Vnet

I need to integrate my Logic Apps with a VNet, i've find this article : https://learn.microsoft.com/en-us/azure/logic-apps/connect-virtual-network-vnet-isolated-environment#create-environment But can't find more the ISE on Azure Marketplace, any…
achraf r'b
  • 11
  • 3
-1
votes
1 answer

Azure web app can't see VM through vnet-to-vnet connection

I have a VM running a WebAPI service that I want to hit from an Azure web app using a vnet-to-vnet conneciton. As such, I have the VPNs configured as follows: Virtual Machine - VMVnet Address Space: 10.1.0.0/16 Subnet: 10.1.0.0/24 Gateway Subnet:…
-1
votes
4 answers

Azure ikev2 with meraki

I am trying to setup a S2S VPN to our Meraki MX84 Firewall The Meraki supports only policy based IKEv1 vpn. Is there anybody that has a working VPN with a Meraki MX unit? Thanks
-1
votes
1 answer

ExpressRoute in Azure Multiple Resource Groups?

After a Resource Group was created, an ExpressRoute connection/circuit was created and it is being used (private peering for some VMs in a VNET). We now need VMs in a different VNET (and different Resource Group) to use private peering to get to…
Snowy
  • 5,942
  • 19
  • 65
  • 119
-1
votes
1 answer

Vnet to Vnet machines not pinging

I have the following scenario. 2 vnets (same location/location, but different resource groups) vnetA: Address space 10.1.0.0/16 Gateway subnet 10.1.1.0/24 VM 10.1.0.5 vnetB: Address space 10.0.0.0/16 Gateway subnet 10.0.2.0/24 …
here_for_python
  • 41
  • 1
  • 11
-1
votes
1 answer

Will Distributed file system on 2 FTP servers work in two different data centers?

Currently we have 2 VMs in a VNet , both have FTP and DFS roles installed on them , also DFS replication is enabled. The main question is that , if we have the above VMs in two different VNets (in different locations), will it allow me for…
-1
votes
1 answer

Azure - Reverse Hub/Spoke Design ; Policy VPN Workaround

Due to a VNet only allowing for a single static gateway, and my onprem location gateways not supporting route based VPNs, I want to see if this is poss. Having a resources in a single vnet. Create a new VNet for each policy based VPN, containing…
felix001
  • 15,341
  • 32
  • 94
  • 121
-2
votes
1 answer

Forced Tunneling Express route

I want to set up forced tunneling such that all internet destined traffic goes back to on prem through express route. 1 - What&Where do i configure this ? 2 - I am also using Cisco FTD NVA. How will traffic go through NVA first and then to express…
MatB
  • 1
  • 2
-2
votes
1 answer

Azure subnets for cloned Dev, Test, Product with common web server

I have 3 VMs (app, content, DB) that are part of an application deployment. I need to clone multiple copies of this VM set. There is a common web server for all sets that proxies requests to the app server in each set. Because hostnames are…
ts488513
  • 25
  • 3
1 2 3
20
21