Skip to content

Commit 8011258

Browse files
committed
Clarify GatewayHostName
1 parent 5d54915 commit 8011258

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: How to create a trusted connection between an IoT Edge gateway and
44
author: PatAltimore
55

66
ms.author: patricka
7-
ms.date: 07/17/2023
7+
ms.date: 05/15/2024
88
ms.topic: conceptual
99
ms.service: iot-edge
1010
services: iot-edge
@@ -957,7 +957,7 @@ Learn more about the [Defender for IoT micro agent](../defender-for-iot/device-b
957957
958958
1. Select the :::image type="icon" source="media/how-to-connect-downstream-iot-edge-device/copy-icon.png" border="false"::: button to copy your Connection string (primary key).
959959
960-
1. Paste the Connection string into a text editing application, and add the GatewayHostName to the string. For example, `HostName=nested11.azure-devices.net;DeviceId=downstream1;ModuleId=module1;SharedAccessKey=xxx;GatewayHostName=10.16.7.4`.
960+
1. Paste the connection string into a text editing application, and add the *GatewayHostName* to the string. The [GatewayHostName](iot-edge-as-gateway.md#gateway-discovery) is the fully qualified domain name or IP address of the parent device. For example, `HostName=nested11.azure-devices.net;DeviceId=downstream1;ModuleId=module1;SharedAccessKey=xxx;GatewayHostName=10.16.7.4`.
961961
962962
1. Open a terminal on the downstream device.
963963

0 commit comments

Comments
 (0)