Introduction
Event Grid helps different parts of your cloud apps talk to each other by sending messages when things happen. It solves the problem of making apps react quickly and automatically without checking all the time.
When you want to send a message automatically after a file is uploaded to storage.
When you want to trigger a function right after a database record changes.
When you want to connect different apps so one can react to events from another.
When you want to reduce waiting time by reacting instantly to changes.
When you want to build apps that work together without tight connections.