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: “Type azure virtual desktop
in the search bar or search for the 9cdead84-a844-4324- 93f2-b2e6bb768d07
app ID”
A block of code is set as follows:
{ "properties": { "roleName": "Custom - AzureImageBuilder", "description": "Permissions for Azure Image Builder", "assignableScopes": [ "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/RG-MVP-AIB" ], . . .
Any command-line input or output is written as follows:
New-AzUserAssignedIdentity -ResourceGroupName <RESOURCEGROUP> -Name <USER ASSIGNED IDENTITY NAME> -Location <LOCATION>
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: “IT admins can use a device action called Locate device.”
Tips or important notes
Appears like this.