Azure Storage
Connect & Ingest data from / into a Azure Storage Account
Last updated
Connect & Ingest data from / into a Azure Storage Account
Last updated
The following credentials keys are accepted:
account
(required) -> This is the Azure account string.
container
(required) -> This is the storage container.
conn_str
(optional) -> This is the Connection String from an . Looks something like DefaultEndpointsProtocol=https;AccountName=my_account;AccountKey=thisIsAFakeKeyxxxxxxxxxxxxx/MRHCrBw4BLmypbaJyVbvUWn4YZ1Nw==;EndpointSuffix=core.windows.net
.
sas_svc_url
(optional) -> This is the URL.
client_id
(optional) -> Application ID of an Azure service principal. Can also set via env var AZURE_CLIENT_ID
tenant_id
(optional) -> ID of the application's Microsoft Entra tenant. Can also set via env var AZURE_TENANT_ID
client_certificate_path
(optional) -> Path to a PEM or PKCS12 certificate file including private key. If you followed the steps for the Azure CLI, the file isn't password protected. Can also set via env var AZURE_CLIENT_CERTIFICATE_PATH
client_certificate_password
(optional) -> The password you entered when you created the service principal. Can also set via env var AZURE_CLIENT_CERTIFICATE_PASSWORD
sling conns
Here are examples of setting a connection named AZURE_STORAGE
. We must provide the type=azure
property:
In JSON/YAML format:
See to learn more about the sling env.yaml
file.
If you are facing issues connecting, please reach out to us at , on or open a Github Issue .