Skip to content

Commit 690dd01

Browse files
Merge pull request #277312 from pauljewellmsft/dev-guide-updates
Add link to perf tuning
2 parents d55999f + 83d85ee commit 690dd01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/storage/blobs/storage-blob-upload-javascript.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ The following code example shows how to set values for [BlockBlobParallelUploadO
7878

7979
:::code language="javascript" source="~/azure_storage-snippets/blobs/howto/JavaScript/NodeJS-v12/dev-guide/upload-blob-with-transfer-options.js" id="Snippet_UploadBlobTransferOptions":::
8080

81+
To learn more about tuning data transfer options, see [Performance tuning for uploads and downloads with JavaScript](storage-blobs-tune-upload-download-javascript.md).
82+
8183
### Upload a block blob with index tags
8284

8385
Blob index tags categorize data in your storage account using key-value tag attributes. These tags are automatically indexed and exposed as a searchable multi-dimensional index to easily find data.

0 commit comments

Comments
 (0)