Skip to main content

Azure Blob

Provides access to the Azure as file share.

It supports two different authorization methods: shared tokens and SAS. Shared tokens are used on account level, SAS works on container level. SAS also has lifetimes and set of permissions. Reading and listing are the minimal rights for read-only usage. It is possible to add writing and delete rights as well.

Connection parameters

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

See also: