Questions tagged [azure-virtual-network]

The Azure Virtual Network allows VPN access to Azure, as well as creating subnets for deploying services in Azure.

azure-virtual-network
Filter by
Sorted by
Tagged with
34 votes
2 answers
794 views

Having windows Azure A8 nodes with InfiniBand support how to send N bytes from one and receive on another?

I like InfiniBand promise of 40Gbit/s network. My needs do not map onto the MPI model with one core node + slaves, and if possible I would prefer not to use MPI at all. I need simple connect/send/...
DuckQueen's user avatar
  • 852
31 votes
3 answers
25k views

Azure Active Directory as Domain Controller for Azure Virtual Machines

Azure Active Directory is "as a service" offering from Azure. I have seen documentations and content from Microsoft stating that can be used for SSO and other Web application for unified auth. Will ...
Naveen Vijay's user avatar
  • 16.2k
29 votes
1 answer
47k views

Site-to-site VPN vs point-to-site VPN

I have a scenario where I have a Windows VM in windows Azure that needs to connect to an external customer network (and connect to a database that is not in Azure). This traffic is uni-directional ...
user2713516's user avatar
  • 3,013
17 votes
4 answers
10k views

How to secure access from App Service To Azure Sql Database using virtual network?

Scenario I want to use virtual network in order to limit access to Azure Database only from my App Service, so that I can turn of "Allow access to App Services" in firewall settings What I have done:...
Liero's user avatar
  • 26.2k
15 votes
2 answers
26k views

Azure VMs Virtual Network inter-communication

I'm new to Azure (strike 1) and totally suck at networking (strike 2). Nevertheless, I've got two VMs up and running in the same virtual network; one will act as a web server and the other will act ...
John's user avatar
  • 429
14 votes
4 answers
11k views

ARM Template for to configure App Services with new VNet Integration feature?

I am working on ARM Templates, I have created the template file with two or more azure app services along with app service plan and then configured with VNET Integration of each app service. This is ...
Pradeep's user avatar
  • 5,281
14 votes
2 answers
14k views

Private endpoint in Azure

