This documentation describes in a step by step guide how to set up a perfect developer's dream machine in Azure.
If you have a MSDN subscription you can can use this machine to burn the free amount of azure credits you get every month. :-)
It's all pretty easy. Here's what you want to do step by step:
Go to http://portal.azure.com and log in. If you don't have an account yet, create one. We don't go into details here how to create an account. I'm pretty sure you get this done.
Create the virtual machine based on a template in the gallery. There are plenty of templates. For now we select the Windows 10 machine with installed developer tools.
The easiest way to find this template is to filter for Windows 10. Select the template that has the devtools installed and click "create".
As always when setting up a machine you need a name for the machine, a user name for the admin account and a password. Here's a tip: Think about a naming convention for your machines. You might end up having multiple of them soon. How about: YourAcronym+OperationSystem ? Feel free to be creative!
Now select the "Pricing Teer" button. You can choose different hardware configurations here. Make sure to click "View all" if you don't find the machine you're looking for. How about a PC with 8 cores and 28GB Ram? It's up to you. Next to the configurations you can choose you find estimated costs for this machine when the machine runs 24/7 for one month. If you fire up your machine just for a few days it will be cheaper. If you are running within an MSDN subscription your account is set up to not exceed the free monthly credits per default. The worst thing that could happen is that your machine wouldn't run until the beginning of the next month. It's also possible to change the hardware configuration later. Even if the machine did already run. Did you find your configuration? Click "Select" and then "Create". This creates your machine (and might take a few minutes).
A direct link to your machine can be found on the startscreen of the azure portal. If you don't find it, you can search for it by clicking "Browse All". Then search for the machine name you provided. When you found it, press the Start button.
After a short while (ca. 1 minute) the connect button will be enabled. Click it to open a remote desktop connection to the virtual machine. Save the Link on your desktop for later use. Then log in with the credentials provided earlier.
Remote Desktop to virtual machines supports multiple monitors! Just right click the .rdp file you saved on the desktop before, click edit select the "Display" tab and check the box to use all your monitors.
If you want to connect with a Microsoft account on your virtual machine, just create a new user, put the new user in the group of administrators (to make sure remote desktop works) and then log in as the new user. Afterwards you can connect the new user account with the Microsoft account.
Be aware that Windows will automatically sync settings - this might make your VM look like your physical PC. I recommend disabling sync of themes to the virtual machine to be aware of what machine you're working on.
That's it! Have fun!
Pro-Tip: Malte Lantin recorded an MVA course showing additonal ways to spend your azure credits: http://www.microsoftvirtualacademy.com/training-courses/microsoft-azure-als-kostenfreie-test-entwicklungsumgebung-f-r-msdn-abonnenten
Daniel