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: “Look at one of the returned fields called primaryEndpoints:”
A block of code is set as follows:
{ "creationTime": "2023-07-29T20:44:48.299346+00:00", "keyName": "key1", "permissions": "FULL", "value": "K4gPP5UuDwl2/…+AStZ6ODSw==" },
Any command-line input or output is written as follows:
az policy definition list --query "[].{Name:name, DisplayName:displayName}" -o table
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: “To simplify things for now, we’ll use the basic configuration by clicking on the Create storage button.”
Tips or important notes
Appear like this.