Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Learning Microsoft Azure Storage

You're reading from  Learning Microsoft Azure Storage

Product type Book
Published in Nov 2017
Publisher Packt
ISBN-13 9781785884917
Pages 276 pages
Edition 1st Edition
Languages
Author (1):
Mohamed Waly Mohamed Waly

Table of Contents (9) Chapters

Preface 1. Understanding Azure Storage 101 2. Delving into Azure Storage 3. Azure Storage for VMs 4. Implementing Azure SQL Databases 5. Beyond Azure SQL Database Management 6. Azure Backup 7. Azure Site Recovery 8. Extending Your Azure Storage Management

Conventions

In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning. Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Click on More services and a new blade will open. In the search bar, write storage account." A block of code is set as follows:

$Subnet = New-AzureRmVirtualNetworkSubnetConfig -Name PacktPubSubnet -AddressPrefix 10.0.0.0/24
$VirtualNetwork = New-AzureRmVirtualNetwork -ResourceGroupName PacktPub -Location WestEurope -Name PacktPubvNet -AddressPrefix 10.0.0.0/8 -Subnet $Subnet

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

az storage container create --name packtpubbs --public-access container --account-name packtpubsacli

New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "To upload files to it, click on Upload and browse for the desired file."

Warnings or important notes appear like this.
Tips and tricks appear like this.
lock icon The rest of the chapter is locked
Next Chapter arrow right
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 €14.99/month. Cancel anytime}