I am trying to setup a custom Linux VM in MS Azure. I found a guide, pointing out that there are Azure-ready Ubuntu Images to be found here:
http://cloud-images.ubuntu.com/
What I did so far:
- Downloaded the Trusty Tahr .vhd.zip file from their website.
- Unpacked it and uploaded it to a BLOB Storage using Azure Managament Studio
- Created a new Virtual Disk using the stored .vhd file
- Created a VM that used the new Disk.
It seems to boot just fine, but when I try to SSH onto its public ip adress it gives me: "Server Unexptectedly closed connection".
If I create a Linux VM from the existing MS-Azure Templates everything works fine, so it doesn't seem to be a network problem on my end.
Anyone done this before? Are there steps that must be done PRIOR to uploading the image to azure?
I've never done this before so a verified step-by-step guide would be highly appriciated.
Thanks in advance!
Regards, Flo
UPDATE:
I updated my resource group with a security group, in which i defined an ssh-in rule. I then linked my VM's Nic to that Group. Heres the inbound rule:
ssh-in rule I am still getting a timeout when I try to connect via putty over ssh.