Use case:
Read a CSV file from Azure blob storage using Spark pool in Azure Synapse Analytics
Prerequisites:
1) CSV File
2) Azure Synapse Analytics workspace
3) Spark pool
Steps:
1) Upload the file inside a container in Azure blob storage
2) `Grant “Storage Blob data contributor” access to the user for the container
3) Create a notebook in Synapse Analytics to read the csv file
4) Run the notebook to view the data