Book Image

Automating Microsoft Azure with PowerShell

By : John Chapman, Aman Dhally
Book Image

Automating Microsoft Azure with PowerShell

By: John Chapman, Aman Dhally

Overview of this book

<p>This book is a one-stop guide on managing Microsoft Azure services using PowerShell. Administrators and developers will learn how to use PowerShell to create and manage Azure websites, virtual machines, SQL databases, and so on.</p> <p>Starting with an introduction to Windows PowerShell, this book will assist you in connecting to Microsoft Azure with PowerShell. Next, the book covers how to create and manage Azure storage accounts, including file, blob, and table storage. Moving on, this book covers creating and managing Azure virtual machines, SQL databases, websites, virtual networks, traffic manager, cloud services, and Active Directory. Finally, this book covers how to automate complex tasks using Azure automation runbooks.</p>
Table of Contents (19 chapters)
Automating Microsoft Azure with PowerShell
Credits
About the Author
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Creating a new Azure Active Directory domain


Each new Azure account includes a Default Directory with a default domain (for instance, azure.onmicrosoft.com) that contains the Microsoft account that created the Azure account. While the default domain might be sufficient for small organizations or organizations that do not use Azure Active Directory for their user authentication and authorization, larger organizations and organizations that rely heavily on Azure Active Directory will want to create a new Active Directory domain and customize it based on their needs.

Active Directory domains are assigned with fully qualified domain names. This provides a mechanism to find the domain within a network as well as to identify computers and so on within the domain. In a private network, Active Directory can work with a DNS server (domain name server) to ensure the domain name points to the Active Directory domain controllers (servers). However, with an Azure Active Directory domain, a public domain...