nf-azure @ 1.22.0
Summary
The Microsoft Azure plugin provides support for Azure Blob Storage as a file system, and Azure Batch as a compute executor for Nextflow pipelines.
Get Started
To use this plugin, add it to your nextflow.config:
plugins {
id 'nf-azure'
}
Configure your Azure credentials and services:
azure {
storage {
accountName = '<YOUR STORAGE ACCOUNT NAME>'
accountKey = '<YOUR STORAGE ACCOUNT KEY>'
}
batch {
endpoint = 'https://<YOUR BATCH ACCOUNT NAME>.<REGION>.batch.azure.com'
accountName = '<YOUR BATCH ACCOUNT NAME>'
accountKey = '<YOUR BATCH ACCOUNT KEY>'
}
}
Set the executor and work directory:
process.executor = 'azurebatch'
workDir = 'az://<YOUR CONTAINER>/work'
Examples
Basic Azure Batch Configuration
plugins {
id 'nf-azure'
}
azure {
storage {
accountName = 'mystorageaccount'
accountKey = System.getenv('AZURE_STORAGE_KEY')
}
batch {
endpoint = 'https://mybatchaccount.westeurope.batch.azure.com'
accountName = 'mybatchaccount'
accountKey = System.getenv('AZURE_BATCH_KEY')
autoPoolMode = true
deletePoolsOnCompletion = true
}
}
process.executor = 'azurebatch'
workDir = 'az://mycontainer/work'
Using Managed Identity
azure {
managedIdentity {
clientId = '<YOUR MANAGED IDENTITY CLIENT ID>'
}
}
License
Apache License 2.0
| Nextflow version | >=25.11.0-edge |
|---|---|
| Depends On | - |
| Release Date | 28 Feb 2026 12:09:35 (UTC) |
| Release Notes | - |
| Download URL | https://registry.nextflow.io/api/v1/plugins/nf-azure/1.22.0/download/nf-azure-1.22.0.zip |
| Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/nf-azure/blobs/sha256:4ff6043c000831f8e1da15a5a73388759e8b79d30d4b290fad9c73c1afc954b0 |
| Size | 17.2 MB |
| Checksum | ee6feb00ae3efb262a20bc7cbe92aeb46fd5dbb7f3aecc5222ba2d7ddd1761a8ade30f1e9a496275d6321e9b25228f722f23e05c32d8225a1f45c9a3d084db9f |
| Total downloads | 54 View trends |
| Security Scan |
| Version | Nextflow version | Date | Status | Downloads |
|---|---|---|---|---|
| 1.22.0 | >=25.11.0-edge | 28 Feb 2026 12:09:35 (UTC) | 54 | |
| 1.21.0 | >=25.11.0-edge | 28 Nov 2025 21:12:16 (UTC) | 220 | |
| 1.20.2 | >=25.09.2-edge | 21 Oct 2025 15:57:13 (UTC) | 4.3K | |
| 1.20.1 | >=25.09.0-edge | 08 Oct 2025 18:21:50 (UTC) | 19 | |
| 1.20.0 | >=25.08.0-edge | 14 Sep 2025 20:20:47 (UTC) | 8 | |
| 1.16.0-patch1 | >=25.01.0-edge | 08 Sep 2025 13:27:01 (UTC) | 1.5K | |
| 1.19.0 | >=25.07.0-edge | 15 Aug 2025 14:35:47 (UTC) | 35 | |
| 1.18.0 | >=25.06.0-edge | 06 Jul 2025 14:00:07 (UTC) | 183 | |
| 1.17.0 | >=25.05.0-edge | 02 Jun 2025 19:45:31 (UTC) | 142 | |
| 1.16.0 | >=25.01.0-edge | 08 May 2025 19:54:56 (UTC) | 886 | |
| 1.15.0 | >=25.01.0-edge | 23 Apr 2025 10:44:39 (UTC) | 911 | |
| 1.14.1 | >=25.01.0-edge | 19 Mar 2025 19:55:57 (UTC) | 422 | |
| 1.14.0 | >=25.01.0-edge | 18 Mar 2025 07:33:07 (UTC) | 30 | |
| 1.13.0 | >=25.01.0-edge | 12 Feb 2025 14:07:24 (UTC) | 183 | |
| 1.12.0 | >=24.12.0-edge | 20 Jan 2025 16:14:32 (UTC) | 98 | |
| 1.11.0 | >=24.04.4 | 03 Dec 2024 10:38:10 (UTC) | 6.6K | |
| 1.10.2 | >=24.04.4 | 18 Nov 2024 14:12:39 (UTC) | 27.5K | |
| 1.10.1 | >=24.04.4 | 27 Oct 2024 20:20:29 (UTC) | 654 | |
| 1.10.0 | >=24.04.4 | 02 Oct 2024 13:37:09 (UTC) | 315 | |
| 1.9.0 | >=24.04.4 | 04 Sep 2024 15:30:38 (UTC) | 329 | |
| 1.8.1 | >=24.04.4 | 05 Aug 2024 21:15:43 (UTC) | 802 | |
| 1.6.1 | >=24.01.0-edge | 01 Aug 2024 08:44:55 (UTC) | 11.8K | |
| 1.3.3-patch3 | >=23.10.2 | 31 Jul 2024 08:27:46 (UTC) | 172 | |
| 1.8.0 | >=24.01.0-edge | 08 Jul 2024 20:32:20 (UTC) | 1.2K | |
| 1.7.0 | >=24.01.0-edge | 17 Jun 2024 20:45:34 (UTC) | 2.4K | |
| 1.3.3-patch2 | >=23.10.2 | 11 Jun 2024 20:00:38 (UTC) | 241 | |
| 1.3.3-patch1 | >=23.10.2 | 28 May 2024 14:09:57 (UTC) | 470 | |
| 1.6.0 | >=24.01.0-edge | 15 Apr 2024 09:38:07 (UTC) | 11.4K | |
| 1.5.1 | >=24.01.0-edge | 10 Mar 2024 20:04:33 (UTC) | 892 | |
| 1.5.0 | >=24.01.0-edge | 05 Feb 2024 23:26:44 (UTC) | 583 | |