Book Image

Implementing Azure Solutions - Second Edition

By : Florian Klaffenbach, Markus Klein, Sebastian Hoppe, Oliver Michalski, Jan-Henrik Damaschke
Book Image

Implementing Azure Solutions - Second Edition

By: Florian Klaffenbach, Markus Klein, Sebastian Hoppe, Oliver Michalski, Jan-Henrik Damaschke

Overview of this book

<p>Microsoft Azure offers numerous solutions that can shape the future of any business. However, the major challenge that architects and administrators face lies in implementing these solutions. </p><p>Implementing Azure Solutions helps you overcome this challenge by enabling you to implement Azure Solutions effectively. The book begins by guiding you in choosing the backend structure for your solutions. You will then work with the Azure toolkit and learn how to use Azure Managed Apps to share your solutions with the Azure service catalog. The book then focuses on various implementation techniques and best practices such as implementing Azure Cloud Services by configuring, deploying, and managing cloud services. As you progress through the chapters, you’ll learn how to work with Azure-managed Kubernetes and Azure Container Services. </p><p>By the end of the book, you will be able to build robust cloud solutions on Azure.</p>
Table of Contents (14 chapters)

Managed disks

With its progress, Microsoft is changing and evolving the Azure environment, and recently added a new option for VMs in Azure. The option is called managed disks. These disks are abstracted from the storage account and storage account limitations.

You only have to specify the type, which can be standard or premium storage, and the size of the disk you need, and Azure creates and manages the disk. To get more info about managed disks, like pricing or currently available disk type, visit following part of the documentation. https://docs.microsoft.com/en-us/azure/virtual-machines/windows/managed-disks-overview. To create a VM with managed disks, you can do so during the deployment process, which we will go through later in this chapter:

If you want to manage the disks of a VM, you now can find a configuration blade in the VM settings, where you can edit the managed disks of the VM or click on  +Add data disk, as shown in the following screenshot:

...