Real-time notifications when data in Azure SQL changes
In this article, Alex Yin showcases how to generate real-time notifications when your data in Azure SQL changes (in this example, when an order is placed).
It leverages:
the Change Data Capture feature of an Azure SQL DB (although it also works with other DBs too),
Eventstreams to process the CDC stream
Real-time Alerts to get a notification
Can you think of any other ways to use this same pattern?
8
1 comment
Real-time notifications when data in Azure SQL changes