There are a number of text conventions used throughout this book.
CodeInText: 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: "Basic-tier VMs are intended for dev/test environments, and even though they have a similar performance to standard tier VMs, there are a few limitations."
A block of code is set as follows:
{
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"name": {
Any command-line input or output is written as follows:
Connect-AzureRmAccount
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: "To create a new Azure VM, we need to select New resource and then select New Virtual Machine."
Warnings or important notes appear like this.
Tips and tricks appear like this.