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.