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

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

Resources

1264 questions
34
votes
2 answers

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/receive/close (or its async versions) API. Yet…
DuckQueen
  • 772
  • 10
  • 62
  • 134
31
votes
3 answers

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 it be possible to make use of Azure Active…
29
votes
1 answer

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 in that it is only my VM that needs to connect to…
user2713516
  • 2,983
  • 5
  • 23
  • 49
17
votes
4 answers

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: I went to App Service -> Networking -> VNET…
15
votes
2 answers

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 as a SQL database server. While I can see that…
John
  • 429
  • 1
  • 3
  • 17
14
votes
2 answers

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. Please list deployment operations for details. Please…
Dzior
  • 1,485
  • 1
  • 14
  • 30
14
votes
4 answers

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 sample JSON code: { "comments":…
12
votes
5 answers

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.
11
votes
2 answers

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 VM, you have option when you click on the public IP…
Moshe
  • 111
  • 1
  • 1
  • 3
11
votes
2 answers

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 empty. I encountered this error when I tried to add…
Tom Deseyn
  • 1,735
  • 3
  • 17
  • 29
11
votes
4 answers

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:…
3thanZ
  • 133
  • 1
  • 1
  • 4
11
votes
3 answers

Access internet from Azure VM not working

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 Address Range 192.168.10.0 - 192.168.10.63 I've…
Paul Rowland
  • 8,244
  • 12
  • 55
  • 76
10
votes
1 answer

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 variables.tf ./modules/network: main.tf …
10
votes
5 answers

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 function. TableQuery
Alex Gordon
  • 57,446
  • 287
  • 670
  • 1,062
9
votes
1 answer

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.
1
2 3
84 85