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: 10 months ago
JSON representation
Using SAS to authenticate and access to ADLS Gen 2 from Azure Databricks
- Host: GitHub
- URL: https://github.com/easonlai/sas_access_to_adls_databricks
- Owner: easonlai
- Created: 2021-06-09T08:38:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-09T08:49:00.000Z (over 4 years ago)
- Last Synced: 2025-01-08T12:13:45.124Z (11 months ago)
- Topics: adlsgen2, azure, azuredatabricks, blob-storage, blob-storage-account, blobstorage, data-analysis-python, data-analytics, databricks, shared-access-signature, spark
- Language: Jupyter Notebook
- Homepage:
- Size: 84 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.