Skip to content

Commit bc674b2

Browse files
committed
Edits
1 parent b9af409 commit bc674b2

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

articles/iot-hub/how-to-file-upload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ zone_pivot_groups: iot-hub-howto-c2d-1
1212
ms.custom: [amqp, mqtt, "Role: Cloud Development", "Role: IoT Device"]
1313
---
1414

15-
# Upload files from your device to the cloud with Azure IoT Hub
15+
# Upload files from a device to the cloud with Azure IoT Hub
1616

1717
This article demonstrates how to:
1818

includes/iot-hub-howto-file-upload-dotnet.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ ms.date: 07/01/2024
1111
ms.custom: mqtt, devx-track-csharp, devx-track-dotnet
1212
---
1313

14+
## Overview
15+
1416
This how-to contains two sections:
1517

1618
* Upload a file from a device application

includes/iot-hub-howto-file-upload-java.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ ms.date: 07/01/2024
1111
ms.custom: amqp, mqtt, devx-track-java, devx-track-extended-java
1212
---
1313

14+
## Overview
15+
1416
This how-to contains two sections:
1517

1618
* Upload a file from a device application
@@ -78,7 +80,7 @@ BlobClient blobClient =
7880
.buildClient();
7981
```
8082

81-
Call [uploadFromFile](/java/api/com.azure.storage.blob.blobclient?#com-azure-storage-blob-blobclient-uploadfromfile(java-lang-string)) to upload the file to blob storage.
83+
Call [uploadFromFile](/java/api/com.azure.storage.blob.blobclient?#com-azure-storage-blob-blobclient-uploadfromfile(java-lang-string)) to upload the file to Blob Storage.
8284

8385
```java
8486
String fullFileName = "Path of the file to upload";

includes/iot-hub-howto-file-upload-node.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ ms.date: 07/01/2024
1111
ms.custom: mqtt, devx-track-js
1212
---
1313

14+
## Overview
15+
1416
This how-to contains two sections:
1517

1618
* Upload a file from a device application

0 commit comments

Comments
 (0)