Azure Blob Storage
Connect to Azure Blob Storage. Browse containers, list blobs, read CSV/JSON/XLSX, write rows to blob(s).
Authentication
- SAS Token or Service Principal (client id + client secret + tenant).
- Storage account + container + optional default path prefix.
Supported actions
- List Files, Get File, Upload File(s), Write Rows To File(s), Move/Rename, Delete, Create Folder.
Create Folderuses a hidden.datalug-foldermarker blob for folder-style compatibility.
Setup reference
For provider-side setup (OAuth apps, redirect URIs, tenant-side permissions), follow the File hub setup guide and the Connections guide.