Links

Azure Storage

Connect & Ingest data from / into a Azure Storage Account

Sling CLI Setup

The following credentials keys are accepted:
  • account (required) -> This is the Azure account string.
  • container (required) -> This is the storage container.
  • sas_svc_url (required) -> This is the Shared Access Signature (SAS) URL.
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>

Environment Variable

export AZURE_STORAGE='{type=azure, account=<account>, container=<container>, sas_svc_url=<sas_svc_url>}'

Sling Cloud Setup

  1. 1.
    In Sling, click the Connections link on the left sidebar.
  2. 2.
    On top, click New.
  3. 3.
    Find Azure Storage in the list and click on it.
  4. 4.
    Input the needed information.
  5. 5.
    Click Test to verify connectivity.
  6. 6.
    Click Save to save the connection.
If you are facing issues connecting, please reach out to us at [email protected].
Last modified 1mo ago