Book Image

Hands-On Linux Administration on Azure - Second Edition

By : Kamesh Ganesan, Rithin Skaria, Frederik Vos
Book Image

Hands-On Linux Administration on Azure - Second Edition

By: Kamesh Ganesan, Rithin Skaria, Frederik Vos

Overview of this book

Thanks to its flexibility in delivering scalable cloud solutions, Microsoft Azure is a suitable platform for managing all your workloads. You can use it to implement Linux virtual machines and containers, and to create applications in open source languages with open APIs. This Linux administration book first takes you through the fundamentals of Linux and Azure to prepare you for the more advanced Linux features in later chapters. With the help of real-world examples, you’ll learn how to deploy virtual machines (VMs) in Azure, expand their capabilities, and manage them efficiently. You will manage containers and use them to run applications reliably, and in the concluding chapter, you'll explore troubleshooting techniques using a variety of open source tools. By the end of this book, you'll be proficient in administering Linux on Azure and leveraging the tools required for deployment.
Table of Contents (14 chapters)
13
Index

Summary

With the knowledge gained in this chapter, you should now have a better understanding of the things you encountered in Chapter 2, Getting Started with the Azure Cloud.

In this chapter, we explored all the Azure components that are needed before you can create your workload in Azure:

  • You'll need a storage account for the VM boot diagnostic extension.
  • You'll want a storage account to store data outside your VM.
  • Networking components are needed to be able to communicate with your VM, enable communication between your machines, and for the VM to be able to reach the internet.

The steps we have discussed so far will be very useful for you to understand the components related to VMs and also how each of those components is deployed in Azure. We started with storage solutions in Azure and then covered networking as well. We hope this gave you an idea of how these components come together to provide service delivery.

In the next chapter, we will...