From 6efe6b2c427a239f9122b97dff7169cf06b6afe5 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Fri, 13 Sep 2019 19:11:35 +0200 Subject: [PATCH] =?UTF-8?q?r/storage=5Fblob:=20documenting=20that=20`paral?= =?UTF-8?q?lelism`=20is=20only=20for=20page=E2=80=A6=20(#4324)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/docs/r/storage_blob.html.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/r/storage_blob.html.markdown b/website/docs/r/storage_blob.html.markdown index 483e4771a94a..86daefc33ce8 100644 --- a/website/docs/r/storage_blob.html.markdown +++ b/website/docs/r/storage_blob.html.markdown @@ -71,6 +71,8 @@ The following arguments are supported: * `parallelism` - (Optional) The number of workers per CPU core to run for concurrent uploads. Defaults to `8`. +~> **NOTE:** `parallelism` is only applicable for Page blobs - support for [Block Blobs is blocked on the upstream issue](https://github.com/tombuildsstuff/giovanni/issues/15). + * `metadata` - (Optional) A map of custom blob metadata. * `attempts` - (Optional / **Deprecated**) The number of attempts to make per page or block when uploading. Defaults to `1`.