You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-hub/iot-hub-understand-ip-address.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ The IP address of your IoT hub changes after a failover to another region. You c
17
17
18
18
## Discover your IoT hub IP address
19
19
20
-
Your IoT Hub IP address can be discovered by using a reverse DNS lookup on the CNAME ([*iot-hub-name*].azure-devices.net). You can use **nslookup** to verify the IP address of an IoT hub instance:
20
+
Your IoT Hub IP address can be discovered by using a DNS lookup on the CNAME ([*iot-hub-name*].azure-devices.net). You can use **nslookup** to verify the IP address of an IoT hub instance:
21
21
22
22
```cmd/sh
23
23
nslookup {YourIoTHubName}.azure-devices.net
@@ -31,4 +31,4 @@ Try to create firewall rules and filtering based on the IoT hub host name or dom
0 commit comments