Skip to content

Commit 12a0760

Browse files
authored
Merge pull request #114990 from xyh1/patch-115
copy warning
2 parents 84e3dce + ab17f36 commit 12a0760

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/storage/blobs/storage-blob-rehydration.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ If you don't want to rehydrate your archive blob, you can choose to do a [Copy B
3131

3232
Copying a blob from archive can take hours to complete depending on the rehydrate priority selected. Behind the scenes, the **Copy Blob** operation reads your archive source blob to create a new online blob in the selected destination tier. The new blob may be visible when you list blobs but the data is not available until the read from the source archive blob is complete and data is written to the new online destination blob. The new blob is as an independent copy and any modification or deletion to it does not affect the source archive blob.
3333

34+
> [!IMPORTANT]
35+
> Do not delete the the source blob until the copy is completed successfully at the destination. If the source blob is deleted then the destination blob may not complete copying and will be empty. You may check the *x-ms-copy-status* to determine the state of the copy operation.
36+
3437
Archive blobs can only be copied to online destination tiers within the same storage account. Copying an archive blob to another archive blob is not supported. The following table indicates CopyBlob's capabilities.
3538

3639
| | **Hot tier source** | **Cool tier source** | **Archive tier source** |

0 commit comments

Comments
 (0)