Skip to content

Add support for multiple Azure Container Registries#7318

Open
adamrtalbot wants to merge 1 commit into
masterfrom
azure-multi-registry
Open

Add support for multiple Azure Container Registries#7318
adamrtalbot wants to merge 1 commit into
masterfrom
azure-multi-registry

Conversation

@adamrtalbot

Copy link
Copy Markdown
Collaborator

Why

Azure Batch pools may need to pull container images from more than one private Azure Container Registry, but azure.registry only supported a single set of credentials.

What

  • azure.registry now accepts either a single registry map (unchanged, backward-compatible) or a list of registry maps
  • AzConfig.registries() returns the parsed List<AzRegistryOpts>
  • AzBatchService builds one ContainerRegistryReference per configured registry when creating a pool's VM config
  • Added tests covering none/single/multiple/mixed-configured registries
  • Updated docs/azure.mdx and docs/reference/config.mdx

🤖 Generated with Claude Code

Allow `azure.registry` to accept a list of registry definitions, in
addition to the existing single registry map, so images can be pulled
from more than one private Azure Container Registry.

Generated by Claude Code

Signed-off-by: adamrtalbot <12817534+adamrtalbot@users.noreply.github.com>
@adamrtalbot adamrtalbot requested a review from a team as a code owner July 9, 2026 17:57
@netlify

netlify Bot commented Jul 9, 2026

Copy link
Copy Markdown

Deploy Preview for nextflow-docs ready!

Name Link
🔨 Latest commit 04734c9
🔍 Latest deploy log https://app.netlify.com/projects/nextflow-docs/deploys/6a4fe0f98eb43700082d83e2
😎 Deploy Preview https://deploy-preview-7318--nextflow-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant