Skip to content

Commit

Permalink
Document azcopy config options (#5802)
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Sherman <[email protected]>
Co-authored-by: Adam Talbot <[email protected]>
  • Loading branch information
bentsherman and adamrtalbot authored Feb 27, 2025
1 parent ab358dc commit abacd93
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/reference/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,12 @@ The following settings are available:
`azure.activeDirectory.tenantId`
: The Azure tenant ID

`azure.azcopy.blobTier`
: The blob [access tier](https://learn.microsoft.com/en-us/azure/storage/blobs/access-tiers-overview) used by `azcopy` to upload files to Azure Blob Storage. Valid options are `None`, `Hot`, or `Cool` (default: `None`).

`azure.azcopy.blockSize`
: The block size (in MB) used by `azcopy` to transfer files between Azure Blob Storage and compute nodes (default: 4).

`azure.batch.accountName`
: The batch service account name.

Expand Down

0 comments on commit abacd93

Please sign in to comment.