Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Azure Data Engineering Cookbook

You're reading from  Azure Data Engineering Cookbook

Product type Book
Published in Apr 2021
Publisher Packt
ISBN-13 9781800206557
Pages 454 pages
Edition 1st Edition
Languages
Author (1):
Ahmad Osama Ahmad Osama
Profile icon Ahmad Osama

Table of Contents (11) Chapters

Preface Chapter 1: Working with Azure Blob Storage Chapter 2: Working with Relational Databases in Azure Chapter 3: Analyzing Data with Azure Synapse Analytics Chapter 4: Control Flow Activities in Azure Data Factory Chapter 5: Control Flow Transformation and the Copy Data Activity in Azure Data Factory Chapter 6: Data Flows in Azure Data Factory Chapter 7: Azure Data Factory Integration Runtime Chapter 8: Deploying Azure Data Factory Pipelines Chapter 9: Batch and Streaming Data Processing with Azure Databricks 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: "The orders.txt file doesn't have headers, so column names will be assigned as _col1_, _col2_, and so on."

A block of code is set as follows:

#get blob reference
$blobs = Get-AzStorageBlob -Container $destcontainername -Context $storagecontext
#change the access tier of all the blobs in the container
$blobs.icloudblob.setstandardblobtier("Cool")
#verify the access tier
$blobs

Bold: Indicates a new term, an important word, or words that you see on screen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "The Performance tier can be either Standard or Premium."

Tips or important notes

Appear like this.

lock icon The rest of the chapter is locked
Next Chapter arrow right
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 $15.99/month. Cancel anytime}