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: “With Fabric Spark, you can install popular Python and R libraries in-line while leveraging commands such as pip
or conda install
, while also installing libraries at the workspace level.”
A block of code is set as follows:
COPY INTO [dbo].[MyTable] FROM 'https://mystorageaccount.blob.core.windows.net/mycontainer/curated/weather/florida_weather.parquet' WITH ( CREDENTIAL = ( IDENTITY = 'SHARED ACCESS SIGNATURE', SECRET = '' ), FILE_TYPE = 'PARQUET' );
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: “For that, navigate to the Tenant settings page in the Admin portal page of the tenant, expand the Users can create Fabric items field, toggle the switch to enable or disable it, and then hit Apply.”
Tips or important notes
Appear like this.