Update docs with max_parallel
This commit is contained in:
parent
3bf06b47e4
commit
3cce72b10d
|
@ -463,9 +463,13 @@ profile enabled. Vault will handle renewing profile credentials as they rotate.
|
|||
#### Backend Reference: Azure (Community-Supported)
|
||||
|
||||
* `accountName` (required) - The Azure Storage account name
|
||||
|
||||
* `accountKey` (required) - The Azure Storage account key
|
||||
|
||||
* `container` (required) - The Azure Storage Blob container name
|
||||
|
||||
* `max_parallel` (optional) - The maximum number of concurrent connections to Azure. Defaults to "128".
|
||||
|
||||
The current implementation is limited to a maximum of 4 MBytes per blob/file.
|
||||
|
||||
#### Backend Reference: MySQL (Community-Supported)
|
||||
|
|
Loading…
Reference in New Issue