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 UPN format for external user accounts is <alias>_<HomeTenant>#EXT#@domain.suffix
."
A block of code is set as follows:
CREATE USER "<EMMY_UPN>" FROM EXTERNAL PROVIDER WITH DEFAULT_SCHEMA = dbo;
Any command-line input or output is written as follows:
New-Item -Path "c:\" -Name "packtaz500" -ItemType "directory" Set-Location -Path "c:\packtaz500"
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Click Exit to close the Microsoft Azure Active Directory Connect window once the configuration is complete."
Tips or important notes
Appear like this.