Skip to content

Commit a7518c7

Browse files
committed
Removing line that states cold tier is not supported with azcopy
1 parent e7e4db8 commit a7518c7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

articles/storage/blobs/access-tiers-online-manage.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ az storage blob set-tier \
322322

323323
#### [AzCopy](#tab/azcopy)
324324

325-
To change a blob's tier to a cooler tier, use the [azcopy set-properties](..\common\storage-ref-azcopy-set-properties.md) command and set the `-block-blob-tier` parameter.
325+
To change a blob's tier to a cooler tier, use the [azcopy set-properties](..\common\storage-ref-azcopy-set-properties.md) command and set the `-block-blob-tier` parameter.
326326

327327
> [!IMPORTANT]
328328
> Using AzCopy to change a blob's access tier is currently in PREVIEW.
@@ -335,9 +335,6 @@ To change a blob's tier to a cooler tier, use the [azcopy set-properties](..\com
335335
azcopy set-properties 'https://<storage-account-name>.blob.core.windows.net/<container-name>/<blob-name>' --block-blob-tier=<tier>
336336
```
337337

338-
> [!NOTE]
339-
> Setting the `--block-blob-tier` parameter to `cold` is not yet supported. If you want to change a blob's tier to the `cold` tier, use the Azure portal, PowerShell, or the Azure CLI.
340-
341338
To change the access tier for all blobs in a virtual directory, refer to the virtual directory name instead of the blob name, and then append `--recursive=true` to the command.
342339

343340
```azcopy

0 commit comments

Comments
 (0)