How to move data from Azure IoT Hub to SAP Digital Manufacturing cloud(DMC)

Pavan Puligandla 85 Reputation points
2025-05-15T05:29:15.57+00:00

Hi,

I'm looking for some guidance or reference architecture on connecting SAP DMC as a listener to Azure IoT Hub(Event Grid or Event Hub) MQTT messages directly rather thru a logic app. Any help is greatly appreciated.

Thanks

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,271 questions
{count} votes

Accepted answer
  1. VSawhney 715 Reputation points Microsoft External Staff Moderator
    2025-05-16T03:08:48.8266667+00:00

    Hello Pavan Puligandla,

    It sounds like you're trying to connect SAP Digital Manufacturing Cloud (DMC) directly to Azure IoT Hub to receive MQTT messages. While I couldn't find a specific architecture or documentation relating to the direct connection you're seeking, there are a few pathways you can explore.

    1. Azure IoT Hub with Event Grid/Event Hub: Azure IoT Hub supports both Event Grid and Event Hub, which allows for event-driven architectures. You might want to consider setting up Azure Stream Analytics to process the messages and then send them to an endpoint or service that can interact with SAP DMC.

    https://learn.microsoft.com/en-us/azure/iot/iot-mqtt-connect-to-iot-hub#compare-mqtt-support-in-iot-hub-and-event-grid

    1. Using Azure Data Factory: Although it seems you want to avoid Logic Apps, Azure Data Factory can serve as a potential bridge. You can set up a pipeline that mimics the behavior of listening to IoT messages and sending them directly to SAP DMC.

    https://learn.microsoft.com/en-us/azure/data-factory/industry-sap-connectors

    1. SAP OData Services: You can also expose your SAP ECC or SAP S/4HANA data through OData services. If SAP DMC can listen for these, this could be an alternative way to push data.
    2. Referencing Architecture: While specific architecture for your case may not exist directly, the Azure Industrial IoT reference architecture can give insights into integrating Azure and SAP.

    Hope this helps. Thank you!

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.