Azure Blob Storage integration

Azure Blob Storage is supported through the Mach5 connector framework. This page lists every supported operation and where it can be used.

Connection

Integration connection picker

  • Connector kind: object_store
  • Configuration: backend: "abs", bucket, optional root, optional test_prefix.

How to use this integration

For Axon concepts, safety classes, idempotency, and outcomes, see Axon workflows.

Axon

Axon is the controlled action path for connector reads, enrichments, and side effects. Use Axon when a workflow needs to call Azure Blob Storage directly, enrich an investigation, or take an approved action. Invoke the connector kind object_store with the operation name and JSON input.

connector: object_store
operation: list_objects
input: { ... }

Ingest Pipelines

Use ingest pipelines for operations exposed as sources. These operations can checkpoint and stream records into Mach5-managed data.

source.connector: object_store
source.operation: read_object
source.config: { ... }

SQL

Use SQL for read operations exposed as table or scalar functions. Query the connector operation with JSON input and join the result with Mach5 data.

SELECT *
FROM connector_table('object_store', 'list_objects', JSON '{}');

Supported operations

OperationWhat it doesAxonIngest PipelinesSQL
validateValidate access to an object-store connection.
list_objectsList object metadata from an object-store connection.YesYes
read_objectStream bytes or parsed records from an object-store object.Yes
read_object_previewRead bounded preview bytes and metadata from an object-store object.Yes

Analytics Cookies

Help us understand website usage.

Necessary storage remembers your choice. With your consent, Mach5 also uses PostHog analytics to measure website traffic and interactions.

Change this anytime from Cookie Settings in the footer. Privacy Notice.