Skip to content

Configuration

containerio supports multiple authentication methods and storage backends.

Method Use case
Device code flow Default, interactive local development
Client credentials CI/CD pipelines and automation
SAS tokens Fine-grained, time-limited access

Set the authentication type manually when calling the handler functions, or set it once via options:

options(containerio.auth_type = "client-credentials")

containerio reads and writes to both the local filesystem and Azure Blob Storage.

Load your Azure configuration from a TOML file or provide your own configuration object.