Skip to content

Commit 9f2d572

Browse files
committed
added image for queue storage
1 parent cf98c57 commit 9f2d572

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

901 KB
Loading

blog/azure-storage-options/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,8 @@ They're not glamorous. But remove them from a production pipeline and things fal
222222

223223
Queue Storage stores **messages**, small packets of information passed between services asynchronously.
224224

225+
![queue_storage](./img/queue_storage.png)
226+
225227
In a data pipeline context, Queue Storage is typically used as a **trigger mechanism**. When a new file lands in ADLS Gen2, Azure Blob Storage can emit an event that drops a message into a Queue. Azure Data Factory (or an Azure Function) listens to that Queue and kicks off the pipeline automatically.
226228

227229
```

0 commit comments

Comments
 (0)