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)
Implementing Azure Cloud Services

The subject of this chapter is Azure Cloud Services. Azure Cloud Services is the oldest part of the Azure platform and it has been available since its first preview, announced at the Microsoft Professional Developers Conference (PDC) 2008. Unlike a traditional VM with a hosted IIS, Azure Cloud Services is a Platform as a Service (PaaS) offer from Azure. The successor of Azure Cloud Services is Azure App Service.

What does a service like Azure Cloud Services that has been on offer for so long look like? This question is precisely what I will pursue now and we will examine Azure Cloud Services in detail.

In this chapter, we will cover the following topics:

  • Azure Cloud Service
  • Cloud service architecture
  • Diving deeper into the Cloud Services
  • Azure Cloud Services versus Azure App Services
  • Creating your first Azure Cloud Service