Setup box on Azure
Setup box on Azure
Login to Azure and create a machine
You can use a personal account to do this, or
request access to your company's account, or
ask your company's devops team to do this on your behalf.
After the new machine is ready, make sure:
You know its IP address.
Optionally, we recommend that you map your
<machine-ip>
to a friendly domain name like<myName-cloud-box-1.domain.com>
If you have a CloudFlare account, use it.
Configure cloudflare for DNS only. Bypass any HTTP related CDN.
This may take some time to take effect and will hopefully be ready for you to use by the time you finish rest of the steps.
Use
ssh
to login:either:
ssh <username>@<machine-ip>
or:
ssh <username>@<myName-cloud-box-1.domain.com>
Install
docker-compose
on your cloud box. You can copy-paste the following script, which is a multi-line command and it will "just work."At this point you have a powerful and scalable setup. We will put it to good use as we explore various exercises in this training guide.
Last updated