Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Azure Stack Hub Demystified

You're reading from   Azure Stack Hub Demystified Building hybrid cloud, IaaS, and PaaS solutions

Arrow left icon
Product type Paperback
Published in Oct 2021
Publisher Packt
ISBN-13 9781801078603
Length 414 pages
Edition 1st Edition
Tools
Arrow right icon
Author (1):
Arrow left icon
Richard Young Richard Young
Author Profile Icon Richard Young
Richard Young
Arrow right icon
View More author details
Toc

Table of Contents (21) Chapters Close

Preface 1. Section 1: Architecture and Deployment
2. Chapter 1: What Is Azure Stack Hub? FREE CHAPTER 3. Chapter 2: Azure Stack Architecture 4. Chapter 3: Azure Stack Hub Deployment 5. Section 2: Identity and Security
6. Chapter 4: Exploring Azure Stack Hub Identity 7. Chapter 5: Securing Your Azure Stack Hub Instance 8. Chapter 6: Considering DevOps in Azure Stack Hub 9. Section 3: Features
10. Chapter 7: Working with Resource Manager Templates 11. Chapter 8: Working with Offers, Plans, and Quotas 12. Chapter 9: Realizing Azure Marketplace 13. Chapter 10: Interpreting Virtual Networking 14. Chapter 11: Grasping Storage and Compute Fundamentals 15. Section 4: Monitoring, Licensing, and Billing
16. Chapter 12: Monitoring and Managing Azure Stack Hub 17. Chapter 13: Licensing Models in Azure Stack Hub 18. Chapter 14: Incorporating Billing Models 19. Chapter 15: Troubleshooting and Support 20. Other Books You May Enjoy

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.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image