Using sample scripts
Similar to sample data, Synapse provides a gallery of sample scripts. If you are new to Synapse Spark, this could definitely be a great place to start. We are going to pick a couple of scripts from the gallery to get ourselves acquainted with the different languages supported by Synapse.
Before we can start reading the data from Azure Data Lake Gen2, we need to get a Shared Access Signature (SAS) key for our blob storage. These keys will be used in our notebooks to access the corresponding blob storages. We can do so by performing the following steps:
- Go to your Azure Blob storage account on the Azure portal.
- Click on Shared access signature, check the Container box under Allowed resource types, and then click on Generate SAS and connection string:
In the sections that follow, we will learn about the different languages supported in a Synapse...