Skip to content

Commit e976d97

Browse files
authored
Merge pull request #188374 from jlian/patch-71
Address issue 87884
2 parents 7dc48a5 + ec5a5e9 commit e976d97

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)