Chapter 11 - Create Azure Linux VM
Deploy your first VM with Terraform
Small vm creation demo
Lines up with Git XX folder
- Create SSH keys -
ssh-keygen -m PEM -t rsa -b 4096 -C "azureuser@myserver" -f terraform-azure.pem
- Rename the pub file to terraform-azure.pub
- Create the resources
- Sign in with the private key
- Check to see if the website works on the public IP and DNS name..