Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Azure Stack Hub Demystified
  • Toc
  • feedback
Azure Stack Hub Demystified

Azure Stack Hub Demystified

By : Young
5 (5)
close
Azure Stack Hub Demystified

Azure Stack Hub Demystified

5 (5)
By: Young

Overview of this book

Azure Stack Hub is the on-premise offering from Microsoft, which provides Azure Cloud services within a customer's own data center. It provides consistent processes between on-site and the cloud, allowing developers to test locally and deploy to the cloud in exactly the same manner. Azure Stack Hub Demystified provides complete coverage of deploying, configuring, administrating, and running Microsoft Azure Stack Hub efficiently. Firstly, you will learn how to deploy Azure Stack Hub within an organization. As you progress, you'll understand configuration and the different services provided by the platform. The book also focuses on the underlying architecture and connectivity options for the modern data center. Later, you will understand various approaches to DevOps and their implementation, and learn key topics for the AZ-600 exam. By the end of this Azure book, you will have a thorough understanding of Azure Stack Hub and the services that are provided by the platform, along with the confidence and information you need to be able to pass the AZ-600 exam.
Table of Contents (21 chapters)
close
1
Section 1: Architecture and Deployment
5
Section 2: Identity and Security
9
Section 3: Features
15
Section 4: Monitoring, Licensing, and Billing

Conventions used

There are a number of text conventions used throughout this book.

Code in text: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "For example, the IPv4 settings could be 10.128.0.28/30 or 10.128.32/30."

A block of code is set as follows:

# Create a PEP Session 
winrm s winrm/config/client '@{TrustedHosts= "<IP_address_of_ERCS>"}' 
$PEPCreds = Get-Credential 
$PEPSession = New-PSSession -ComputerName <IP_address_of_ERCS_Machine> -Credential $PEPCreds -ConfigurationName "PrivilegedEndpoint"

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

params = @{  
    ComputerName = $ErcsNodeName  
    Credential = $CloudAdminCred  
    ConfigurationName = "PrivilegedEndpoint"  
}

Any command-line input or output is written as follows:

$cred = Get-Credential
Enter-PSSession -ComputerName <IP address of ERCS> -ConfigurationName PrivilegedEnpoint -Credential $cred
Register-CustomDnsServer -CustomDomainName "<domain name>" -CustomerDnsIPAddresses "ip1,ip2"

Bold: Indicates a new term, an important word, or words that you see on screen. For instance, words in menus or dialog boxes appear in bold. Here is an example: "Choosing Do not connect to Azure does not strictly mean that you cannot connect to the Azure Stack Hub instance to Azure for hybrid scenarios for tenant workloads."

Tips or important notes

Appear like this.

bookmark search playlist font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete