Skip to content

Commit 6365ae9

Browse files
authored
Merge pull request #96332 from philmea/patch-3
removed reverse
2 parents 31d3253 + 985471c commit 6365ae9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-hub/iot-hub-understand-ip-address.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The IP address of your IoT hub changes after a failover to another region. You c
1717

1818
## Discover your IoT hub IP address
1919

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:
2121

2222
```cmd/sh
2323
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
3131

3232
## Support for IPv6
3333

34-
IPv6 is currently not supported on IoT Hub.
34+
IPv6 is currently not supported on IoT Hub.

0 commit comments

Comments
 (0)