Azure Storage Integrator
Platform:
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| latest/edge | 271 | 02 Apr 2026 | |
| latest/edge | 270 | 02 Apr 2026 | |
| 1/stable | 283 | 28 Apr 2026 | |
| 1/stable | 282 | 28 Apr 2026 | |
| 1/candidate | 283 | 27 Apr 2026 | |
| 1/candidate | 282 | 27 Apr 2026 | |
| 1/beta | 275 | 09 Apr 2026 | |
| 1/beta | 274 | 09 Apr 2026 | |
| 1/edge | 287 | 06 May 2026 | |
| 1/edge | 286 | 06 May 2026 |
juju deploy azure-storage-integrator --channel edge
-
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:
- 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.