Temporary performance degradation

We are currently experiencing service degradation and working on resolving this. Thank you for your patience and understanding.

Azure Storage Integrator

Canonical Publisher

Platform:

Ubuntu
22.04
Channel Revision Published Runs on
latest/edge 271 02 Apr 2026
Ubuntu 22.04
latest/edge 270 02 Apr 2026
Ubuntu 22.04
1/stable 283 28 Apr 2026
Ubuntu 22.04
1/stable 282 28 Apr 2026
Ubuntu 22.04
1/candidate 283 27 Apr 2026
Ubuntu 22.04
1/candidate 282 27 Apr 2026
Ubuntu 22.04
1/beta 275 09 Apr 2026
Ubuntu 22.04
1/beta 274 09 Apr 2026
Ubuntu 22.04
1/edge 287 06 May 2026
Ubuntu 22.04
1/edge 286 06 May 2026
Ubuntu 22.04
juju deploy azure-storage-integrator --channel edge

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 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.