Skip to content

Commit d978edd

Browse files
Merge pull request #270659 from fhryo-msft/patch-22
Remove BlobCreated event for archive rehydration.
2 parents 4b218f9 + e7a76bd commit d978edd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/storage/blobs/archive-rehydrate-overview.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,9 @@ During the blob rehydration operation, you can call the [Get Blob Properties](/r
9999

100100
Rehydration of an archived blob may take up to 15 hours, and it is inefficient to repeatedly poll **Get Blob Properties** to determine whether rehydration is complete. Microsoft recommends that you use [Azure Event Grid](../../event-grid/overview.md) to capture the event that fires when rehydration is complete for better performance and cost optimization.
101101

102-
Azure Event Grid raises one of the following two events on blob rehydration, depending on which operation was used to rehydrate the blob:
102+
Azure Event Grid raises **Microsoft.Storage.BlobTierChanged** event on the completion of blob rehydration:
103103

104-
- The **Microsoft.Storage.BlobCreated** event fires when a blob is created. In the context of blob rehydration, this event fires when a [Copy Blob](/rest/api/storageservices/copy-blob) operation creates a new destination blob in either the hot or cool tier and the blob's data is fully rehydrated from the archive tier. If the account has the **hierarchical namespace** feature enabled on it, the `CopyBlob` operation works a little differently. In that case, the **Microsoft.Storage.BlobCreated** event is triggered when the `CopyBlob` operation is **initiated** and not when the Block Blob is completely committed.
105-
106-
- The **Microsoft.Storage.BlobTierChanged** event fires when a blob's tier is changed. In the context of blob rehydration, this event fires when a [Set Blob Tier](/rest/api/storageservices/set-blob-tier) operation successfully changes an archived blob's tier to the hot or cool tier.
104+
- The **Microsoft.Storage.BlobTierChanged** event fires when a blob's tier is changed. In the context of blob rehydration, this event fires when the access tier of a destination blob is successfully changed from archive tier to an online tier (hot, cool or cold tier). You can use Set Blob Tier operation to change the access tier of an archived blob or use Copy Blob operation to copy an archived blob to a new destination blob in an online tier.
107105

108106
To learn how to capture an event on rehydration and send it to an Azure Function event handler, see [Run an Azure Function in response to a blob rehydration event](archive-rehydrate-handle-event.md).
109107

0 commit comments

Comments
 (0)