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)

A-series VMs

A-series VMs are divided into two categories. The first one is basic and the second is standard, which is also the class of all other VM series.

A-series VMs are very common and Microsoft deploys them over a variety of hardware types and CPUs. The performance of an A-series VM is throttled, based upon the hardware, to offer consistent processor performance for the running instance, regardless of the hardware.

The differences between Azure A-series basic and standard are the following:

  • Availability: Basic tier VMs are only available in small A0-A4 instances for testing purposes; standard tier VMs are available on all size instances and regions.
  • Disk IOPS: Data disk IOPS for basic tier VMs are up to 300 lower than standard tier VMs, which have up to 500 IOPS for the data disk.
  • Price: The price of a single tier VMs can be up to 27% less expensive than standard tier VMs.
  • Feature cut: Basic tier VMs do not include load balancing or auto-scaling options. To achieve those features...