Cant connect to Linux VM on Azure - azure

I have created a new Ubuntu VM running Docker on Azure . I have used password as the means of Authentication method . I have received the message that VM has been created is is running . However the Connect button is disabled and only Restart and Stop are enabled . Im not sure how to resolve this issue.

RDP (Remote Desktop Protocol) is a proprietary protocol used for Windows. How can we use RDP to connect to a Linux VM (virtual machine) remotely? so you can not connect Linux VM in remotely
You'll need to install an SSH client on the computer you want to use to log on to the virtual machine. There are many SSH client programs that you can choose from.
please follow below link:-
https://azure.microsoft.com/en-in/documentation/articles/virtual-machines-linux-classic-log-on/
https://azure.microsoft.com/en-in/documentation/articles/virtual-machines-linux-classic-remote-desktop/
http://www.codeproject.com/Articles/682948/Remote-desktop-connection-to-Ubuntu-VM-in-the-Azur

Related

How to connect my local USB port with Azure virtual machine in Ubuntu?

I am new to Azure, I want to connect my local USB port to Azure VM (for debugging apps in android studio), how can I do this?
I am using AZURE Windows VM on my Ubuntu through Remmina.
Not sure, you may look up the supported RDP Plugin features for connecting to your local USB port through Remmina.
As a workaround, if you want to redirect local ports to your Azure Windows VM, it's recommended to use Microsoft RDP client. Then you can simply go to Local Resources---Mores---Ports in a Remote Desktop Connection. Read this for more details and upvote this for similar features request.

Connect to Azure VM in Portal

I have seen tutorials on how to connect to a Data Science VM (running Linux) in the web-portal. Just click connect, and it will download a desktop client. However, I get the following message:
*To connect to your Linux virtual machine using SSH, use the following command: ssh testuser#IP.Address
When you click Connect for a Windows VM, your browser will download an RDP file for you to use. To connect to a Linux VM, either
Install a desktop SSH client like putty and connect with your VM settings, or
Start the Azure Cloud Shell inside the Portal, then run the SSH command you received when you clicked Connect.

Could not connect to linux VM in Microsoft Azure

How do I connect to a linux box in microsoft azure portal. The "connect" link is disabled.
It says you can not connect as it is not a windows server.
But there is no way I could connect to the newly created vm nor there is a suggestion.
You cannot directly remote desktop to Linux VM in Azure. Only the servers with GUI can be connected using connect button. You might need to enable GUI in your Linux VM first to enable connect button.
To connect to newly created Linux VM use SSH.
For Windows use - http://www.putty.org/
For Linux and Mac - Open terminal and enter command ssh ip-address
For example ssh 52.1.3.102
Edit :
Enabling GUI in Linux : https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-linux-classic-remote-desktop/

Unable to connect to Azure Virtual Machine

I created a virtual machine using an Ubuntu image with Discourse preloaded from the Azure gallery. After the automatic setup completed, I can see that the VM is running but I can't connect to it in order to view the machine remotely. I don't see any setting that can resolve this for me. Does anyone know what is happening?
You should use a client like Bitvise SSH Client, which is recommended by Microsoft, to perform tasks on your ubuntu VM.

Use UltraVNC with Azure Windows VM

I have a azure VM and when it's running I can connect to it using remote desktop. But when I try to use UltraVNC (already setup) to connect, I just get black screen.
If rdp is also running my UltraVNC works fine.
to access remote desktop, you need to have RDP endpoint open. once you choose remote desktop option, port 3389 is open to public.
you need to configure UltraVNC endpoint.

Resources