Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Learn Microsoft Fabric

You're reading from   Learn Microsoft Fabric A practical guide to performing data analytics in the era of artificial intelligence

Arrow left icon
Product type Paperback
Published in Feb 2024
Publisher Packt
ISBN-13 9781835082287
Length 338 pages
Edition 1st Edition
Arrow right icon
Authors (2):
Arrow left icon
Bradley Schacht Bradley Schacht
Author Profile Icon Bradley Schacht
Bradley Schacht
Arshad Ali Arshad Ali
Author Profile Icon Arshad Ali
Arshad Ali
Arrow right icon
View More author details
Toc

Table of Contents (19) Chapters Close

Preface 1. Part 1: An Introduction to Microsoft Fabric FREE CHAPTER
2. Chapter 1: Overview of Microsoft Fabric and Understanding Its Different Concepts 3. Chapter 2: Understanding Different Workloads and Getting Started with Microsoft Fabric 4. Part 2: Building End-to-End Analytics Systems
5. Chapter 3: Building an End-to-End Analytics System – Lakehouse 6. Chapter 4: Building an End-to-End Analytics System – Data Warehouse 7. Chapter 5: Building an End-to-End Analytics System – Real-Time Analytics 8. Chapter 6: Building an End-to-End Analytics System – Data Science 9. Part 3: Administration and Monitoring
10. Chapter 7: Monitoring Overview and Monitoring Different Workloads 11. Chapter 8: Administering Fabric 12. Part 4: Security and Developer Experience
13. Chapter 9: Security and Governance Overview 14. Chapter 10: Continuous Integration and Continuous Deployment (CI/CD) 15. Part 5: AI Assistance with Copilot Integration
16. Chapter 11: Overview of AI Assistance and Copilot Integration 17. Index 18. Other Books You May Enjoy

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.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at £16.99/month. Cancel anytime