Skip to content

Commit 58a0864

Browse files
Merge pull request #213022 from normesta/azcopy
Removing AzCopy example as this is not technically supported
2 parents e5357fe + 9a7ce4b commit 58a0864

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

articles/storage/blobs/archive-rehydrate-to-online-tier.md

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: normesta
77

88
ms.service: storage
99
ms.topic: how-to
10-
ms.date: 08/24/2022
10+
ms.date: 09/29/2022
1111
ms.author: normesta
1212
ms.reviewer: fryu
1313
ms.custom: devx-track-azurepowershell
@@ -89,16 +89,7 @@ az storage blob copy start \
8989

9090
#### [AzCopy](#tab/azcopy)
9191

92-
To copy an archived blob to an online tier with AzCopy, use [azcopy copy](..\common\storage-ref-azcopy-copy.md) command and set the `--block-blob-tier` parameter to the target tier.
93-
94-
> [!NOTE]
95-
> 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 also contains no SAS token because it assumes that you've provided authorization credentials by using Azure Active Directory (Azure AD). 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.
96-
97-
```azcopy
98-
azcopy copy 'https://mystorageeaccount.blob.core.windows.net/mysourcecontainer/myTextFile.txt' 'https://mystorageaccount.blob.core.windows.net/mydestinationcontainer/myTextFile.txt' --block-blob-tier=hot
99-
```
100-
101-
The copy operation is synchronous so when the command returns, it indicates that all files have been copied.
92+
N/A
10293

10394
---
10495

@@ -185,16 +176,7 @@ az storage blob copy start \
185176

186177
#### [AzCopy](#tab/azcopy)
187178

188-
To copy an archived blob to a blob in an online tier in a different storage account with AzCopy, use [azcopy copy](..\common\storage-ref-azcopy-copy.md) command and set the `--block-blob-tier` parameter to the target tier.
189-
190-
> [!NOTE]
191-
> 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 also contains no SAS token because it assumes that you've provided authorization credentials by using Azure Active Directory (Azure AD). 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.
192-
193-
```azcopy
194-
azcopy copy 'https://mysourceaccount.blob.core.windows.net/mycontainer/myTextFile.txt' 'https://mydestinationaccount.blob.core.windows.net/mycontainer/myTextFile.txt' --block-blob-tier=hot
195-
```
196-
197-
The copy operation is synchronous so when the command returns, it indicates that all files have been copied.
179+
N/A
198180

199181
---
200182

0 commit comments

Comments
 (0)