Azure IoT: send messages with C#
Requirements
- You must have created an IoT Hub in Azure.
- You must have created a device in your created Azure IoT Hub .
- You need the connection string your IoT Hub device (
IoT Hub -> Devices -> Select Device -> Configurations)
NuGet
To use the DeviceClient , which opens the connection to your Azure IoT Hub , you need the NuGet package Microsoft.Azure.Devices.Client
Read Blog Post







