Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 41a9867

Browse files
Sameer Naiksameersbn
authored andcommitted
azureblobstorage: add note about breaking change in 1.25 (#381)
1 parent 0ed817a commit 41a9867

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/sources/azureblobstorage.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
This event source subscribes to blob events from an [Azure Storage Account][storage-acc] through an Event Grid subscription. Events are consumed from a dedicated [Event Hubs instance][eventhubs].
44

5+
!!! warning "Minor breaking change in 1.25"
6+
7+
The `AzureBlobStorage` source uses Azure Event Grid under the hood to transport Blob Storage events into TriggerMesh. In `1.25`, the naming convention used to create subscriptions in Azure Event Grid has changed and compatibility is not maintained with the previous naming convention. This means that when updating to `1.25`, we recommend that users of `AzureBlobStorage` source first delete existing components and then create a new ones. This will delete the old Event Grid subscription before creating the new one with the new naming convention. It isn't a big deal if you don't do this, simply know that a new subscription will be created in Azure Event Grid and the old one will linger unused.
58

69
With `tmctl`:
710

0 commit comments

Comments
 (0)