Questions tagged [azure-networking]

Questions related to azure networking: Virtual Networks, Load Balancers, routes, gatewayes and vpn/expressroute

334 questions
3
votes
1 answer

How can I configure an Azure VM to act as a proxy for connecting to SQL Database over a Service Endpoint?

Currently, Azure does not allow for SQL Databases to be accessed through a Service Endpoint over a VPN Gateway. My idea to circumvent this limitation is to set up an Azure VM to function as a proxy so that all communication with the SQL Database…
3
votes
2 answers

How to give an Azure SQL DB instance a private IP?

I have an Azure SQL DB. Is it possible to give it a local IP address for connections from within my network and vnet so that it forces the traffic over expressroute?
Neil P
  • 175
  • 1
  • 2
  • 6
3
votes
1 answer

Hosting Active Directory over Azure VM to connect clients without vpn

We(a small organization) are deploying an Azure VM as Active Directory Domain Controller. Now we want to add clients to this active directory and looking at the network/connectivity solutions. Have users working from many sites, and outside premises…
3
votes
1 answer

Azure Disks-Adding disk without stopping it

Can anyone help me to know if we can add disk to azure vm without shutting it down or stopping the VM?
2
votes
1 answer

Windows 10 control for multiple remote offices storefront locations

Our company has a small central office with about 8 staff where we manage 20+ small remote stores. Each remote store has 2-3 PCs running Windows 10. We do not need file sharing as we use G Suite. We do need central control of user authentication,…
2
votes
2 answers

Azure DNS - On Prem to Azure via VPN - Keeping things internal?

We have a VPN that connects our onsite network to an Azure VNET. We want to delegate a DNS subdomain from our onsite DNS to our Azure DNS. If we use the Azure public DNS then we are given four Azure DNS servers with public ip addresses but what we…
2
votes
1 answer

Is this Windows server to server file copy speed acceptable with Azure?

This is just a quick question to check file IO relative performance in Azure. My client has a small three-VM set-up: domain controller, file server and XenApp application server - connected via a virtual network. They are experiencing slow access…
Rob Nicholson
  • 1,678
  • 8
  • 27
  • 53
2
votes
2 answers

Azure VM cannot access itself via its public IP

I just completed migrating an Azure VM to a new region. I did this by exporting the VM's disks to a storage account in the new region and then creating new disks based on those images and then a new VM in the new region. Previously, the VM was able…
fdmillion
  • 389
  • 7
  • 14
2
votes
1 answer

Restrict traffic between peered VNETs in Azure

I'm working with Azure, and I have 2 VNETs, each in its own resource group Peering + | | …
Cocowalla
  • 623
  • 5
  • 16
2
votes
2 answers

Azure Network Interface, change "Primary" IP configuration

I have an Azure VM with multiple static IP addresses. I had to delete and recreate the VM a couple times due to lost connectivity, and ended up with this IP Configuration: It automatically assigned 10.0.0.12 as "Primary" but I would like to make…
Josh Bula
  • 133
  • 1
  • 4
2
votes
0 answers

Azure classic migration errors

We're trying to migrate a couple of classic VMs in classic vnet over to ARM ('non-classic'). I've been following the Microsoft powershell migration steps here but the migration (and validation) fails with the message: "An unknown error occurred…
2
votes
3 answers

inter-cloud vpn tunneling (AWS and Azure)

I'm trying to establish a VPN site-to-site between a VPC in Amazon Web Services and a VNet in Microsoft Azure. For that I'd like to use AWS' Virtual Private Gateway on one side and Azure's Virtual Network Gateway on the other side. Is that possible?…
2
votes
2 answers

Cannot create a CAA record in Azure DNS

CAA records were introduced to Azure DNS in November 2017. Today, I attempted to add one to a new DNS zone I created in US East 2. I used the cloud Powershell so I wouldn't have to wrestle with AzureRM module version problems. $records =…
Larry Silverman
  • 547
  • 6
  • 12
2
votes
1 answer

Azure App Service S2 network bandwidth

How can I find out the network bandwidth/throughput for an Azure App Service S2 Windows host? Microsoft do not seem to publish this information about app services anywhere, but we have been asked to provide this for a client. I did read somewhere…
A Hickton
  • 21
  • 2
2
votes
2 answers

Azure VM Nested Hyper-V VM Network Configuration

I'm trying to figure out how to share the internet connection from my HOST Azure VM to the VM's withing Hyper-V inside the HOST VM. I've added two network interfaces to the HOST Azure VM each with static IP's configured. Upon creating my Virtual…
UserSN
  • 157
  • 3
  • 16
1
2
3
22 23