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 az apim create
command is used to create the instance.”
A block of code is set as follows:
var event1= new EventGridEvent( subject: $"New Patient: Hamida Rebai", eventType: "Patients.Registration.New", dataVersion: "1.0", data: new { FullName = "Hamida Rebai", Address = "Quebec, G2C0L6" } );
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
dotnet build
Any command-line input or output is written as follows:
Az group create –name packrg –location eastus
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: “Select Shared access policies in the Settings section of the left-hand menu.”
Tips or important notes
Appear like this.