Skip to content

Azure Blob Container Node

Data/Files/External

Azure Blob Container

Turn an Azure Blob Storage container into a FlowPath. Takes an AzureProvider.

external_azure_blob_storedata
Inputs4
Outputs2
Security exposure3/10
Packagedata

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
3/10High
PrivacyPotential sensitivity of processed data.
4/10Medium
PerformanceRuntime or resource pressure.
2/10High
GovernancePolicy, audit, or compliance impact.
3/10High
ReliabilityOperational stability considerations.
1/10High
CostExternal or compute cost impact.
5/10Medium

Input Pins

4

Input

Execution
exec_in

Trigger execution

Provider

Struct
provider

Azure provider (from the Azure Provider node)

AzureProviderAzureProvider10 fields
auth_modestringrequired
accountstring | null

Storage account name (used by account_key / sas / managed_identity / workload_identity for Blob).

access_keystring | null
sas_tokenstring | null
connection_stringstring | null
tenant_idstring | null
client_idstring | null
client_secretstring | null
bearer_tokenstring | null

Entra ID bearer token (used when auth_mode is 'oauth').

endpointstring | null
Schema enforced

Container

String
container

Azure blob container name

Prefix

String
prefix

Optional path prefix within the container

Output Pins

2

Done

Execution
exec_out

Store created

Path

Struct
path

FlowPath pointing to the Azure Blob location

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null

Node Info

Internal name
external_azure_blob_store
Category
Data/Files/External