Skip to content

Commit 9cb5cc8

Browse files
authored
fix file links
1 parent 25c8ff9 commit 9cb5cc8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/iot-hub/iot-hub-devguide-file-upload.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ The following how-to guides provide complete, step-by-step instructions to uploa
9494

9595
| How-to guide | Device SDK example | Service SDK example |
9696
|---------|--------|---------|
97-
| [.NET](how-to-file-upload?pivots=programming-language-csharp) | Yes | Yes |
98-
| [Java](./how-to-file-upload?pivots=programming-language-java) | Yes | Yes |
99-
| [Node.js](/how-to-file-upload?pivots=programming-language-node) | Yes | Yes |
100-
| [Python](./how-to-file-upload?pivots=programming-language-python) | Yes | No (not supported) |
97+
| [.NET](./how-to-file-upload.md?pivots=programming-language-csharp) | Yes | Yes |
98+
| [Java](./how-to-file-upload.md?pivots=programming-language-java) | Yes | Yes |
99+
| [Node.js](./how-to-file-upload.md?pivots=programming-language-node) | Yes | Yes |
100+
| [Python](./how-to-file-upload.md?pivots=programming-language-python) | Yes | No (not supported) |
101101

102102
> [!NOTE]
103103
> The C device SDK uses a single call on the device client to perform file uploads. For more information, see [IoTHubDeviceClient_UploadToBlobAsync()](https://github.com/Azure/azure-iot-sdk-c/blob/main/iothub_client/inc/iothub_device_client.h#L328) and [IoTHubDeviceClient_UploadMultipleBlocksToBlobAsync()](https://github.com/Azure/azure-iot-sdk-c/blob/main/iothub_client/inc/iothub_device_client.h#L350). These functions perform all aspects of the file upload in a single call: initiating the upload, uploading the file to Azure storage, and notifying IoT Hub when it completes. This interaction means that, in addition to whatever protocol the device is using to communicate with IoT Hub, the device also needs to be able to communicate over HTTPS with Azure storage as these functions make calls to the Azure storage APIs.

0 commit comments

Comments
 (0)