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)

Management groups

The most important preparation in Azure Active Directory (AAD) to enable governance is to create the required management groups, as they define the scope of management and administration as the next level under the Subscriptions tab. Otherwise, this would be the maximum level of scope depth.

Azure Management Groups is - so to speak the part where all features that are currently available only in the "Enterprise Agreement Portal (EA Portal)", which will be discommissioned during the next months.

This configuration is part of the Azure AD features. You can configure it as shown in the following screenshot:

This feature needs to be enabled globally from an Azure AD Global Administrator. Afterward, the configuration can continue by searching for Management groups in All services in the Azure portal:

If no management group is configured, the Start using management groups button needs to be pressed in order to continue:

The required...