Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/easonlai/sas_access_to_adls_databricks

Using SAS to authenticate and access to ADLS Gen 2 from Azure Databricks
https://github.com/easonlai/sas_access_to_adls_databricks

adlsgen2 azure azuredatabricks blob-storage blob-storage-account blobstorage data-analysis-python data-analytics databricks shared-access-signature spark

Last synced: about 1 month ago
JSON representation

Using SAS to authenticate and access to ADLS Gen 2 from Azure Databricks

Awesome Lists containing this project

README

        

# Using SAS to authenticate and access to ADLS Gen 2 from Azure Databricks

This is code sample of how to use [Shared Access Signatures (SAS)](https://docs.microsoft.com/en-us/azure/storage/common/storage-sas-overview) to authenticate and access to [ADLS Gen 2](https://docs.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-introduction) from [Azure Databricks](https://docs.microsoft.com/en-us/azure/databricks/scenarios/what-is-azure-databricks). You can generate SAS from Container, Folder, Sub-Folder, File level for specific access permission (e.g. read, list, write, etc...). Then using Databricks to access ADLS particular Container, Folder, Sub-Folder or individual file with specific SAS key.

Enjoy.