Skip to main content

Azure Blob

Provides access to the Azure as file share.

The connector supports two authorization methods: shared tokens and SAS. Shared tokens work at the account level, while SAS works at the container level. SAS also has lifetimes and a set of permissions. Reading and listing are the minimal rights for read-only usage. You can also add writing and delete rights.

Connection parameters

{
"parameters": {
"account": "",
"container": "",
"use SAS": false, // select between "shared token" and SAS
},
"credentials": {
"parameters": {
"shared token": "",
"SAS": "",
}
}
}

See also: