Book Image

Managing Microsoft Hybrid Clouds: RAW

By : Marcel van den Berg
Book Image

Managing Microsoft Hybrid Clouds: RAW

By: Marcel van den Berg

Overview of this book

Table of Contents (17 chapters)
Managing Microsoft Hybrid Clouds
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
9
Summary and a Look into the Near Future
Index

Automation


Automation is one of the most important features of cloud computing. Provisioning speed and agility can be reached by running scripts instead of doing things manually.

Several methods are available to automate certain tasks in Microsoft Azure. We will discuss all methods in later sections of the chapter:

  • Microsoft Azure Automation

  • REST API calling the service management API

  • Windows PowerShell

  • System Center Orchestrator

  • Microsoft Azure Command-line Interface

Performing manual administrative tasks is done in Azure Management Portal. However, for certain repetitive tasks, you want to use automation. I advise you to start using PowerShell first. Most common tasks can be performed using this. For some other tasks, REST can be used.

Managing Azure using PowerShell

Knowledge of how to use PowerShell will save you a lot of time. PowerShell is being pushed by Microsoft as the tool for configuration and deployment of workloads in Azure. In some solutions, there is no graphical user interface feature...