Skip to content

Commit 648a26f

Browse files
Merge pull request #269846 from fhryo-msft/patch-21
AzCopy doesn't support copy from a source blob in archive tier.
2 parents 9290feb + 8653694 commit 648a26f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,8 @@ az storage blob copy start \
404404
To copy a blob from cool to hot with AzCopy, use [azcopy copy](..\common\storage-ref-azcopy-copy.md) command and set the `--block-blob-tier` parameter to `hot`.
405405

406406
> [!NOTE]
407-
> This example encloses path arguments with single quotes (''). Use single quotes in all command shells except for the Windows Command Shell (cmd.exe). If you're using a Windows Command Shell (cmd.exe), enclose path arguments with double quotes ("") instead of single quotes (''). <br>This example excludes the SAS token because it assumes that you've provided authorization credentials by using Microsoft Entra ID. See the [Get started with AzCopy](../common/storage-use-azcopy-v10.md) article to learn about the ways that you can provide authorization credentials to the storage service.
407+
> This example encloses path arguments with single quotes (''). Use single quotes in all command shells except for the Windows Command Shell (cmd.exe). If you're using a Windows Command Shell (cmd.exe), enclose path arguments with double quotes ("") instead of single quotes (''). <br><br>This example excludes the SAS token because it assumes that you've provided authorization credentials by using Microsoft Entra ID. See the [Get started with AzCopy](../common/storage-use-azcopy-v10.md) article to learn about the ways that you can provide authorization credentials to the storage service.
408+
> <br><br>AzCopy doesn't support copy from a source blob in archive tier.
408409
409410

410411

0 commit comments

Comments
 (0)