nf-azure @ 1.23.1
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 | 15 Jul 2026 17:29:19 (UTC) |
| Release Notes | - |
| Download URL | https://registry.nextflow.io/api/v1/plugins/nf-azure/1.23.1/download/nf-azure-1.23.1.zip |
| Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/nf-azure/blobs/sha256:d6f58f6c54e06421fb66d9c99a19a1638d2e7451c1d2a1e2cba26535235611f5 |
| Size | 15.6 MB |
| Checksum | 3e4c81ed7ce2b5a966de69f2473b70867bf09dc177b435bedb84709183dca078cac0a3ec3de85d78d5955501aa61fc13e545724e28f2cf8caf5e6cb0466900bc |
| Total downloads | 45 View trends |
| Security Scan |
| Version | Nextflow version | Date | Status | Downloads |
|---|---|---|---|---|
| 1.23.1 | >=25.11.0-edge | 15 Jul 2026 17:29:19 (UTC) | 45 | |
| 1.23.0 | >=25.11.0-edge | 19 Jun 2026 08:17:41 (UTC) | 225 | |
| 1.22.6 | >=25.11.0-edge | 17 Jun 2026 16:34:19 (UTC) | 264 | |
| 1.20.3 | >=25.09.2-edge | 04 Jun 2026 20:49:42 (UTC) | 18 | |
| 1.22.5 | >=25.11.0-edge | 28 May 2026 08:51:04 (UTC) | 214 | |
| 1.22.4 | >=25.11.0-edge | 21 May 2026 21:24:53 (UTC) | 93 | |
| 1.22.3 | >=25.11.0-edge | 11 May 2026 13:32:16 (UTC) | 112 | |
| 1.22.2 | >=25.11.0-edge | 26 Mar 2026 20:13:15 (UTC) | 1.2K | |
| 1.22.1 | >=25.11.0-edge | 18 Mar 2026 09:06:19 (UTC) | 397 | |
| 1.22.0 | >=25.11.0-edge | 28 Feb 2026 12:09:35 (UTC) | 74 | |
| 1.21.0 | >=25.11.0-edge | 28 Nov 2025 21:12:16 (UTC) | 258 | |
| 1.20.2 | >=25.09.2-edge | 21 Oct 2025 15:57:13 (UTC) | 6.9K | |
| 1.20.1 | >=25.09.0-edge | 08 Oct 2025 18:21:50 (UTC) | 21 | |
| 1.20.0 | >=25.08.0-edge | 14 Sep 2025 20:20:47 (UTC) | 10 | |
| 1.16.0-patch1 | >=25.01.0-edge | 08 Sep 2025 13:27:01 (UTC) | 3.3K | |
| 1.19.0 | >=25.07.0-edge | 15 Aug 2025 14:35:47 (UTC) | 56 | |
| 1.18.0 | >=25.06.0-edge | 06 Jul 2025 14:00:07 (UTC) | 185 | |
| 1.17.0 | >=25.05.0-edge | 02 Jun 2025 19:45:31 (UTC) | 144 | |
| 1.16.0 | >=25.01.0-edge | 08 May 2025 19:54:56 (UTC) | 907 | |
| 1.15.0 | >=25.01.0-edge | 23 Apr 2025 10:44:39 (UTC) | 913 | |
| 1.14.1 | >=25.01.0-edge | 19 Mar 2025 19:55:57 (UTC) | 479 | |
| 1.14.0 | >=25.01.0-edge | 18 Mar 2025 07:33:07 (UTC) | 32 | |
| 1.13.0 | >=25.01.0-edge | 12 Feb 2025 14:07:24 (UTC) | 185 | |
| 1.12.0 | >=24.12.0-edge | 20 Jan 2025 16:14:32 (UTC) | 100 | |
| 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) | 36.1K | |
| 1.10.1 | >=24.04.4 | 27 Oct 2024 20:20:29 (UTC) | 725 | |
| 1.10.0 | >=24.04.4 | 02 Oct 2024 13:37:09 (UTC) | 319 | |
| 1.9.0 | >=24.04.4 | 04 Sep 2024 15:30:38 (UTC) | 331 | |
| 1.8.1 | >=24.04.4 | 05 Aug 2024 21:15:43 (UTC) | 804 | |
| 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) | 176 | |
| 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) | 244 | |
| 1.3.3-patch1 | >=23.10.2 | 28 May 2024 14:09:57 (UTC) | 623 | |
| 1.6.0 | >=24.01.0-edge | 15 Apr 2024 09:38:07 (UTC) | 11.5K | |
| 1.5.1 | >=24.01.0-edge | 10 Mar 2024 20:04:33 (UTC) | 894 | |
| 1.5.0 | >=24.01.0-edge | 05 Feb 2024 23:26:44 (UTC) | 585 | |
| 1.3.3 | >=23.01.0-edge | 12 Jan 2024 23:26:01 (UTC) | 4.5K | |
| 1.4.0 | >=23.11.0-edge | 24 Nov 2023 21:39:43 (UTC) | 516 | |
| 1.3.2 | >=23.01.0-edge | 27 Sep 2023 22:22:07 (UTC) | 4.2K | |
| 1.3.1 | >=23.01.0-edge | 10 Sep 2023 22:19:00 (UTC) | 232 | |
| 1.3.0 | >=23.01.0-edge | 17 Aug 2023 15:29:35 (UTC) | 329 | |
| 1.2.0 | >=23.01.0-edge | 05 Aug 2023 15:04:25 (UTC) | 192 | |
| 1.1.4 | >=23.01.0-edge | 22 Jul 2023 16:03:58 (UTC) | 196 | |
| 1.1.3 | >=23.01.0-edge | 19 Jun 2023 18:56:18 (UTC) | 326 | |
| 1.1.2 | >=23.01.0-edge | 19 Jun 2023 12:18:03 (UTC) | 140 | |
| 1.1.1 | >=23.01.0-edge | 14 Jun 2023 20:45:05 (UTC) | 2.2K | |
| 1.1.0 | >=23.01.0-edge | 15 May 2023 03:55:01 (UTC) | 2.2K | |
| 1.0.1 | >=23.01.0-edge | 15 Apr 2023 06:18:27 (UTC) | 6.5K | |
| 0.14.3 | >=22.09.2-edge | 13 Apr 2023 14:32:26 (UTC) | 374 | |
| 1.0.0 | >=23.01.0-edge | 01 Apr 2023 21:34:58 (UTC) | 310 | |
| 0.16.0 | >=23.01.0-edge | 19 Mar 2023 18:20:00 (UTC) | 190 | |
| 0.15.1 | >=23.01.0-edge | 14 Jan 2023 17:45:03 (UTC) | 167 | |
| 0.15.0 | >=22.09.2-edge | 23 Nov 2022 17:23:56 (UTC) | 386 | |
| 0.14.2 | >=22.09.2-edge | 19 Sep 2022 21:14:46 (UTC) | 7.7K | |
| 0.14.1 | >=22.09.2-edge | 10 Sep 2022 16:07:37 (UTC) | 277 | |
| 0.14.0 | >=22.09.2-edge | 07 Sep 2022 20:05:59 (UTC) | 276 | |
| 0.13.5 | >=22.09.0-edge | 01 Sep 2022 20:33:30 (UTC) | 271 | |
| 0.13.4 | >=22.03.0-edge | 01 Aug 2022 16:54:16 (UTC) | 296 | |
| 0.13.3 | >=22.03.0-edge | 13 Jul 2022 11:12:30 (UTC) | 280 | |
| 0.13.2 | >=22.03.0-edge | 15 May 2022 12:11:45 (UTC) | 3.8K | |
| 0.13.1 | >=22.03.0-edge | 02 Apr 2022 10:29:45 (UTC) | 477 | |
| 0.13.0 | >=22.03.0-edge | 27 Mar 2022 20:06:50 (UTC) | 349 | |
| 0.12.0 | >=21.06.0-edge | 07 Feb 2022 11:16:08 (UTC) | 9.8K | |
| 0.11.2 | >=21.06.0-edge | 22 Nov 2021 11:43:00 (UTC) | 1.3K | |
| 0.11.1 | >=21.06.0-edge | 18 Nov 2021 09:41:40 (UTC) | 295 | |
| 0.11.0 | >=21.06.0-edge | 12 Oct 2021 19:35:22 (UTC) | 467 | |
| 0.10.0 | >=21.06.0-edge | 03 Jul 2021 20:06:12 (UTC) | 1.8K | |
| 0.9.8 | >=21.03.0-edge | 28 May 2021 14:13:47 (UTC) | 599 | |
| 0.9.7 | >=21.03.0-edge | 08 Apr 2021 09:25:59 (UTC) | 558 | |
| 0.9.6 | >=21.03.0-edge | 18 Mar 2021 08:00:52 (UTC) | 308 | |
| 0.9.5 | >=21.03.0-edge | 05 Mar 2021 10:49:52 (UTC) | 283 | |
| 0.9.4 | >=21.02.0-edge | 01 Mar 2021 12:17:36 (UTC) | 283 | |
| 0.9.3 | >=21.02.0-edge | 23 Feb 2021 07:44:50 (UTC) | 299 | |
| 0.9.2 | >=21.02.0-edge | 23 Feb 2021 05:56:44 (UTC) | 271 | |
| 0.9.1 | >=21.02.0-edge | 05 Feb 2021 11:45:14 (UTC) | 285 | |
| 0.9.0 | >=21.02.0-edge | 01 Feb 2021 15:34:06 (UTC) | 275 |