azure-virtual-network Questions

2

Solved

I have the following Terraform resource for configuring an Azure app service: resource "azurerm_app_service" "app_service" { name = "Test-App-Service-3479112" location = "${azurerm_resource_grou...
Gentoo asked 8/12, 2017 at 16:16

1

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 Vir...
Mehalek asked 27/2, 2019 at 8:29

2

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 ...
Richards asked 27/4, 2017 at 14:20

1

Solved

I have to restrict public access to my Azure app service, Hence I have implemented IP whitelist in web config. Is it required to whitelist the Azure datacenter IP ranges? My app service uses Azure ...

1

Solved

I made an App Service (S1) and then from the Networking blade created a VNet Integration using the documentation here. The connection looks like Then I made a Storage Account and under the Firewal...

2

Solved

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/provid...

2

Solved

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 e...
Churchyard asked 23/3, 2016 at 11:28

1

Solved

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-directiona...
Heald asked 10/5, 2017 at 10:29

4

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://...
Imprimatur asked 1/5, 2013 at 15:16

3

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...
Ailis asked 21/4, 2014 at 20:30

1

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 vi...

1

Solved

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...
Sluiter asked 24/1, 2017 at 10:58

3

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 th...

2

Solved

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 r...

3

Solved

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. Wi...

2

Solved

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 ac...
Withdrew asked 21/12, 2012 at 19:3

2

Solved

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 bec...

2

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...
Halyard asked 17/5, 2013 at 7:42

2

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/r...
Potassium asked 26/4, 2015 at 15:48

3

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 ...
Hertz asked 27/2, 2013 at 4:53

2

Solved

I have created a couple of Virtual Networks on my Azure account. All of them have point-to-site connectivity enabled. But I dont have any connections actively connected to the network. When I go to...
Ravishing asked 23/9, 2013 at 6:27

2

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...
Urbai asked 9/3, 2013 at 0:51

© 2022 - 2024 — McMap. All rights reserved.