Azure Storage
Connect & Ingest data from / into a Azure Storage Account
Last updated
Was this helpful?
Was this helpful?
export AZURE_STORAGE='{"type": "azure", "account": "<account>", "container": "<container>", "sas_svc_url": "<sas_svc_url>"}'connections:
AZURE_STORAGE:
type: azure
account: <account>
container: <container>
sas_svc_url: '<sas_svc_url>'
AZURE_STORAGE_2:
type: azure
account: <account>
container: <container>
conn_str: '<conn_str>'
# Service principal with client secret
AZURE_STORAGE_SP:
type: azure
account: <account>
container: <container>
client_id: your-client-id
tenant_id: your-tenant-id
client_secret: your-client-secret