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

Adding accounts and groups to Azure AD


First you need to understand what accounts can be added to Azure AD. Basically there are two types of accounts:

  • Cloud accounts: Accounts that are created via Azure Active Directory or other Microsoft Cloud services, like Office 365.
  • Hybrid accounts: Accounts that are created and located in on-premises Microsoft Active Directory Domain Services. Those accounts are deployed via the Azure Active Directory connect and synchronization tool.

To create cloud accounts, you have several options. Most Azure AD users start with Office 365 and do not natively add users via Azure. If you've used Office 365 before, that would be the simplest for you.

The example shown in the following screenshot guides you how to add a user from the Office 365 preview portal via https://portal.office.com:

Alternatively, to create new users in Azure AD via the Azure Portal you need to follow these steps:

  1. Visit the https://manage.windowsazure.com/ Azure Portal.

 

  1. Scroll down to Azure Active...