Monitoring Azure from a Raspberry Pi B?
We have an Azure cloud network that we would like to monitor with a standalone status board. One option is to do the "all Microsoft" Powershell thing with a windows device. Another option is to use the Linux and MAC Azure management tools released in 2012. There is also a Node.js based set of tools . An older MSDN blog entry is also useful for understanding this. Another option is to directly consume the Azure REST services used by the Node.js library. I decided to try the Node.js tools. REST service information is available on MSDN. It didn't work out for this generation of Raspberry Pi Hardware Sometimes when you have stuff lying around you just have to come up with some way to use it. Sometimes it works out fine and some times not so much. I have a 700MHz 512GB Raspberry Pi B computer sitting on the shelf with nothing to do. It is a nifty Linux ARM based computer: with built in Ethernet, USB, video and an hardware extension bus. This could host o...