Skip to content

Commit ab17f36

Browse files
authored
Update storage-blob-rehydration.md
1 parent e62b7f2 commit ab17f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If you don't want to rehydrate your archive blob, you can choose to do a [Copy B
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

3434
> [!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 copy may not complete copying and the destination blob will be empty. You may check the *x-ms-copy-status* to determine the state of the copy operation.
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.
3636
3737
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.
3838

0 commit comments

Comments
 (0)