Skip to content

Commit 7df6191

Browse files
authored
Merge pull request #197311 from liydu/liydu/iot-develop-asc-message
Add Defender for IoT opt-out option
2 parents 8256c36 + 7781670 commit 7df6191

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

articles/iot-develop/troubleshoot-embedded-device-quickstarts.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,16 @@ Failed to publish temperature
158158

159159
* Confirm that the *Pricing and scale tier* is one of *Free* or *Standard*. **Basic is not supported** as it doesn't support cloud-to-device and device twin communication.
160160

161+
## Issue: Extra messages sent when connecting to IoT Central or IoT Hub
162+
163+
### Description
164+
165+
Because [Defender for IoT module](/defender-for-iot/device-builders/iot-security-azure-rtos) is enabled by default from the device end, you might observe extra messages that are caused by that.
166+
167+
### Resolution
168+
169+
* To disable it, define `NX_AZURE_DISABLE_IOT_SECURITY_MODULE` in the NetX Duo header file `nx_port.h`.
170+
161171
## Next steps
162172

163173
If after reviewing the issues in this article, you still can't monitor your device in a terminal or connect to Azure IoT, there might be an issue with your device's hardware or physical configuration. See the manufacturer's page for your device to find documentation and support options.

0 commit comments

Comments
 (0)