Skip to content

Conversation

@bentsherman
Copy link
Member

Close #6580

This PR adds a config option for the Azure Blog Storage endpoint, similar to azure.batch.endpoint. It can be used to customize the endpoint, e.g. https://<accountName>.blob.core.chinacloudapi.cn,

It defaults to https://<accountName>.blob.core.windows.net

cc @dongspy for testing

@bentsherman bentsherman requested a review from a team as a code owner November 21, 2025 04:39
@netlify
Copy link

netlify bot commented Nov 21, 2025

Deploy Preview for nextflow-docs-staging ready!

Name Link
🔨 Latest commit 119c7cc
🔍 Latest deploy log https://app.netlify.com/projects/nextflow-docs-staging/deploys/692375c2d573b30008584924
😎 Deploy Preview https://deploy-preview-6596--nextflow-docs-staging.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.

Copy link
Collaborator

@christopher-hakkaart christopher-hakkaart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made a suggestion for the text to drift towards the some of the style we are aiming to standardize on. I can't comment on the code.

`azure.storage.endpoint`
: :::{versionadded} 25.11.0-edge
:::
: The blob storage service endpoint e.g. `https://nfbatch1.blob.core.windows.net`.
Copy link
Collaborator

@christopher-hakkaart christopher-hakkaart Nov 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
: The blob storage service endpoint e.g. `https://nfbatch1.blob.core.windows.net`.
: The blob storage service endpoint. For example, `https://nfbatch1.blob.core.windows.net`.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

nf-azure uses hardcoded blob.core.windows.net, cannot work with Azure China (*.chinacloudapi.cn)

3 participants