Book Image

Implementing Azure Solutions

By : Florian Klaffenbach, Oliver Michalski, Jan-Henrik Damaschke
Book Image

Implementing Azure Solutions

By: Florian Klaffenbach, Oliver Michalski, Jan-Henrik Damaschke

Overview of this book

Microsoft Azure has numerous effective solutions that shape the future of any business. However, the major challenge that architects and administrators face are implementing these solutions appropriately. Our book focuses on various implementation scenarios that will help overcome the challenge of implementing Azure’s solutions in a very efficient manner and will also help you to prepare for Microsoft Architect exam. You will not only learn how to secure a newly deployed Azure Active Directory but also get to know how Azure Active Directory Synchronization could be implemented. To maintain an isolated and secure environment so that you can run your virtual machines and applications, you will implement Azure networking services. Also to manage, access, and secure your confidential data, you will implement storage solutions. Toward the end, you will explore tips and tricks to secure your environment. By the end, you will be able to implement Azure solutions such as networking, storage, and cloud effectively.
Table of Contents (17 chapters)
Title Page
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Customer Feedback
Preface

Chapter 2. Azure Resource Manager and Tools

The Azure platform consists primarily of three parts: part 1, called Azure Execution Model, denotes the areas where you can provide your services and applications in the cloud; parts 2 and 3, called Azure Application Building Blocks and Azure Data Services, refer to services that extend the platform to common capabilities and functionalities.

I could actually quit the description of the platform, because most users get only these three parts to see, but there are still more. Many other services are working under the hood of the platform and ensure the ongoing operation. These services include, for example, the Azure traffic manager, the Azure load balancer, and the Azure resource manager. All of these services can be customized using various interfaces for your personal needs.

In this chapter, I'll introduce you to the Azure resource manager in detail and we'll explore the following topics:

  • Azure resource manager and Azure resource groups
  • Azure resource...