azure-storage-integrator

Azure Storage Integrator

Channel Revision Published Runs on
latest/edge 18 05 Sep 2025
Ubuntu 22.04
1/stable 2 08 Nov 2024
Ubuntu 22.04
1/edge 2 08 Nov 2024
Ubuntu 22.04
juju deploy azure-storage-integrator --channel edge
Show information

Platform:

Ubuntu
22.04

Learn about configurations >

  • connection-protocol | string

    Default: abfss

    The storage protocol to use when connecting to Azure storage. Possible values: "wasb", "wasbs" for Azure Blob Storage, "abfs", "abfss" for Azure Data Lake Storage Gen2 and "http", "https" for Azure Blob/Files REST API access.

  • container | string

    The name of the Azure Storage Container.

  • credentials | secret

    The credentials to connect to Azure Storage account. This needs to be a Juju Secret URI pointing to a secret that contains the following keys:

    1. secret-key: The secret key corresponding to the Azure Storage account.

  • endpoint | string

    The endpoint URL for the Azure Storage account. This is optional and can be used to override the default endpoint URL, that would be generated based on the provided connection-protocol, container and storage-account.

  • path | string

    The path inside the bucket/container to store objects.

  • resource-group | string

    The name of the Azure resource group where the storage account is located. This is optional and can be used to specify a different resource group.

  • storage-account | string

    The name of the Azure storage account.