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: Add the following basic script – echo "Hello Second Task
on Linux"
.
A block of code is set as follows:
{ "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "", "apiProfile": "", "parameters": { }, "variables": { }, "functions": [ ], "resources": [ ], "outputs": { } }
Any command-line input or output is written as follows:
$id=az ad sp list –display-name azure-pipelines –query "[].id" -o tsv
Bold: Indicates a new term, an important word, or words that you see on screen. For instance, words in menus or dialog boxes appear in bold. Here is an example: “Start by clicking the Environments option under Pipelines in the main menu.”
Tips or important notes
Appear like this.