Skip to content
Merged
Changes from all 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
7 changes: 7 additions & 0 deletions docs/src/main/sphinx/object-storage/file-system-azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ system support:
- Maximum number of concurrent write operations. Defaults to 8.
* - `azure.max-single-upload-size`
- [Data size](prop-type-data-size) Defaults to `4MB`.
* - `azure.max-http-requests`
- Maximum [integer](prop-type-integer) number of concurrent HTTP requests to
Comment thread
mosabua marked this conversation as resolved.
Outdated
Azure on every node. Defaults to double the number of processors on the
node. Minimum `1`. Use this property to reduce the number of connections
when you observe too many connections from your Trino cluster nodes to
Azure Storage and encounter rate limiting issues.

:::

(azure-access-key-authentication)=
Expand Down