We are playing with ASA and we just reach a certain point that we cannot go forward.
Our Scenario: EventHub -> Stream Analytics -> SQL Server
What we like to do: After receive some event, stream analytics should get the information, lookup on our sql server azure db some row, sum() and update back the sql server.
As far we know, ASA just uses SELECTs not UPDATEs.
Does anyone know how to do it?