Microsoft is aiming to make it easy to manage all your IoT devices

5 April 2016, by Mary Branscombe, techradar.pro – If you’re a business wanting to put your own devices into the Internet of Things, Azure has the range of services you need, claims Microsoft director for Azure IoT Sam George, and now it makes it easier to manage them.

iot suite devices-970-80
George enthuses: “We have a complete offering from the IoT cloud gateway that’s like a hub that allows you to connect devices to the storage options, the analytics options, the Power BI visualisation, and the rich business process workflow with Logic Apps, and we integrate all that with the Azure IoT Suite.”

If you don’t want to put your own system together “like Lego blocks, we have preconfigured solutions included in the subscription for remote monitoring and predictive maintenance.”

Big leap forward

He calls the new device management features in the Azure IoT Hub which were announced at Build last week “a leap forward for device management”. It works with any devices that support the popular LWM2M protocol from the Open Mobile Alliance. “We have customers who are very interested in managing devices – whether that’s Linux or Windows a range of OSes – and being able to manage those at scale,” George told techradar pro.

The options for this today aren’t always sophisticated, he points out. “Most of what’s called device management today is fairly simple create, read, update and delete, CRUD operations and loops. It’s really about keeping track of which devices you provisioned and removing them if you don’t need them anymore.

“That’s not really device management – it’s necessary but really, device management is the ability to update firmware and software and configurations across your devices.”

Hierarchical topologies

Not only can you update your devices instead of just knowing how many you have, you can also arrange them logically, using the Azure IoT Hub. “That’s another very important part of the puzzle,” George says. “We’re giving developers the ability to organise their devices into hierarchical topologies, so that you can group devices and organise them on your domain.”

Once you’re dealing with large numbers of devices and sensors, being able to put them in groups makes those devices much more controllable and manageable. “If I’m doing building management and I have sensors and actuators that can turn on my lights, if I have thousands of those devices, I don’t think of them as a flat list. I want to be able to organise them into locations, into the buildings and floors and rooms where they’re located.

“We also allow you to create a rich topology and organise your devices into that topology. So when you want to update the firmware or the software or the configuration of those devices, this allows you to do that in terms of the logical topology. That means you can update all the lights on the first floor, at a certain time when your building operations team tells you it’s safe to update them. That’s a very important part of device management.”

Access control

Once you have all your devices organised, you can control who has access to them. You don’t necessarily want people to be able to update all the devices in your system, so the IoT Hub portal now includes options for different permissions. “You might want part of your operations team to have access to the devices that are in one building and you have another group that needs to have access to the devices in another building.”

The permissions are managed through Azure Active Directory, using familiar options like groups, George explains, “so you can create a group with access to the specific building they need to manage.”

Registry Management, Groups, Queries and Jobs

The device management options are in preview at the moment and they work through a set of APIs. The Device Registry Management API can store both device information – like the firmware version, serial number or the name of the manufacturer – and service information like tags applied by the IoT Hub to different devices. The Device Groups API lets you group devices and control access to them, and if you have a lot of devices the Device Queries API lets you search for them using tags or device properties. The Device Jobs API is what you use to run and monitor updates to your devices.

“Azure IoT Hub device management maintains device properties in the cloud as well as their location in these custom hierarchies. Using these new APIs, users can build visualisations of these custom hierarchies and update devices based on them,” George explains.

IoT starter kits

For businesses who don’t already have IoT devices they want to manage, or who want to add new kinds of devices, Microsoft is also now offering its own IoT ‘starter kits’ with Intel Edison, Arduino and Raspberry Pi hardware that’s certified to work with Azure IoT services, to simplify getting started with IoT projects.

George doesn’t expect businesses to want to build their own IoT hardware, but they do want a quick way of creating prototypes to try out their ideas about IoT services. “We’re seeing a lot of enterprises that are starting out with this level of device to see what IoT can do for them and then they quickly move on to more industrial strength devices.”

For them, the starter kits are a faster way to get going. “It reduces the time it takes you to get going, because you open it up and a there’s guided walkthroughs for how to get everything up and running with Azure. You can make one of these solutions really quickly now, because you don’t have to put a lot of thought into which devices to start prototyping with. You can just get the starter kit and you’re ready to go,” George told techradar pro.