Skip to content

Commit 87c40e2

Browse files
Merge pull request #289938 from PatAltimore/patricka-m3-bugs
Fix AIO M3 bugs
2 parents 42c54aa + 9c4523c commit 87c40e2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/iot-operations/connect-to-cloud/howto-configure-mqtt-endpoint.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,10 @@ kubectl create configmap client-ca-configmap --from-file root_ca.crt -n azure-io
747747

748748
### Client ID prefix
749749

750-
You can set a client ID prefix for the MQTT client. The client ID is generated by appending the dataflow instance name to the prefix.
750+
You can set a client ID prefix for the MQTT client. The client ID is generated by appending the dataflow instance name to the prefix.
751+
752+
> [!CAUTION]
753+
> Most applications should not modify the client ID prefix. Don't modify this after an initial IoT Operations deployment. Changing the client ID prefix after deployment might result in data loss.
751754

752755
# [Portal](#tab/portal)
753756

0 commit comments

Comments
 (0)