Building Hybrid Clouds with Azure Stack
eBook - ePub

Building Hybrid Clouds with Azure Stack

  1. 380 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Building Hybrid Clouds with Azure Stack

About this book

Bring the power of Microsoft Azure Hybrid Cloud technology to your datacenter.About This Book• Build and deploy software-defined infrastructures and deliver Azure-based IaaS and Paas services in your datacenter• Use Azure Stack to leverage your current infrastructure with Microsoft Hybrid Cloud and get the best of both worlds• Unlock greater levels of performance and flexibility and save your organization money, time, and resourcesWho This Book Is ForThe book is for administrators and architects who are planning to implement or administer a hybrid cloud infrastructure using Microsoft Cloud Technology. This book is ideal for those who are looking forward to implement and run a hybrid cloud infrastructure with PaaS, SaaS and IaaS services.What You Will Learn• Gain a clear understanding of Azure Stack design• Set up storage, network and compute services in Azure Stack• Implement and run a hybrid cloud infrastructure with PaaS, SaaS, and IaaS services• Get an overview of the automation options in Azure Stack• Integrate Azure public services such as multi-factor authentication and Azure AD with Azure Stack• Learn about the services available in the futureIn DetailAzure Stack is all about creating fewer gaps between on-premise and public cloud application deployment. Azure Stack is the next logical evolution of Microsoft Cloud Services to create a true Hybrid Cloud-ready application.This book provides an introduction to Microsoft Azure Stack and the Cloud First Approach. Starting with an introduction to Microsoft Azure Stack Architecture, the book will help you plan and deploy your Microsoft Azure Stack. Next, you will learn about the Network and Storage option in Microsoft Azure Stack and you'll create your own private cloud solution. Finally, you will understand how to integrate Public Cloud Services with Microsoft Azure Stack and extend it using the 3rd Party Resource Provider.After reading the book, you will have a good understanding of an end-to-end process for designing, implementing, offering, and supporting cloud solutions for enterprises or service providers.Style and approachThis book is a practical guide to help you unlock a hybrid cloud stack using Azure Stack. Using a straight forward and easy to implement approach, this book guides you through the basic planning for a hybrid cloud stack, describes the infrastructure technologies Azure Stack is based on, and explains how to deploy and administer an Azure Stack-based infrastructure.

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
No, books cannot be downloaded as external files, such as PDFs, for use outside of Perlego. However, you can download books within the Perlego app for offline reading on mobile or tablet. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Building Hybrid Clouds with Azure Stack by Markus Klein, Susan Roesner in PDF and/or ePUB format, as well as other popular books in Computer Science & Cloud Computing. We have over one million books available in our catalogue for you to explore.

Information

Managing and Administering Private Clouds with Microsoft Azure Stack

In the last eight chapters, we got an overview of the design, setup, and basic technology features of Azure Stack. This is more or less the technology. With this chapter, we go a little deeper into how you should do things, so we will talk about the following:
  • Naming management
  • Subscription management
  • Resource management
  • Security management
To design, manage, and administer private clouds with Azure Stack, you will need to align all these topics in a concept for your tenants and design offered based on these principles. Otherwise, you will be lost in the middle of nowhere at a certain point of time, but as tenants are already online and productive, you will have no chance to modify this wild design anymore. This is not only important for enterprise customers, it is more important for Hosting Service Providers (HSP) offering Azure Stack to tenants.
As HSP, you will have the chance to standardize your environments when you design the service offerings. As you should never do things manually with the Azure Stack portal, you should do them using PowerShell scripts. This makes sure that you will not make a mistake when configuring steps manually as humans make errors, which is normal. A PowerShell script with most of the configuration properties predefined makes sure that there will not any human mistake. More or less, this chapter talks about Azure Stack cloud governance, so we will set up some standards and defaults on which all operations in Azure Stack will be based. These design principles will define and take care.

Naming management

Before creating anything in Azure Stack, we need a good naming convention in place. A naming convention ensures that all the resources have a predictable name, which helps lower the administrative burden associated with managing these resources.
You might choose to follow a specific set of naming conventions defined for your entire organization or for a specific Azure subscription or account. Although it is easy for individuals within organizations to establish implicit rules when working with Azure Stack, when a team needs to work on a project on Azure Stack, that model does not scale well. The good thing is that you will maybe already have these conventions with Azure and as Azure Stack is relying on the same design concepts, they may be already set and just need to be modified to fit to Azure Stack design specifications.
Agree on a set of naming conventions up front; there are some considerations regarding naming conventions that cut across that sets of rules.
You should have naming conventions for the following Azure Stack resources:
  • Subscriptions
  • Storage accounts
  • Virtual networks
  • VPN gateway
  • Subnets
  • Availability sets
  • Resource groups
  • Virtual machines
  • Network security groups
  • Public IP address name
You also should consider some abbreviations for Azure Stack resources in common use.
We recommend that you follow abbreviations for some of the common Azure Stack resources listed earlier:
Resource or artifact
Abbreviation
Sample
Availability sets
avset
avset01 - n
Azure Resource Manager
arm
None
Environment
prod, stg, tst, dev
prod=Production; stg=Staging; tst=Testing; dev=Development.
Network security group
nsg
nsg01 - n
Resource groups
rg
rg01 - n
Storage accounts
sa
sa01 - n
Subscription
sub
sub01 - n
Subnets
subnet01
subnet...

Table of contents

  1. Title Page
  2. Copyright
  3. Credits
  4. About the Authors
  5. About the Reviewer
  6. www.PacktPub.com
  7. Customer Feedback
  8. Preface
  9. The Microsoft Azure Stack Architecture
  10. Planning the Deployment of Microsoft Azure Stack for Private Clouds
  11. Deploying Microsoft Azure Stack
  12. Understanding Storage and Network
  13. Provisioning Virtual Machines
  14. Creating a Private Cloud Solution
  15. Understanding Automation in Microsoft Azure Stack
  16. Creating PaaS Services in Microsoft Azure Stack
  17. Managing and Administering Private Clouds with Microsoft Azure Stack
  18. Integrating Public Cloud Services with Microsoft Azure Stack
  19. Creating a Hybrid Cloud Solution
  20. Infrastructure as Code – Azure Functions and Other Future Scenarios