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: "The orders.txt
file doesn't have headers, so column names will be assigned as _col1_
, _col2_
, and so on."
A block of code is set as follows:
#get blob reference $blobs = Get-AzStorageBlob -Container $destcontainername -Context $storagecontext #change the access tier of all the blobs in the container $blobs.icloudblob.setstandardblobtier("Cool") #verify the access tier $blobs
Bold: Indicates a new term, an important word, or words that you see on screen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "The Performance tier can be either Standard or Premium."
Tips or important notes
Appear like this.