更新时间:2021-07-02 15:26:44
coverpage
Title Page
Copyright
Learning Microsoft Azure Storage
Credits
About the Author
About the Reviewers
www.PacktPub.com
Why subscribe?
Customer Feedback
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Downloading the color images of this book
Errata
Piracy
Questions
Understanding Azure Storage 101
An introduction to Microsoft Azure Storage
Why Azure Storage?
Terminologies
ASM versus ARM model
Azure classic portal (ASM model)
Azure portal (ARM model)
Deployment model tricks
Azure Storage types
Durability
Replication types
Locally redundant storage
Zone Redundant Storage
Geo-redundant storage
Read-access geo-redundant storage
Performance
Standard Storage
Premium Storage
Persistency
Persistent storage
Non-persistent storage
Azure Storage accounts
General-purpose storage accounts
Blob storage accounts
Hot access tier
Cool access tier
Azure Storage Account tips
Creating an Azure Storage account
Automating your tasks
Azure PowerShell
Installing the Azure PowerShell module
Installing the Azure PowerShell module from the PowerShell Gallery
Creating a storage account in the Azure portal using PowerShell
Azure command-line interface
Installing the Azure CLI 2.0
Creating a Storage account using the Azure CLI 2.0
Summary
Delving into Azure Storage
Azure Storage services
Blob storage
Creating Blob storage
Blob storage key points
Table storage
PartitionKey
RowKey
Timestamp
Creating Table storage
Table storage key points
Queue storage
Creating Queue storage
Queue storage key points
File storage
File storage advantages
Creating File storage
File storage key points
Understanding the Azure Storage architecture
Front-End layer
Partition layer
Stream layer
Sparse storage and TRIM in Azure
Securing Azure Storage
RBAC
Granting the reader role to a user using RBAC
Access keys
SAS
Storage design for highly available applications
RA-GRS
Azure Backup
Azure Site Recovery
Understanding client libraries
Automating tasks
Creating Blob storage using PowerShell
Creating Blob storage using the Azure CLI 2.0
Creating Table storage using PowerShell
Creating Table storage using the Azure CLI 2.0
Creating Queue storage using PowerShell
Creating Queue storage using the Azure CLI 2.0
Creating a file share using PowerShell