Skip to content

Commit 72fad51

Browse files
authored
Fix validation issues
1 parent b36117d commit 72fad51

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

articles/iot-edge/how-to-configure-proxy-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ To use a proxy that performs traffic inspection, you must use either shared acce
385385

386386
## Fully qualified domain names (FQDNs) of destinations that IoT Edge communicates with
387387

388-
If your proxy has a firewall that requires you to allow-list all FQDNs for internet connectivity, review the list from [Allow connections from IoT Edge devices](production-checklist.md##allow-connections-from-iot-edge-devices) to determine which FQDNs to add.
388+
If your proxy has a firewall that requires you to allow-list all FQDNs for internet connectivity, review the list from [Allow connections from IoT Edge devices](production-checklist.md#allow-connections-from-iot-edge-devices) to determine which FQDNs to add.
389389

390390
## Next steps
391391

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -160,13 +160,6 @@ Make sure that the user **iotedge** has read permissions for the directory holdi
160160
1. *If this device is a child device*, find the **Parent hostname** section. Uncomment and update the `parent_hostname` parameter to be the FQDN or IP address of the parent device, matching whatever was provided as the hostname in the parent device's config file.
161161
162162
```toml
163-
# ==============================================================================
164-
# Parent hostname
165-
# ==============================================================================
166-
#
167-
# If this is a Nested Edge device, uncomment the next line to set the
168-
# parent hostname of this device.
169-
#
170163
parent_hostname = "my-parent-device"
171164
```
172165

0 commit comments

Comments
 (0)