Input
ExecutionTrigger execution
Data/Providers
Build an Azure credential struct. Supports storage account key, SAS token, full connection string, service-principal (tenant/client/secret), managed identity, workload identity and Azure CLI cached tokens. Emits an AzureProvider that any Azure-aware node (Blob, ADLS, ...) can consume.
Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.
Trigger execution
How to authenticate: 'account_key' (storage key), 'sas_token', 'connection_string', 'client_secret' (service principal), 'managed_identity', 'workload_identity' (AKS federated), 'azure_cli' (cached az login), 'oauth' (Entra ID bearer token)
Azure storage account name (for Blob / ADLS / managed-identity-on-storage flows)
Override endpoint (Azurite, sovereign clouds). Leave empty for Azure public cloud.
Storage account key (used when auth_mode is 'account_key')
Provider built
Azure provider with authentication
Storage account name (used by account_key / sas / managed_identity / workload_identity for Blob).
Entra ID bearer token (used when auth_mode is 'oauth').