Skip to content

Commit 7d62a2b

Browse files
Update device-update-ubuntu-agent.md
1 parent 5219361 commit 7d62a2b

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

articles/iot-hub-device-update/device-update-ubuntu-agent.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,28 @@ For convenience, this tutorial uses a [cloud-init](../virtual-machines/linux/usi
7777
> [![Screenshot showing the DNS name of the iotedge vm.](../iot-edge/media/how-to-install-iot-edge-ubuntuvm/iotedge-vm-dns-name.png)](../iot-edge/media/how-to-install-iot-edge-ubuntuvm/iotedge-vm-dns-name.png)
7878
7979
> [!TIP]
80-
> If you want to SSH into this VM after setup, use the associated **DNS name** with the following command:
80+
> To SSH into this VM after setup, use the associated **DNS name** with the following command:
8181
`ssh <adminUsername>@<DNS_Name>`.
8282
83+
1. Open the configuration details (See how to [set up configuration file here](device-update-configuration-file.md) with the command below. Set your connectionType as 'AIS' and connectionData as empty string.
84+
85+
```markdown
86+
/etc/adu/du-config.json
87+
```
88+
89+
1. Restart the Device Update agent by running the following command:
90+
91+
```markdown
92+
sudo systemctl restart adu-agent
93+
```
94+
95+
Device Update for Azure IoT Hub software packages are subject to the following license terms:
96+
97+
* [Device update for IoT Hub license](https://github.com/Azure/iot-hub-device-update/blob/main/LICENSE)
98+
* [Delivery optimization client license](https://github.com/microsoft/do-client/blob/main/LICENSE)
99+
100+
Read the license terms before you use a package. Your installation and use of a package constitutes your acceptance of these terms. If you don't agree with the license terms, don't use that package.
101+
83102
### Manually prepare a device
84103
85104
Similar to the steps automated by the [cloud-init script](https://github.com/Azure/iotedge-vm-deploy/blob/1.2.0-rc4/cloud-init.txt), the following manual steps are used to install and configure a device. Use these steps to prepare a physical device.
@@ -234,4 +253,4 @@ Use the following tutorials for a simple demonstration of Device Update for IoT
234253
- [Image Update: Getting started with Raspberry Pi 3 B+ reference Yocto image](device-update-raspberry-pi.md) extensible via open source to build your own images for other architecture as needed.
235254
- [Proxy Update: Getting started using Device Update binary agent for downstream devices](device-update-howto-proxy-updates.md).
236255
- [Getting started using Ubuntu (18.04 x64) simulator reference agent](device-update-simulator.md).
237-
- [Device Update for Azure IoT Hub tutorial for Azure real-time operating system](device-update-azure-real-time-operating-system.md).
256+
- [Device Update for Azure IoT Hub tutorial for Azure real-time operating system](device-update-azure-real-time-operating-system.md).

0 commit comments

Comments
 (0)