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)
Deploying and Synchronizing Azure Active Directory

As the quantity of cloud services increases, identity management and security, as well as access policies within cloud environments and cloud services, are becoming even more essential.

The Microsoft central instance for identity management for all Microsoft cloud services is Azure Active Directory (AD). Every subscription, contract, security policy, or identity Microsoft provides for their cloud services is based on Azure AD, which is also called Microsoft Tenant.

In this chapter, you will learn the basics of Azure AD, and how you implement Azure AD and hybrid Azure AD when connecting to Active Directory Domain Services (AD DS).

We are going to explore the following topics:

  • Azure AD overview
  • Azure AD subscription options
  • Azure AD deployment
  • Azure AD user and subscription management
  • How to deploy Azure AD hybrid identities with...