Skip to main content

strm create data-connector azure-blob-storage

Create a Data Connector for an Azure Blob Storage Container

Synopsis

Creates a data connector for an Azure Blob Storage container. Authentication is based on Client Secret Credentials, i.e. of an Application Principal.

Usage

strm create data-connector azure-blob-storage (data-connector-name) (container-name) [flags]

Options

      --client-id string             client ID of the application principal's client secret credentials
--client-secret string client secret of the application principal's client secret credentials
-h, --help help for azure-blob-storage
--storage-account-uri string full URI of the Azure Storage account, e.g. "https://myaccount.blob.core.windows.net"
--tenant-id string tenant ID of the application principal's client secret credentials

Options inherited from parent commands

      --api-auth-url string   user authentication host (default "https://accounts.strmprivacy.io")
--api-host string api host and port (default "api.strmprivacy.io:443")
-o, --output string output format [json, json-raw, table, plain] (default "table")
-p, --project string project to use (defaults to context-configured project)
--token-file string token file that contains an access token (default is $HOME/.config/strmprivacy/credentials-<api-auth-url>.json)

SEE ALSO