The IoT Modules can be modified using the Azure portal. Microsoft provides two methods to change modules ‘over the air’:
- Module Identity Twin
- Direct Method
Doorgaan met het lezen van “Adding an array to your ModuleTwin desired properties”
Microsoft MVP Azure | IoT Platform Architect | Speaker about IoT | Let me add some value
The IoT Modules can be modified using the Azure portal. Microsoft provides two methods to change modules ‘over the air’:
Doorgaan met het lezen van “Adding an array to your ModuleTwin desired properties”
Microsoft is providing multiple solutions regarding IoT. If you want to do everything yourself, go for the PaaS services. If you have no programming skills at your disposal, go for IoT central which is a full SaaS solution for IoT.
But if you have skilled programmers in your team and you want to use the full power of Azure IoT, look at the Azure IoT solution accelerators (fka Azure IoT Suites).
There are several accelerators:
At this moment, Microsoft provides five accelerators. One is built by partner Intel (Intel Connected Logistics platform). One is just a simple one for starting to generate lots of telemetry messages (Device Simulation).
The other three are platforms built by Microsoft themselves and these are a great starting point to start building your own IoT platform.
For example, let’s look at the Connected Factory platform. You can create it within fifteen minutes:
Just let a wizard create the resources in your own subscription:
And then you have a running solution.
Do you want to change it? The code and ARM templates of this Connected Factory accelerator can be found on Github.
The same goes for the other accelerators!
For me the most tricky part is something trivial: how do I give a colleague access to these raw diamonds?
Doorgaan met het lezen van “How to give a friend full access to Azure Accelerators”