Skip to content

Commit f23ae18

Browse files
committed
Minor edit
1 parent 5d599cb commit f23ae18

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ At the end of this article, you run two .NET console apps:
6464
6565
In this article, you use a sample from the Azure IoT C# samples repository you downloaded earlier as the device app. You can open the files below using Visual Studio, Visual Studio Code, or a text editor of your choice.
6666
67-
The sample is located at **azure-iot-samples-csharp/iot-hub/Samples/device/FileUploadSample** under the folder where you extracted the Azure IoT C# samples.
67+
The sample is located at **azure-iot-samples-csharp/iot-hub/Samples/device/FileUploadSample** in the folder where you extracted the Azure IoT C# samples.
6868
6969
Examine the code in **FileUpLoadSample.cs**. This file contains the main sample logic. After creating an IoT Hub device client, it follows the standard three-part procedure for uploading files from a device:
7070

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ These files are typically batch processed in the cloud, using tools such as [Azu
4343

4444
* [Maven 3](https://maven.apache.org/download.cgi)
4545

46-
* An active Azure account. (If you don't have an account, you can create a [free account](https://azure.microsoft.com/pricing/free-trial/) in just a couple of minutes.)
47-
4846
* Port 8883 should be open in your firewall. The device sample in this article uses MQTT protocol, which communicates over port 8883. This port may be blocked in some corporate and educational network environments. For more information and ways to work around this issue, see [Connecting to IoT Hub (MQTT)](iot-hub-mqtt-support.md#connecting-to-iot-hub).
4947

5048
[!INCLUDE [iot-hub-associate-storage](../../includes/iot-hub-include-associate-storage.md)]

0 commit comments

Comments
 (0)