Send or retrieve data from Microsoft Azure

Hi everyone, I would like to ask how to read and write the query from Microsoft Azure.

Previous I using MSSQL to store the data so example my query like following picture.
image
I insert the data to MSSQL, but now I want insert the data to Microsoft Azure. How?

This is I founded on online https://www.npmjs.com/package/node-red-contrib-azure-sql but the data is fix.

How to replace this 3 values?

If I reply late, please apologizes.
Thanks.

msg.payload contains a string, to concatenate strings in javascript see this page http://2ality.com/2011/10/string-concatenation.html

1 Like