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)

The deployment process

The deployment process for your users is as follows

  1. The user logs in to the Azure portal and clicks on Create a resource to search for Service Catalog Managed Application:
Service catalog managed applications overview
  1. After the user clicks on Create, the defined values for our managed application have to be entered by the user. As of the type of deployment, the chosen resource group has to be empty (because of the nature of the managed application permissions):
Managed application deployment basic parameters
  1. After entering the values of the parameters of the Basics section, the user has to enter the credentials for our VM deployment:
Entering the parameters for the credentials step
  1. Once this step is completed, the values for our VM settings have to be entered:
VM settings during deployment
  1. The VM settings are then followed by the endpoint configuration for our public IP address:
Endpoint settings for the public IP address
  1. After all values have been...