Skip to content

Commit 64d3bb1

Browse files
Merge pull request #272659 from Albertyang0/Broken-links-fix-limwainstein
Fix broken links - limwainstein
2 parents 4bcc2a4 + 4b3b402 commit 64d3bb1

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

articles/defender-for-iot/device-builders/how-to-deploy-agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 03/28/2022
1010
Defender for IoT provides reference architectures for security agents that monitor and collect data from IoT devices.
1111
To learn more, see [Security agent reference architecture](security-agent-architecture.md).
1212

13-
Agents are developed as open-source projects, and are available in two flavors: <br> [C](https://aka.ms/iot-security-github-c), and [C#](https://aka.ms/iot-security-github-cs).
13+
Agents are developed as open-source projects, and are available in one flavor: <br> [C#](https://aka.ms/iot-security-github-cs).
1414

1515
In this article, you learn how to:
1616
- Compare security agent flavors
@@ -25,7 +25,7 @@ The C-based security agent has a lower memory footprint, and is the ideal choice
2525

2626
| | C-based security agent | C#-based security agent |
2727
| --- | ----------- | --------- |
28-
| **Open-source** | Available under [MIT license](https://en.wikipedia.org/wiki/MIT_License) in [GitHub](https://aka.ms/iot-security-github-c) | Available under [MIT license](https://en.wikipedia.org/wiki/MIT_License) in [GitHub](https://aka.ms/iot-security-github-cs) |
28+
| **Open-source** | Available under [MIT license](https://en.wikipedia.org/wiki/MIT_License) in [GitHub](https://aka.ms/iot-security-github-cs) |
2929
| **Development language** | C | C# |
3030
| **Supported Windows platforms?** | No | Yes |
3131
| **Windows prerequisites** | --- | [WMI](/windows/desktop/wmisdk/) |

articles/defender-for-iot/device-builders/how-to-deploy-linux-c.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ For other platforms and agent flavors, see [Choose the right security agent](how
2727

2828
To install and deploy the security agent, use the following workflow:
2929

30-
1. Download the most recent version to your machine from [GitHub](https://aka.ms/iot-security-github-c).
30+
1. Download the most recent version to your machine from GitHub.
3131

32-
1. Extract the contents of the package and navigate to the _/src/installation_ folder.
32+
2. Extract the contents of the package and navigate to the _/src/installation_ folder.
3333

34-
1. Add running permissions to the **InstallSecurityAgent script** by running the following command:
34+
3. Add running permissions to the **InstallSecurityAgent script** by running the following command:
3535

3636
```
3737
chmod +x InstallSecurityAgent.sh
3838
```
3939

40-
1. Next, run:
40+
4. Next, run:
4141

4242
```
4343
./InstallSecurityAgent.sh -aui <authentication identity> -aum <authentication method> -f <file path> -hn <host name> -di <device id> -i

articles/defender-for-iot/device-builders/security-agent-architecture.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Security agents support the following features:
2424

2525
Defender for IoT Security agents is developed as open-source projects, and are available from GitHub:
2626

27-
- [Defender for IoT C-based agent](https://github.com/Azure/Azure-IoT-Security-Agent-C)
2827
- [Defender for IoT C#-based agent](https://github.com/Azure/Azure-IoT-Security-Agent-CS)
2928

3029
## Prerequisites

0 commit comments

Comments
 (0)