Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions modules/ROOT/pages/configuration/configuration-settings.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,42 @@ m|+++600+++
|===


== Cloud storage integration settings

Configuration settings are used for custom cloud storage and host authority endpoints, enabling support for non-public and private cloud Azure deployments.
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

These settings will be available in 5.26.4 and 2025.03. Is this true?
If it's true, I want to label them 'Available in 5.26.4' not 'Introduced in 5.26.4'. Because when we use Introduced in ... label this implies that a feature is available in all later versions. However, in this case settings are not available in 2025.01 and 2025.02 releases.

Copy link
Contributor

Choose a reason for hiding this comment

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

Correct


[role=label--enterprise-edition]
[[config_dbms.integrations.cloud_storage.azb.blob_endpoint_suffix]]
=== `dbms.integrations.cloud_storage.azb.blob_endpoint_suffix` label:new[Available in 5.26.4]

.dbms.integrations.cloud_storage.azb.blob_endpoint_suffix
[frame="topbot", stripes=odd, grid="cols", cols="<1s,<4"]
|===
|Description
a|Azure blob storage endpoint suffix.
Copy link
Contributor

Choose a reason for hiding this comment

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

I should have added a bit more detail in the code. Something like :
Azure blob storage endpoint suffix. You will need to change this if you aren't using Azure public cloud (e.g., if you are using Azure Government)

|Valid values
a|A string.
|Default value
m|++++++
|===


[role=label--enterprise-edition]
[[config_dbms.integrations.cloud_storage.azb.authority_endpoint]]
=== `dbms.integrations.cloud_storage.azb.authority_endpoint` label:new[Available in 5.26.4]

.dbms.integrations.cloud_storage.azb.authority_endpoint
[frame="topbot", stripes=odd, grid="cols", cols="<1s,<4"]
|===
|Description
a|Azure authority host endpoint (only required for certain methods of authentication, it should be specified in its full form - e.g., https://login.microsoftonline.com)
|Valid values
a|A string.
|Default value
m|++++++
|===


== Cluster settings

The cluster settings are used to configure the behavior of a Neo4j cluster.
Expand Down