Book Image

Building Hybrid Clouds with Azure Stack

Book Image

Building Hybrid Clouds with Azure Stack

Overview of this book

Azure Stack is all about creating fewer gaps between on-premise and public cloud application deployment. Azure Stack is the logical progression of Microsoft Cloud Services to create a true hybrid cloud-ready application. This book provides an introduction to Azure Stack and the cloud-first approach. Starting with an introduction to the architecture of Azure Stack, the book will help you plan and deploy your Azure Stack. Next, you will learn about the network and storage options in Azure Stack and you'll create your own private cloud solution. Finally, you will understand how to integrate public cloud using the third-party resource provider. After reading the book, you will have a good understanding of the end-to-end process of designing, offering, and supporting cloud solutions for enterprises or service providers.
Table of Contents (19 chapters)
Title Page
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface

Azure Stack hybrid automation


As I have already mentioned, Azure Stack as of today does not provide any fully integrated automation feature compared to public Azure. When do you need automation like this? Do you want any scripts that have to run on a regular basis? Do you need scripts that start if a specific event occurs? This is the appropriate use case for Azure automation.

One solution is using other runbook automation tools on premises, such as System Center Orchestrator, and using them for your Azure Stack automation tasks. Alternatively, you could use the most powerful toolset Microsoft ever developed: PowerShell. You will find a solution using these tools for most of your scenarios, and if you are in a disconnected scenario with your Azure Stack setup, this is the right way of doing it.

If you are running Azure Stack in a connected scenario, there are other ways to solve this without providing any additional orchestration and automation solution: we could plug Azure Stack to Azure...