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: "Deploy a new Function App called azureblueprint inside a resource group called blueprint-euw-rg."
Any command-line input or output is written as follows:
$ az network lb probe create -g "<rg-name>" --lb-name "<lb-name>" -n "myprobe" --protocol TCP --port 80
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: "As you can see, you can configure additional properties such as Session persistence or Floating IP."
Warnings or important notes appear like this.
Tips and tricks appear like this.