You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a deep dive into the Azure IoT realm last fall and winter consisting of lots of reading, I'd like to show you areas where Dapr may fit into the Azure suite of IoT services.
The Azure Well Architected Framework has an excellent set of articles on IoT best practices at https://learn.microsoft.com/en-us/azure/well-architected/iot/iot-overview. There is a must read list of the Azure Technologies involved a few pages into that article sketched below. As you will no doubt discover, Dapr could play a key role here without massive amounts of work. This market is quite big, which is why Microsoft has invested heavily in it, creating a bunch of technology which is fairly mature by now!
Can Dapr be used by an App running on the Edge on on-prem to publish Device-to-Cloud messages to the IoT Hub, or any other messages supported by the IoT hub? This would likely be an app running on an Edge server in the field that talks to the IoT hub.
Does it make sense for Dapr in a cloud app to be able to send Cloud-to-Device messages to a device through the IoT Hub? This is kind of like Service Invocation, but aimed at a device via the IoT Hub.
Note that Dapr is able to receive messages from Azure Stream Analytics (ASA) in the form of numbers analyzed by ASA from the Event Streams in the IoT Hub's Event Hub. ASA can publish to the Azure Event Grid and Service Bus, to which Dapr can subscribe. It would be useful to have a code sample of this.
Is there a role that Dapr can play on the IoT Edge? IoT Edge is a runtime package that runs containers to control devices and also communicate with the IoT Hub. The IoT Hub and IoT Edge are designed as collaborators. Does Dapr fit into IoT Edge anywhere? IoT Edge has a "Bring your own code" capability" at https://learn.microsoft.com/en-us/azure/iot-edge/about-iot-edge?view=iotedge-1.5#bring-your-own-code.
I do not see an immediate role for Dapr in Device Provisioning Service or Azure Sphere.
Finally, Digital Twins and Time Series Databases are being rather heavily used in the Smart Buildings area (which is a strong growth area), as well as other Smart Things. This is an area for some one to research to see if Dapr fits in here.
The key question is how much is it worth to the Dapr community to support the above kinds of scenarios for IoT. Taking on a new partner or two that are already working in the IoT realm would help a lot in many ways.
In any event, at least now the Dapr community has a list of areas to get started in exploring the Azure IoT realm. HTH.
The text was updated successfully, but these errors were encountered:
Please keep in mind that in the broad area of IoT (both heavy industrial (OPC UA & Azure IoT Operations) and industrial (Azure IoT Hub/IoT Edge)) the elephants in the room are the Gartner Magic Quadrant Leaders. For 2024 they are AWS, Azure and Software AG in that order. You can search for this phrase on google to see the exact rankings.
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions.
After a deep dive into the Azure IoT realm last fall and winter consisting of lots of reading, I'd like to show you areas where Dapr may fit into the Azure suite of IoT services.
The Azure Well Architected Framework has an excellent set of articles on IoT best practices at https://learn.microsoft.com/en-us/azure/well-architected/iot/iot-overview. There is a must read list of the Azure Technologies involved a few pages into that article sketched below. As you will no doubt discover, Dapr could play a key role here without massive amounts of work. This market is quite big, which is why Microsoft has invested heavily in it, creating a bunch of technology which is fairly mature by now!
o Here is a great diagram of how Azure IoT Technologies fit together as "architecture layers": https://learn.microsoft.com/en-us/azure/well-architected/iot/iot-overview#iot-architecture-layers.
o Here is a list of the various services in the Azure IoT Suite: https://learn.microsoft.com/en-us/azure/well-architected/iot/iot-overview#core-layers-and-services. Here are key quotes from that link.
"The IoT core layers and services identify whether a solution is an IoT solution. The core layers of an IoT workload are:
Azure IoT Hub
Azure IoT device SDKs
Azure IoT Edge
IoT Hub Device Provisioning Service (DPS)
Azure Digital Twins
Azure Sphere."
Also of interest is Azure Stream Analytics, which uses an SQL like language to perform on-the-fly analyses of event streams in the Azure Event Hub (one of which is provided with the Azure IoT Hub). https://learn.microsoft.com/en-us/azure/stream-analytics/stream-analytics-introduction.
Here is my current view on places that Dapr could possibly fit in to the above Azure IoT Suite.
The key question is how much is it worth to the Dapr community to support the above kinds of scenarios for IoT. Taking on a new partner or two that are already working in the IoT realm would help a lot in many ways.
In any event, at least now the Dapr community has a list of areas to get started in exploring the Azure IoT realm. HTH.
The text was updated successfully, but these errors were encountered: