Skip to content

Commit b5acec3

Browse files
authored
Merge pull request #201678 from v-dmankowitz/patch-5
Update how-to-azure-rtos-security-module.md
2 parents b8ba071 + 1a230df commit b5acec3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/defender-for-iot/device-builders/how-to-azure-rtos-security-module.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,16 @@ ms.date: 11/09/2021
99

1010
This article describes how to configure the Defender-IoT-micro-agent for your Azure RTOS device, to meet your network, bandwidth, and memory requirements.
1111

12+
## Configuration steps
13+
1214
You must select a target distribution file that has a `*.dist` extension, from the `netxduo/addons/azure_iot/azure_iot_security_module/configs` directory.
1315

1416
When using a CMake compilation environment, you must set a command line parameter to `IOT_SECURITY_MODULE_DIST_TARGET` for the chosen value. For example, `-DIOT_SECURITY_MODULE_DIST_TARGET=RTOS_BASE`.
1517

1618
In an IAR, or other non CMake compilation environment, you must add the `netxduo/addons/azure_iot/azure_iot_security_module/inc/configs/<target distribution>/` path to any known included paths. For example, `netxduo/addons/azure_iot/azure_iot_security_module/inc/configs/RTOS_BASE`.
1719

20+
## Device behavior
21+
1822
Use the following file to configure your device behavior.
1923

2024
**netxduo/addons/azure_iot/azure_iot_security_module/inc/configs/\<target distribution>/asc_config.h**
@@ -23,7 +27,7 @@ In a CMake compilation environment, you must change the default configuration by
2327

2428
The default behavior of each configuration is provided in the following tables:
2529

26-
## General
30+
## General configuration
2731

2832
| Name | Type | Default | Details |
2933
| - | - | - | - |
@@ -32,7 +36,7 @@ The default behavior of each configuration is provided in the following tables:
3236
| ASC_SECURITY_MODULE_SEND_MESSAGE_RETRY_TIME | Number | 3 | The amount of time the Defender-IoT-micro-agent will take to send the security message after a fail. (in seconds) |
3337
| ASC_SECURITY_MODULE_PENDING_TIME | Number | 300 | The Defender-IoT-micro-agent pending time (in seconds). The state will change to suspend, if the time is exceeded. |
3438

35-
## Collection
39+
## Collection configuration
3640

3741
| Name | Type | Default | Details |
3842
| - | - | - | - |

0 commit comments

Comments
 (0)