Query Azure MS SQL Database from Raspberry Pi - Windows 10 IoT Core - Chakra Core Node.js
- Create Azure MS SQL DB
- Modify server.js config variable
var config = { user: '', password: '!', server: '', // You can use 'localhost\instance' to connect to named instance database: '',
options: {
encrypt: true // Use this if you're on Windows Azure
}
}
- run in project folder "node server.js"