Skip to content

Commit fa94086

Browse files
committed
Edits
1 parent c3a9932 commit fa94086

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ Follow this procedure to upload a file from a device to IoT hub:
2929
* Upload the file to Azure storage
3030
* Notify IoT hub of the file upload status
3131

32-
### Connect to IoT hub
32+
### Connect to the device
3333

34-
Call [CreateFromConnectionString](/dotnet/api/microsoft.azure.devices.client.deviceclient.createfromconnectionstring?#microsoft-azure-devices-client-deviceclient-createfromconnectionstring(system-string)) to connect to IoT hub. See the prerequisites section for how to look up the device primary connection string.
34+
Call [CreateFromConnectionString](/dotnet/api/microsoft.azure.devices.client.deviceclient.createfromconnectionstring?#microsoft-azure-devices-client-deviceclient-createfromconnectionstring(system-string)) to connect to the device. See the prerequisites section for how to look up the device primary connection string.
3535

3636
`AMQP` is the default transport protocol.
3737

0 commit comments

Comments
 (0)