Skip to content

Document Azure sovereign cloud DNS suffix configuration#242

Open
mhotan wants to merge 2 commits intomainfrom
feat/azure-custom-dns-suffix
Open

Document Azure sovereign cloud DNS suffix configuration#242
mhotan wants to merge 2 commits intomainfrom
feat/azure-custom-dns-suffix

Conversation

@mhotan
Copy link
Contributor

@mhotan mhotan commented Feb 19, 2026

Summary

  • Adds documentation and a new global AZURE_STORAGE_DNS_SUFFIX for configuring custom Azure Storage DNS suffixes needed for sovereign cloud deployments (Azure China, Azure Government)
  • Documents the three configuration touchpoints that must be updated together: storage.metadataPrefix, stow configDomainSuffix, and config.operator.clusterData.metadataBucketPrefix
  • Adds a new test case (dataplane.azure-custom-dns-suffix) validating end-to-end rendering with dfs.core.chinacloudapi.cn

Key diff in generated output vs standard Azure test:

+          configDomainSuffix: 'dfs.core.chinacloudapi.cn'    # stow connects to correct endpoint
-        metadataBucketPrefix: ...dfs.core.windows.net
+        metadataBucketPrefix: ...dfs.core.chinacloudapi.cn   # operator metadata path
-      rawoutput-prefix: ...dfs.core.windows.net
+      rawoutput-prefix: ...dfs.core.chinacloudapi.cn         # propeller output prefix

Test plan

  • make generate-expected succeeds
  • make test passes (helm diff + kubeconform)
  • Review generated output at tests/generated/dataplane.azure-custom-dns-suffix.yaml

🤖 Generated with Claude Code

Add guidance for configuring custom Azure Storage DNS suffixes needed for
sovereign cloud deployments (Azure China, Azure Government). This covers
three configuration touchpoints: storage.metadataPrefix, stow
configDomainSuffix, and config.operator.clusterData.metadataBucketPrefix.

Includes a new test case validating end-to-end rendering with a custom DNS
suffix (dfs.core.chinacloudapi.cn).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@aviator-app
Copy link
Contributor

aviator-app bot commented Feb 19, 2026

Current Aviator status

Aviator will automatically update this comment as the status of the PR changes.
Comment /aviator refresh to force Aviator to re-examine your PR (or learn about other /aviator commands).

This pull request is currently open (not queued).

How to merge

To merge this PR, comment /aviator merge or add the mergequeue label.


See the real-time status of this PR on the Aviator webapp.
Use the Aviator Chrome Extension to see the status of your PR within GitHub.

# When set, this controls both rawoutput-prefix and metadataBucketPrefix.
# Default (Azure Public): "abfs://<container>@<account>.dfs.core.windows.net"
# Example for Azure China:
# metadataPrefix: "abfs://{{ .Values.global.METADATA_CONTAINER }}@{{ .Values.global.AZURE_STORAGE_ACCOUNT }}.dfs.core.chinacloudapi.cn"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think we can do work here to make it so this config use {{ .Values.global.AZURE_STORAGE_DNS_SUFFIX }}. Potentially a missing tpl somewhere.

…FIX global

Wire AZURE_STORAGE_DNS_SUFFIX through metadataPrefix, configDomainSuffix,
and metadataBucketPrefix so users only change one value for sovereign clouds.
Remove redundant azure-custom-storage-prefix test.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

2 participants