I was given the task of getting an instance of our software working on Azure. I was handed two virtual machines: one for IIS, one for SQL server. So far, so good. I was able to get those components working. Then I needed to connect to SQL Server from the IIS box. However, in the management console, there were no virtual networks set up. Although, both machines are connected on "Network 3". So, I followed the help on setting up Virtual Networking, but the help says that I need to have set up virtual networking BEFORE I deploy the virtual machines.
So, what am I supposed to do? How can I tell if the machines are already on the same network? How can I redeploy the machines so that they are on the same virtual network?