List of Figures

 

Chapter 1. Before you begin

Figure 1.1. To follow along with all the exercises in this book, create a free Azure account if you don’t already have one.

Figure 1.2. Complete Azure account sign-up information

Figure 1.3. The Azure portal, ready for you to create your own applications and solutions

Figure 1.4. Pizza as a Service model. As you move from homemade pizza, where you provide everything, to the restaurant model, where you just show up, the responsibilities and management demands change accordingly.

Figure 1.5. Cloud computing service model

Figure 1.6. Virtualization in action on a physical host in Azure

Figure 1.7. The Azure Cloud Shell in the web-based portal

Chapter 2. Creating a virtual machine

Figure 2.1. In this chapter, you create a basic VM, log in to install a web server, and then open a network port to allow customers to browse to the sample website.

Figure 2.2. Select and launch the Cloud Shell in the Azure portal by selecting the shell icon.

Figure 2.3. The exercises in this book mostly use the Bash version of the Cloud Shell. The first time you access the Cloud Shell, it will probably load the PowerShell shell. Select the Bash version, and then wait a few seconds for Azure to switch the shell. Each time you access the Cloud Shell after this change, the Bash version should load automatically.

Figure 2.4. An SSH key pair created in the Azure Cloud Shell with the ssh-keygen command