Skip to content

Commit 73ea14d

Browse files
authored
Update tutorial-standalone-agent-binary-installation.md
------- cc: @batamig
1 parent 3d0577e commit 73ea14d

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

articles/defender-for-iot/device-builders/tutorial-standalone-agent-binary-installation.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,19 @@ Depending on your setup, the appropriate Microsoft package will need to be insta
4242

4343
1. Download the repository configuration that matches your device operating system.
4444

45-
- For Ubuntu 18.04
45+
- For Ubuntu 18.04:
4646

4747
```bash
4848
curl https://packages.microsoft.com/config/ubuntu/18.04/multiarch/prod.list > ./microsoft-prod.list
4949
```
5050

51-
- For Ubuntu 20.04
51+
- For Ubuntu 20.04:
5252

5353
```bash
5454
curl https://packages.microsoft.com/config/ubuntu/20.04/prod.list > ./microsoft-prod.list
5555
```
5656

57-
- For Debian 9 (both AMD64 and ARM64)
57+
- For Debian 9 (both AMD64 and ARM64):
5858

5959
```bash
6060
curl https://packages.microsoft.com/config/debian/stretch/multiarch/prod.list > ./microsoft-prod.list
@@ -87,11 +87,11 @@ Depending on your setup, the appropriate Microsoft package will need to be insta
8787
8888
## Connect via a proxy
8989
90-
This procedure describes how you can connect the Defender for IoT micro-agent to the IoT Hub via a proxy.
90+
This procedure describes how you can connect the Defender for IoT micro agent to the IoT Hub via a proxy.
9191
9292
**To configure connections via a proxy**:
9393
94-
1. On your micro-agent machine, create a `/etc/defender_iot_micro_agent/conf.json` file with the following content:
94+
1. On your micro agent machine, create a `/etc/defender_iot_micro_agent/conf.json` file with the following content:
9595
9696
```json
9797
{
@@ -110,7 +110,7 @@ This procedure describes how you can connect the Defender for IoT micro-agent to
110110
111111
1. Delete any cached file at **/var/lib/defender_iot_micro_agent/cache.json**.
112112
113-
1. Restart the micro-agent. Run:
113+
1. Restart the micro agent. Run:
114114
115115
```bash
116116
sudo systemctl restart defender-iot-micro-agent.service
@@ -122,7 +122,7 @@ This procedure describes additional steps required to support the AMQP protocol.
122122

123123
**To add AMQP protocol support**:
124124

125-
1. On your micro-agent machine, open the `/etc/defender_iot_micro_agent/conf.json` file and add the following content:
125+
1. On your micro agent machine, open the `/etc/defender_iot_micro_agent/conf.json` file and add the following content:
126126

127127
```json
128128
{
@@ -131,15 +131,15 @@ This procedure describes additional steps required to support the AMQP protocol.
131131
```
132132
1. Delete any cached file at **/var/lib/defender_iot_micro_agent/cache.json**.
133133

134-
1. Restart the micro-agent. Run
134+
1. Restart the micro agent. Run:
135135

136136
```bash
137137
sudo systemctl restart defender-iot-micro-agent.service
138138
```
139139

140140
**To add AMQP over web socket protocol support**:
141141

142-
1. On your micro-agent machine, open the `/etc/defender_iot_micro_agent/conf.json` file and add the following content:
142+
1. On your micro agent machine, open the `/etc/defender_iot_micro_agent/conf.json` file and add the following content:
143143

144144
```json
145145
{
@@ -148,7 +148,7 @@ This procedure describes additional steps required to support the AMQP protocol.
148148
```
149149
1. Delete any cached file at **/var/lib/defender_iot_micro_agent/cache.json**.
150150

151-
1. Restart the micro-agent. Run
151+
1. Restart the micro agent. Run:
152152

153153
```bash
154154
sudo systemctl restart defender-iot-micro-agent.service
@@ -161,7 +161,7 @@ Http Proxy configuration is supported for this protocol, in the case that proxy
161161

162162
There are two options that can be used to authenticate the Defender for IoT micro agent:
163163

164-
- [Module identity connection string](#authenticate-using-a-module-identity-connection-string).
164+
- [Authenticate using a module identity connection string](#authenticate-using-a-module-identity-connection-string).
165165

166166
- [Authenticate using a certificate](#authenticate-using-a-certificate).
167167

@@ -171,7 +171,7 @@ You will need to copy the module identity connection string from the DefenderIoT
171171

172172
**To copy the module identity's connection string**:
173173
174-
1. Navigate to the **IoT Hub** > **`Your hub`** > **Device management** > **Devices** .
174+
1. Navigate to the **IoT Hub** > **`Your hub`** > **Device management** > **Devices**.
175175
176176
:::image type="content" source="media/quickstart-standalone-agent-binary-installation/iot-devices.png" alt-text="Select IoT devices from the left-hand menu.":::
177177
@@ -195,7 +195,8 @@ You will need to copy the module identity connection string from the DefenderIoT
195195
196196
The `connection_string.txt` will now be located in the following path location `/etc/defender_iot_micro_agent/connection_string.txt`.
197197
198-
**Please note that the connection string includes a key that enables direct access to the module itself, therefore includes sensitive information that should only be used and readable by root users.**
198+
> [!NOTE]
199+
> The connection string includes a key that enables direct access to the module itself, therefore includes sensitive information that should only be used and readable by root users.
199200
200201
1. Restart the service using this command:
201202

0 commit comments

Comments
 (0)