Technical requirements
Before you start orchestrating your data, certain prerequisites apply, as outlined here:
- You should have an Azure subscription, or access to any other subscription with contributor-level access.
- Create your Synapse workspace on this subscription. You can follow the instructions from Chapter 1, Introduction to Azure Synapse, to create your Synapse workspace.
- Create a Structured Query Language (SQL) pool and a Spark pool on Azure Synapse. This was covered in Chapter 2, Considerations for Your Compute Environment.
- You must have an Azure Data Lake Storage Gen2 account with two containers,
demozipfiles-ch04
anddemozipfilestating-ch04
, with read/write permissions. - Download the sample zipped files from http://bit.ly/ch04-prerequisites and extract the ZIP files to get two zipped files,
SampleUserData09262020.zip
andSampleUserData09272020.zip
. - Upload these two zipped files to the
demozipfiles-ch04
container in your Azure Data Lake Storage...