The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
3 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 ...
0
votes
0answers
89 views

Windows Azure Point-to-Site connection error(Error code : -2147023660)

I have recently set up Point-to-Site VPN in Azure Virtual Network to connect a VM on Azure from my laptop and was able to connect to VMs that I created in Azure Virtual Network via Remote Desktop ...
0
votes
0answers
29 views

Connect to VPN from Windows Azure

We have a SMS provider that gives us access to their SMPP Server. The only problem is that, for security reasons (estipulated by this provider), we need to use a VPN connection. That is: once there ...
0
votes
0answers
19 views

Azure Web Role in Azure Virtual Network can't access SQL Azure in same region (West US)

I have a Web Role that needs access to a SQL Server on premise as well as a SQL Azure, hence we created an Azure Virtual Network for a Site-to-Site connection. I have a few outstanding issues: The ...
1
vote
1answer
77 views

How to setup Azure Connect?

I'm trying to setup Azure Connect so my worker role in the cloud can access my SQL Server database on my private premises. I've followed the articles here, here and here, but they all seem outdated. ...
0
votes
1answer
90 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: ...
-1
votes
1answer
50 views

Is it possible to create one VPN across 2 data-centers in EC2/Azure? [closed]

I need to create a VPN across 2 different data-centers in Amazon EC2 (or Azure data-centers). My goal is to let each VM inside the VPN to be able to contact all other VM's using their private IPs, ...
0
votes
1answer
81 views

Azure Virtual Networks - Supplying a non-existant DNS server

I am busy creating a Virtual Network so that my Azure VMs can communicate with each other. I'm currently on the screen (screen shot below) where I need to specify a DNS Server address. At this point ...
0
votes
3answers
299 views

Connection string for Azure Web-Role connecting to SQL Server on a Virtual Machine

I am using the following connection string to connect an Azure Web-Role to an instance of SQL running on a Virtual Machine. It's working fine! <add key="VMConnectionString" ...
1
vote
1answer
399 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 ...
1
vote
1answer
490 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 ...
0
votes
1answer
133 views

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 ...
0
votes
0answers
44 views

Azure, deploying a Windows Server 2008 VM in a virtual network

I don't know if someone here has deployed recently a Window Server 2008 inside a virtual network on Azure. I tried several times yesterday and today but I was not able to start the VM once created. I ...
1
vote
0answers
39 views

Dedicated worker cache role stuck in busy only when using virtual network

I have an Azure service that contains a dedicated cache worker role. When a NetworkConfiguration section is added to the cscfg file, which specifies our virtual network, the cache role does not ...
1
vote
1answer
125 views

Networking between Virtual Machines in a Virtual Network

I have set up file sharing and SQL Server instance connectivity between two VMs (testPC01, testPC02) in a Virtual Network on Azure. The problem is that I cannot connect between these VMs by name ...
0
votes
2answers
144 views

Connecting to an Azure Virtual Network from PC

We have a Virtual Network of VMs, storage accounts and websites hosted and working together in the Azure cloud. Is it possible to connect my work/home PC to this Virtual Network using some VPN ...
0
votes
2answers
105 views

One or multiple Affinity Groups for separate environments?

I have a Test, Staging and Production environment (several storage accounts and VMs in each). Does it make sense to have them all based in one Affinity Group or across 3 separate Affinity Groups? ...
1
vote
1answer
791 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 ...
0
votes
1answer
744 views

Difference between Azure Connect and Azure Virtual Network?

Azure Connect is a service found on the older Azure.com portal and allows connectivity between on-premise and cloud servers/roles/resources. It creates a virtual IP (overlayyed) network - pretty much ...
0
votes
1answer
143 views

open mysql port to only frontend machine in Windows Azure

I have two virtual machines in my Azure deployment. The first is my frontend web VM instance and the second is a VM instance with a mysql database. Is it possible to define a network topology such ...
1
vote
2answers
294 views

Cannot connect to Windows Azure virtual network with netgear router [closed]

Has anyone sucessfully connected to a Windows Azure Virtual network using a Netgear router? I am attempting to connect to a Windows Azure virtual network using a Netgear FVS318G VPN firewall router. ...
0
votes
1answer
109 views

How do i create multiple Virtual machines under the same cloud service in Azure?

I am trying to created many virtual machines under a cloud service. But i am not able to create more than two !! It gives an error telling deployment slot already taken.Even if i change the ...
1
vote
2answers
1k views

How to add an exisiting Linux virtual machine to virtual network in Azure

I have configured a CMS solution in my Linux Virtual Machine on Azure and want to add this VM with my Virtual Netork. I am unable to add my existing Linux Virual machine to Virtual Network. Any help ...
2
votes
3answers
2k views

VPN connection from enterprise to windows azure

My application is hosted in Windows Azure. I have partnered with enterprise to offer service to their customers. However , they require VPN connection between us (in the cloud) and their enterprise ...