Azure-Samples / event-hubs-dotnet-import-from-sql

Simple cloud app that pulls incremental records from a SQL Azure table and pushes to event hub
MIT License
31 stars 29 forks source link

Update operation is not working! #6

Open dyutigithub opened 5 years ago

dyutigithub commented 5 years ago

I have one table in Azure SQL named Inventory (ProducId, ProductName, Price). Pulling data from that table to Event Hub and storing in a blob storage from event hub. Product Id is my Identity column. When I am inserting data in the table, it is getting reflected in my blob storage but trying to update value of an existing record, data is not getting updated in blob storage. Is there any anything I need to change in app.config file to make this work? Kindly help.