Skip to content

Commit c748e74

Browse files
committed
fix instruction
1 parent 09df106 commit c748e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/Custom-Vision-Service/iot-visual-alert-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The following files handle the main functionality of the app.
6666
1. Update the `targetCVSProjectGuid` variable with the corresponding ID for the Custom Vision project that you want to use. **Important:** This needs to be a Compact image classification project, since we will be exporting the model to ONNX later.
6767
1. Set up IoT Hub setup:
6868
1. In the _IoTHub\IotHubWrapper.cs_ script, update the `s_connectionString` variable with the proper connection string for your device.
69-
1. Using the Azure portal, load your IoT Hub instance, click on **IoT devices** under **Explorers**, click on your target device (or create one if needed), and find the connection string under **Primary Connection String**. The format should be similar to `{your iot hub name}.azure-devices.net;DeviceId={your device id};SharedAccessKey={your access key}```
69+
1. Using the Azure portal, load your IoT Hub instance, click on **IoT devices** under **Explorers**, click on your target device (or create one if needed), and find the connection string under **Primary Connection String**. The string has three parts in following format: `{your iot hub name}.azure-devices.net;DeviceId={your device id};SharedAccessKey={your access key}`.
7070

7171
## Run the sample
7272

0 commit comments

Comments
 (0)