Azure Storage
Connect & Ingest data from / into a Azure Storage Account
The following credentials keys are accepted:
account
(required) -> This is the Azure account string.container
(required) -> This is the storage container.
Here is an example of setting a connection named
AZURE_STORAGE
. We must provide the type=azure
property:$ sling conns set AZURE_STORAGE type=azure account=<account> container=<container> sas_svc_url=<sas_svc_url>
export AZURE_STORAGE='{type=azure, account=<account>, container=<container>, sas_svc_url=<sas_svc_url>}'
Last modified 5mo ago