Skip to content

Commit a08fc88

Browse files
committed
Fixes
1 parent 237df39 commit a08fc88

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

articles/iot-edge/configure-device.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The **hostname**, **parent_hostname**, **trust_bundle_cert**, **allow_elevated_d
2626

2727
### Hostname
2828

29-
To enable gateway discovery, every IoT Edge gateway (parent) device needs to specify a hostname parameter that its child devices use to find it on the local network. The *edgeHub* module also uses the hostname parameter to match with its server certificate. For more information, see [Why does EdgeGateway need to be told about its own hostname?](iot-edge-certs.md#why-does-edgegateway-need-to-be-told-about-its-own-hostname)
29+
To enable gateway discovery, every IoT Edge gateway (parent) device needs to specify a hostname parameter that its child devices use to find it on the local network. The *edgeHub* module also uses the hostname parameter to match with its server certificate. For more information, see [Why does EdgeGateway need to be told about its own hostname?](iot-edge-certs.md#why-does-edgegateway-need-to-know-its-own-hostname)
3030

3131
> [!NOTE]
3232
> When the hostname value isn't set, IoT Edge attempts to find it automatically. However, clients in the network might not be able to discover the device if it isn't set.

articles/iot-edge/how-to-update-iot-edge.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ On Linux x64 devices, use `apt-get` or your appropriate package manager to updat
7272

7373
Update `apt`:
7474

75-
```bash
76-
sudo apt-get update
77-
```
75+
```bash
76+
sudo apt-get update
77+
```
7878

79-
> [!NOTE]
80-
> For instructions on how to get the latest repository configuration from Microsoft, see the preliminary steps to [Install IoT Edge](how-to-provision-single-device-linux-symmetric.md#install-iot-edge).
79+
> [!NOTE]
80+
> For instructions on how to get the latest repository configuration from Microsoft, see the preliminary steps to [Install IoT Edge](how-to-provision-single-device-linux-symmetric.md#install-iot-edge).
8181
8282
Check which versions of IoT Edge are available:
8383

0 commit comments

Comments
 (0)