简体   繁体   中英

Azure Cosmos Change Feed feeding into Event Grid

I am using a cosmos DB and I am looking to use the change feed to send changes over an azure event grid to other databases or listeners interested in the changes.

I am sure that the cosmos DB change feed cannot be directly piped into the event grid but how do I make the change feed an event source to pipe into the event grid.

Any input would be much appreciated.

You can use Azure functions. They can be setup to be triggered by any changes in your CosmosDB and transfer those changes to your Event grid topic.

CosmosDB trigger Functions LINK and Event grid output bindings LINK .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM