Added IoT VSCode instructions in notebook

This commit is contained in:
Micheleen Harris 2020-06-21 16:43:49 -07:00
Родитель bc39c00276
Коммит 13cd7d712e
2 изменённых файлов: 11 добавлений и 1 удалений

Двоичные данные
assets/iot_edge_select_iot_hub_conn_str.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 43 KiB

Просмотреть файл

@ -538,7 +538,17 @@
"metadata": {},
"source": [
"## Congratulations!\n",
"You made it to the end of the tutorial! You can monitor messages from your edge device to your IoT Hub with VS Code and the [Azure IoT Hub Toolkit](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit) extension."
"You made it to the end of the tutorial! You can monitor messages from your edge device to your IoT Hub with VS Code and the [Azure IoT Hub Toolkit](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit) extension.\n",
"\n",
"After installing the extension in VSCode, log in to the Azure Account (View -> Command Palette -> \"Azure: Sign in to Azure Cloud\").\n",
"\n",
"Select the IoT Hub by: View -> Command Palette -> \"Azure IoT Hub: Set IoT Hub Connection String\".\n",
"\n",
"<img width=\"50%\" src=\"../../assets/iot_edge_select_iot_hub_conn_str.png\">\n",
"\n",
"Monitor the built in endpoint by right clicking on the Device under the Azure IoT Hub (expand this in the lower left corner), selecting \"Start Monitoring Built-in Event Endpoint\" (will monitor all messages from any device module to IoT Hub).\n",
"\n",
"<img width=\"50%\" src=\"../../assets/iot_edge_monitor_vscode.png\">"
]
},
{