I'm trying to create sql database with private endpoint (preview enabled). I'm getting following error: {"code":"DeploymentFailed","message":"At least one resource deployment operation failed. ...
Dzior's user avatar
  • 1,485
12 votes
5 answers
12k views

How to change VNet and Subnet of an existing Azure Application Gateway?

Is it possible to move an already setup app gateway from one subnet to another? As of now haven't seen any way from the portal to do so.
Anuj Shankar's user avatar
12 votes
2 answers
17k views

Why does Azure Application Gateway require an empty subnet

When I try to execute New-AzureRmApplicationGatewayIPConfiguration to create an application gateway, I get an exception: Subnet xxx cannot be used for application gateway yyy since subnet is not ...
Tom Deseyn's user avatar
  • 1,815
11 votes
3 answers
28k views

Access internet from Azure VM not working [closed]

I've created an Azure DNS server with Address 192.168.0.4 I've created a Virtual Network with address space 192.168.. I changed the Subnet-1 to be starting IP 192.168.10.0 Address Count 64 ...
Paul Rowland's user avatar
  • 8,314
11 votes
4 answers
33k views

Windows Azure Virtual Network Point-to-Site connection error

I have recently created an Azure Virtual Network to test connectivity between a VM on Azure with a client server on premise (point-to-site connection). First I followed the tutorial here: https://...
3thanZ's user avatar
  • 133
11 votes
2 answers
12k views

Azure - difference between service endpoint and private endpoint in simple terms

I am not able to understand the difference between service endpoints and private endpoints clearly. Need help preferably with an example.
user961's user avatar
  • 533
11 votes
2 answers
19k views

Giving a DNS name to Azure Load Balancer

I have created a Load Balancer with public IP. Based on the documentation, I can access the LB with the following FQDN : 'LB name'.'region'.cloudapp.azure.com It is not working. When you create a ...
Moshe's user avatar
  • 111
11 votes
1 answer
32k views

How to reference a data source from a module to another module and pass it as a variable to root module?

I have terraform directory structure as below: terraform/ main.tf modules outputs.tf provider.tf variables.tf ./modules: compute network resourcegroup ./modules/compute: main.tf outputs.tf ...
learner's user avatar
  • 2,720
10 votes
2 answers
6k views

Configuring CORS in a Terraform Azure App Service Resource

I have the following Terraform resource for configuring an Azure app service: resource "azurerm_app_service" "app_service" { name = "Test-App-Service-3479112" location = ...
Preston Martin's user avatar
10 votes
5 answers
3k views

how to speed up a query with partitionkey in azure table storage

How do we increase the speed of this query? We have approximately 100 consumers within the span of 1-2 minutes executing the following query. Each one of these runs represents 1 run of a consumption ...
Alex Gordon's user avatar
  • 59.4k
9 votes
2 answers
18k views

Why Azure reserves first four IP address of a subnet

As the question says, I want to know, why Azure reserves first four and the last IP address of a subnet?
Manjunath Rao's user avatar
9 votes
3 answers
18k views

How to ssh to Azure VM using private IP address from internet

I'm new to Azure. Just deployed an Ubuntu VM but thought I'd only create a private IP address, no public IP. How do I ssh from my laptop at home to the Azure VM using the 10.x.x.x IP address? I'...
SeaDude's user avatar
  • 3,944
8 votes
2 answers
9k views

Connection timeout port 80 on new Azure VM with NSG rules configured

I just created a new Ubuntu 14.04 virtual machine in Microsoft Azure using the (recommended) resource manager deployment model. The following screenshots show the deployment configuration and the ...
Nikolaj Dam Larsen's user avatar
8 votes
1 answer
2k views

Can address space of VNET in different region overlap?

I just created a new VNET with address space 10.0.0.0/16 on West US, but got an warning on Azure portal says, The address space '10.0.0.0/16' overlaps with '10.0.0.0/16' in virtual network xxx. The ...
Youxu's user avatar
  • 1,060
7 votes
4 answers
11k views

Azure WebApp Static Outbound IP

I am trying to solve a problem. I have to access APIs that are hosted on my on premises server (on-prem) from Azure hosted Web API. The problem is that my on-prem server only allows white listed IPs....
Shabir jan's user avatar
  • 2,357
7 votes
3 answers
4k views

How to enable interactive authoring while deploying Data Factory Azure IR on managed vNet through Terraform?

I am using below Terraform code to deploy Data factory Azure IR in managed virtual network: resource "azurerm_data_factory_integration_runtime_azure" "ManagedIR" { name ...
Aniket Karajgikar's user avatar
7 votes
1 answer
2k views

How configure a static outbound IP for Azure Container Instances [closed]

I have to sync some data via a static outbound IP that I need to whitelist with the data provider beforehand. For this reason, I would like to configure a static outbound IP address for an ACI (Azure ...
NoNameProvided's user avatar
6 votes
2 answers
5k views

Connection timeout to MongoDb on Azure VM

I have some timeout problems when connecting my Azure Web App to a MongoDb hosted on a Azure VM. 2015-12-19T15:57:47.330+0100 I NETWORK Socket recv() errno:10060 A connection attempt failed ...
Davide Icardi's user avatar
6 votes
1 answer
12k views

How to output resource id in bicep

How to output resource id in bicep, while creating the subnet how do we get the output string, virtual network syntax s shown below resource virtualNetwork 'Microsoft.Network/virtualNetworks@2019-11-...
cloudcop's user avatar
  • 1,017
6 votes
2 answers
18k views

Terraform reports 'No module called "name of the module" is declared' in "root" module

I have done exploration and I want to stick customized module concept rather than to use the Azure public registry of modules. Source code location is here https://github.com/ameyaagashe/...
learner's user avatar
  • 2,720
6 votes
2 answers
14k views

Should I use IP addresses from the Gateway Subnet in an Azure VPN?

I am configuring an Azure VPN with site-to-site connectivity to a large enterprise customer. I have configured the following address space: Now the customer has asked "Could you please send us ...
TrevorJ's user avatar
  • 544
6 votes
3 answers
12k views

Azure: Error while using Azure virtual network, It says subnet is not valid in virtual network

$rg1="firstyear-rg-01" $loc="eastasia" New-AzResourceGroup -name $rg1 -location $loc $ec1 = New-AzVirtualNetworkSubnetConfig -Name "ec-lab-sn-01" -AddressPrefix "10....
Kunal Bandooni's user avatar
6 votes
4 answers
12k views

How to create a Virtual Machine in Microsoft Azure without PUBLIC VIRTUAL IP (VIP) address?

Is there any way to create a virtual machine without Public IP address in Windows Azure? Even if you are creating a VM in virtual network we cannot control the Public IP assigned by Azure. Is there ...
Nithin's user avatar
  • 9,849
6 votes
4 answers
4k views

Azure - Virtual Network does not exist when deploy to Cloud Service

I tried to add Cloud Service (classic) to Virtual Network (classic), but an error appears when I deploy (new portal - Update your deployment): The update deployment operation failed for the domain ...
ButterBeast's user avatar
6 votes
2 answers
5k views

Azure Web App VNet integration to Storage account with Private Link

I have an API on an Azure App Service (S1) on which I configured VNet Integration (subnet 10.240.0.32/27). I also have a storage account on which I configured a Private Link (subnet 10.240.0.0/27 and ...
E. Staal's user avatar
  • 547
6 votes
1 answer
6k views

Creating subnet per availability zones in Azure using terraform

I am trying to create subnets per availability zones in Azure using terraform. I am using the code below to create a subnet. resource "azurerm_subnet" "public_subnet" { name ...
Muneesh DuRaipandi's user avatar
6 votes
3 answers
9k views

Cannot Delete Virtual Network Gateway in Azure

I am attempting to delete a virtual network in Azure. When I use the web interface to delete it, it says Virtual network 'MyVirtualNetwork' is in use and cannot be deleted. If you recently deleted ...
user3557943's user avatar
6 votes
1 answer
10k views

Azure vnet / subnet list connected devices

I'm trying to write a PowerShell script that lists me all connected devices with there ips in my subnets in all VNets in all subscriptions. UPDATE the below script works, scroll down for original ...
E. Staal's user avatar
  • 547
6 votes
1 answer
5k views

Right way to create staging and Prod environment in Azure

We want to create two environments on Azure. These two environments will be used as Staging and Production, but we want to be able swap between them very easily, so staging can act like prod and vice ...
user217648's user avatar
  • 3,408
6 votes
2 answers
3k views

Unable to allocate the required address spaces

While deploying a new Web Role on Windows Azure i am getting this error: Unable to allocate the required address spaces for the deployment in a new or predefined subnet that is contained within the ...
Raimond Kuipers's user avatar
6 votes
2 answers
7k views

How to move a Windows Azure VM to a different affinity group?

I created a VM in Windows Azure's West US data center. Now I find out it requires frequent connection with another VM I created on another machine in Windows Azure's East US data center. The second ...
Albert Cheng's user avatar
5 votes
3 answers
26k views

Move a Microsoft Azure VM to a Different Subnet Within a vNet

Can't we Move a Microsoft Azure VM to a Different Subnet Within a vNet using the azure new portal or the azure classic portal ? if not possible through portal then how to do so ?then how to edit the ...
Mohamed Uvais M's user avatar
5 votes
2 answers
26k views

How to restore deleted azure resource groups

One of my resource groups has been deleted by mistake. I am unable to find any option in the azure portal to restore it. Is there any option available to restore deleted resource groups?
Mohammad Arshad Alam's user avatar
5 votes
1 answer
9k views

Azure VNet and address space

Just started learning Azure Virtual Network. Following excerpt is about Address Space as defined here: VNet Address Space. Question: When you say a VNet has an address space 10.0.0.0/16, what does it ...
nam's user avatar
  • 23k
5 votes
2 answers
11k views

Terraform Azure network security

I'm trying to configure a network security rule for a network security group in Azure via Terraform with multiple source addresses. Based on the documentation https://www.terraform.io/docs/providers/...
Parvez's user avatar
  • 157
5 votes
2 answers
7k views

How to rename Azure ARM VNET

I have an existing ARM VNET that I would like to rename, how can this be accomplished? Renaming does not seem to be possible from within the Azure portal, and I haven't discovered any PowerShell ...
JTW's user avatar
  • 3,645
5 votes
1 answer
5k views

Azure WebApp - Get Private IP of a service connected on VNET

I have a Azure WebApp inside the VPN. When I go on networking I see the connection like this: When I click on "Click here to configure"it appears to be up & running: So, everything appears OK. ...
Ziba Leah's user avatar
  • 2,494
5 votes
2 answers
13k views

Can I give internet access to a azure VM, without a public IP?

I have 3 debian VM on azure, one of them have a public IP with which it goes online (VM_1), and the others only have the internal network(VM_2, VM_3). Can I give access to my VM_2 or VM_3, through ...
Xove's user avatar
  • 51
5 votes
1 answer
4k views

Access a Cosmos DB in a virtual network from a Function app

Apologies for the long post, but I've been working for days on this issue and I can't seem to find the solution. Situation I want to restrict access to a Cosmos DB in Azure by placing it in a ...
G.Smulders's user avatar
5 votes
2 answers
1k views

Azure Data Factory can't access HDInsight cluster in IP restricted VNet

I have a HDInsight Hadoop cluster (Linux, deployed separately) on Azure VNet (restricting client IPs using NSG). Azure SQL firewall has an option called "Allow access to Azure services", which ...
Valdas M's user avatar
  • 113
5 votes
1 answer
9k views

Azure VM public static outbound IP

I have written a small service to grab files from one ftp server, edit them, and then send them to another ftp server. The catch being the ftp server being sent to requires a white-list of IP's. Now I ...
Brennen Sprimont's user avatar
5 votes
2 answers
3k views

Vnet between Virtual Machine and App Service in Azure

I cannot figure out how to connect a Web App (App Service) to a Virtual Machine in Azure. I've create a VNet from the Web App configuration panel. All items are created using the Resource Management ...
Waaghals's user avatar
  • 2,419
5 votes
2 answers
13k views

Public Static IP for Azure VM [closed]

Is there any ways to assign public static IP for Azure VM? Do I have to do through the Azure Virtual Network or I need to do it when setting up the VM? Would appreciate that if somebody could provide ...
wendy's user avatar
  • 105
5 votes
1 answer
921 views

Azure Databricks: Error with custom library on cluster in VNet

We are using Azure Databricks with a single-node cluster in a VNet (Runtime Version 10.4 LTS). We also need to use a custom/private python module (wheel). After the library is installed on the cluster,...
AlexWeh's user avatar
  • 53

1
2 3 4 5
27