Skip to content

Commit 50a433b

Browse files
Merge pull request #290124 from PatAltimore/patricka-release-aio-ga
Add diagnostic probe topic known issue
2 parents 46eae22 + 6222f4d commit 50a433b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

articles/iot-operations/manage-mqtt-broker/howto-broker-diagnostics.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: patricka
66
ms.topic: how-to
77
ms.service: azure-iot-operations
88
ms.subservice: azure-mqtt-broker
9-
ms.date: 11/04/2024
9+
ms.date: 11/07/2024
1010

1111
#CustomerIntent: As an operator, I want to configure diagnostics so that I can monitor MQTT broker communications.
1212
---
@@ -62,6 +62,8 @@ Then, deploy Azure IoT Operations using the `az iot ops create` command with the
6262
az iot ops create ... --broker-config-file <FILE>.json
6363
```
6464

65+
The self-test diagnostics probe publishes messages to the `azedge/dmqtt/selftest` topic. You shouldn't publish or subscribe to this topic as it's used for internal diagnostics. For more information, see [Known Issues](../troubleshoot/known-issues.md#mqtt-broker).
66+
6567
To learn more, see [Azure CLI support for advanced MQTT broker configuration](https://aka.ms/aziotops-broker-config) and [Broker examples](/rest/api/iotoperations/broker/create-or-update#examples).
6668

6769
## Next steps

articles/iot-operations/troubleshoot/known-issues.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: dobett
66
ms.topic: troubleshooting-known-issue
77
ms.custom:
88
- ignite-2023
9-
ms.date: 10/22/2024
9+
ms.date: 11/07/2024
1010
---
1111

1212
# Known issues: Azure IoT Operations
@@ -31,6 +31,8 @@ This article lists the known issues for Azure IoT Operations.
3131

3232
- Deployment might fail if the **cardinality** and **memory profile** values are set to be too large for the cluster. To resolve this issue, set the replicas count to `1` and use a smaller memory profile, like `low`.
3333

34+
- Don't publish or subscribe to diagnostic probe topics that start with `azedge/dmqtt/selftest`. Publishing or subscribing to these topics might affect the probe or self-test checks resulting in invalid results. Invalid results might be listed in diagnostic probe logs, metrics, or dashboards. For example, you might see the issue *Path verification failed for probe event with operation type 'Publish'* in the diagnostics-probe logs.
35+
3436
## Azure IoT Layered Network Management (preview)
3537

3638
- If the Layered Network Management service doesn't get an IP address while running K3S on Ubuntu host, reinstall K3S without _trafeik ingress controller_ by using the `--disable=traefik` option.

0 commit comments

Comments
 (0)