We'll create an Ubuntu build server in Azure and use SSH to run docker commands. You should be able to SSH from your local machine. If you're unsure if SSH will work on your machine, open a terminal and try running the following command:
ssh [email protected]
It should fail, but this confirms that you can SSH into an Azure-hosted VM.
[email protected]: Permission denied (publickey).