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: "Tags will be applied to the resource named AZ104Storage
."
A block of code is set as follows:
$tags = @{"Purpose"="Demo"} $resource = Get-AzResource -Name AZ104Storage -ResourceGroup AZ104-Chapter3 New-AzTag -ResourceId $resource.id -Tag $tags
Bold: Indicates a new term, an important word, or words that you see onscreen. For instance, words in menus or dialog boxes appear in bold. Here is an example: "Click on the Assignments menu on the left menu pane, then click Assign policy."
Tips or Important Notes
Appear like this.