Skip to content

Commit 4a1480b

Browse files
committed
little more detail
1 parent c182ca5 commit 4a1480b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/event-grid/handler-event-grid-namespace-topic.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,13 @@ Now, you're ready to create an event subscription to the system topic for the so
117117

118118
To test the scenario, create a container in the Azure blob storage and upload a file to it. Verify that the event handler or endpoint for your namespace topic receives the blob created event.
119119

120+
When you upload a blob to a container in the Azure storage, here's what happens:
121+
122+
1. Azure Blob Storage sends a **Blob Created** event to your blob storage's system topic.
123+
1. The event is forwarded to your namespace topic as it's the event handler or endpoint for the system topic.
124+
1. The endpoint for the subscription to the namespace topic receives the forwarded event.
125+
126+
120127
## Related content
121128

122129
See the following articles:

0 commit comments

Comments
 (0)