Skip to content

Commit 921a96a

Browse files
authored
Merge pull request #113245 from kgremban/apr29-pythondownstreamsample2
update python downstream sample
2 parents 58771f5 + 91581f4 commit 921a96a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/iot-edge/how-to-connect-downstream-device.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@ This section introduces a sample application to connect an Azure IoT Java device
178178

179179
This section introduces a sample application to connect an Azure IoT Python device client to an IoT Edge gateway.
180180

181-
1. Get the sample for **send_message** from the [Azure IoT device SDK for Python samples](https://github.com/Azure/azure-iot-sdk-python/tree/master/azure-iot-device/samples/async-edge-scenarios).
182-
2. Ensure that you are either running in an IoT Edge container, or in a debug scenario, have the `EdgeHubConnectionString` and `EdgeModuleCACertificateFile` environment variables set.
183-
3. Refer to the SDK documentation for instructions on how to run the sample on your device.
181+
1. Get the sample for **send_message_downstream** from the [Azure IoT device SDK for Python samples](https://github.com/Azure/azure-iot-sdk-python/tree/master/azure-iot-device/samples/async-edge-scenarios).
182+
2. Set the `IOTHUB_DEVICE_CONNECTION_STRING` and `IOTEDGE_ROOT_CA_CERT_PATH` environment variables as specified in the Python script comments.
183+
3. Refer to the SDK documentation for any additional instructions on how to run the sample on your device.
184184

185185
## Test the gateway connection
186186

0 commit comments

Comments
 (0)