August 2017
Intermediate to advanced
254 pages
6h 10m
English
We will create a device simulator to upload one sample batch telemetry data file, but before this, we need to first configure the IoT Hub. So, let's start with the steps as follows:

using (var telemetryData = new FileStream(telemetryDataFile, FileMode.Open)){ await deviceClient.UploadToBlobAsync(telemetryDataFile, ...Read now
Unlock full access