"AzureBlobStorage" (Data Connection)
"AzureBlobStorage" (Data Connection)

Details
- Use DataConnectionObject to represent data located in an Azure storage blob in Wolfram Language.
- Import can be used to retrieve data from a DataConnectionObject.
Properties
"ConnectionName" | "AzureBlobStorage" | |
"Location" | path to Azure blob | |
"Redownload" | whether to redownload cache files |
"Account" | Azure storage account name | |
"Container" | container the blob is located in |
"blob" | name of the blob |
Account Setting & Authentication
Automatic | attempt to use saved credentials or give a dialog | |
"Dialog" | give authentication parameters via a dialog | |
SystemCredential["key"] | retrieve authentication information from secure storage | |
SystemCredentialData[…] | stored authentication data | |
assoc | provide explicit credentials |
"SASToken" | SAS token |
Examples
Basic Examples (2)
Create a DataConnectionObject to data located in an Azure blob:
Retrieve data from an Azure blob using Import: