Skip to content

Commit ec5a5e9

Browse files
authored
Address issue 87884
1 parent 13d276d commit ec5a5e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-hub/iot-hub-troubleshoot-error-400027-connectionforcefullyclosedonnewconnection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Your device-to-cloud twin operation (such as read or patch reported properties)
2424

2525
## Cause
2626

27-
Another client created a new connection to IoT Hub using the same credentials, so IoT Hub closed the previous connection. IoT Hub doesn't allow more than one client to connect using the same set of credentials.
27+
Another client created a new connection to IoT Hub using the same identity, so IoT Hub closed the previous connection. IoT Hub doesn't allow more than one client to connect using the same identity.
2828

2929
## Solution
3030

31-
Ensure that each client connects to IoT Hub using its own identity.
31+
Ensure that each client connects to IoT Hub using its own identity.

0 commit comments

Comments
 (0)