Connect board to Azure without webhook

Is Boron allows to publish data directly to Azure or any other cloud?
This needs to happen without any Webhooks via Particle cloud.

@prasannarode, the Boron does not support direct encrypted transactions so it cannot publish data directly to Azure or any other cloud without webhooks.

thank you peekay for quick reply. I will use the webhook provided by Particle.
Its easy to configure using Console.

Depending on how you plan to connect to Azure, you could use a library like TlsTcpClient or MQTT-TLS to send messages directly to the cloud. I do this with AWS IoT.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.