Create a machine on Azure
Create a virtual machine in azure with Ubuntu 16.04
Name: yourName
Disk type: ssd
Username: ubuntu
Copy paste the result of `cat ~/.ssh/id_rsa.pub` into ssh key textarea
Leave the other defaults alone
Resource group > use existing > your_resource_group
Location > Southeast Asia
Other locations will not have some key presets configured so selecting something else will mean extra configuration that’s not documented here at the moment.
Size
Choose: Standard DS1_v2 (1 vcpus, 3.5 GB memory)(search if not visible)
There are other options but they might be overkill
Standard F4s (4 vcpus, 8 GB memory)
Standard DS2_v2 (2 vcpus, 7 GB memory)
Disk Size > 128
Select public inbound ports: HTTP, HTTPS, SSH
Map the new IP to FQDN via cloudflare (use dns-only setting).
Last updated