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

Chapter 4. Understanding Storage and Network

If we look at Azure Stack and compare it to Azure, the huge difference is that Azure Stack is based on containers with hundreds and thousands of servers running a kind of Windows Server with some kind of Hyper-V, specially designed for Azure data centers. As Azure Stack works starting with four servers and as first step moves to 12 servers, there needs to be a kind of difference in the underlying technology. Microsoft always talks of a cloud inspired infrastructure with Azure Stack. This means the technology is somehow similar to Azure, but it is only similar and not the same.

In this chapter, we will talk about the technical basis of Azure Stack as it makes it easier for you to troubleshoot an environment that you understand from the technical perspective. Azure Stack is running based on Windows Server 2016 and the Hyper-V technology.

The most important technologies we will look at are as follows:

  • Windows Server 2016 Storage Spaces Direct
  • Windows...