- Lab
- A Cloud Guru
Deploying a Linux Virtual Machine with Cloud-Init
In this lab, we'll deploy two virtual machines. For one, we'll be using Azure Deployment Wizard, and for the other we'll use Azure CLI. For each of these machines, we'll use `cloud-init` to pre-update our VMs before we connect to ensure they're ready for use at first login. Not only will we go over how to use `cloud-init`, we'll also walk through how you can craft a `cloud-init` file using the Azure Cloud Shell.
Path Info
Table of Contents
-
Challenge
Deploy a VM & Configure it Using Cloud-Init from the Azure Console
Our first goal is to show how to use
cloud-init
even in one-off deployments where you may just want to get some of the busy work for your server taken care of at deployment time. To do this, we'll deploy a basic server and usecloud-init
to get the server patches up-to-date before we even log in to it. -
Challenge
Deploy a VM & Configure it Using Cloud-Init using the Azure Cloud Shell and Azure CLI
The second goal of this lab will essentially recreate the steps of the first, using the Azure CLI and a
cloud-init
command file that can be used repeatedly for other servers. Students will learn how to create acloud-init
command file in the Azure Cloud Shell and how to use that file when deploying using the command line.
What's a lab?
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.