connection to amazon web services

Aml Abbas 1 Reputation point
2022-02-17T12:11:15.88+00:00

Logo is now supporting Amazon web services
https://support.industry.siemens.com/cs/document/109781025/logo!-connection-to-a-cloud?dti=0&lc=en-WW

It sends data to AWS IoT Core but I need to get the data by azure function, so is there any way that I can connect to AWS IoT Core from azure function app or maybe connect to Logo directly?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,911 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Sander van de Velde | MVP 36,766 Reputation points MVP Volunteer Moderator
    2022-02-17T22:14:09.927+00:00

    Hello @Aml Abbas ,

    so data is coming from a Logo device and has to arrive in Azure?

    I checked the documentation and all cloud-related topics point to AWS only.

    You could wait until Siemens adds Azure IoT Hub support...

    For now, you need to find some way to send data into Azure.

    There are several ways to do this (eg. ingesting data using an IoT Hub, EventHub or Azure Function).

    You mention an Azure Function. Yes, an HTTP(S) triggered Azure function exposes an endpoint (aka Webhook) where you could send data to.

    An example is this Azure IoT Cental bridge based on Javascript.

    0 comments No comments

  2. Takahito Iwasa 4,851 Reputation points MVP Volunteer Moderator
    2022-03-19T21:01:12.52+00:00

    Hi. @Aml Abbas

    You can use AWS IoT Rules to process device data with AWS Lambda in the following ways:
    https://docs.aws.amazon.com/iot/latest/developerguide/iot-lambda-rule.html

    You can also access your IoT data using the AWS SDK / REST API. (Requires appropriate IAM policy)
    https://docs.aws.amazon.com/iot/latest/apireference/API_Operations_AWS_IoT_Data_Plane.html

    0 comments No comments

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.