Update docs with max_parallel

This commit is contained in:
Jeff Mitchell 2016-06-08 12:22:18 -04:00
parent 3bf06b47e4
commit 3cce72b10d
1 changed files with 4 additions and 0 deletions

View File

@ -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)