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-edge/using-private-link.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Use Azure Private Link and Private Endpoints to secure Azure IoT traffic
3
3
description: Learn how to use IoT Edge while completely isolating your network from the internet traffic using various Azure services such as Azure ExpressRoute, Private Link, and DNS Private Resolver
4
4
author: sethmanheim
5
5
ms.author: sethm
6
-
ms.date: 07/22/2025
6
+
ms.date: 01/29/2026
7
7
ms.topic: concept-article
8
8
ms.service: azure-iot-edge
9
9
services: iot-edge
@@ -32,18 +32,18 @@ Azure Private Link lets you use Azure PaaS services and Azure-hosted customer-ow
32
32
33
33
Azure DNS Private Resolver lets you query Azure DNS private zones from an on-premises environment and the other way around without deploying VM-based DNS servers. Azure DNS Private Resolver makes it easier to manage both private and public IPs. The DNS forwarding ruleset feature in Azure DNS Private Resolver helps an IoT admin easily configure rules and manage which address an endpoint should resolve. To learn more about Azure DNS Private Resolver, see [What is Azure DNS Private Resolver?](../dns/dns-private-resolver-overview.md).
34
34
35
-
### Configuring IoT Edge endpoints when using Private Link
35
+
### Configure IoT Edge endpoints when using Private Link
36
36
37
-
When Private Link is enabled, IoT Edge must be configured to use the **private endpoint FQDNs**, not the public service hostnames. If public hostnames are used, IoT Edge modules will fail to connect after public network access is disabled.
37
+
When Private Link is enabled, IoT Edge must be configured to use the **private endpoint FQDNs**, not the public service hostnames. If public hostnames are used, IoT Edge modules fail to connect after public network access is disabled.
38
38
39
39
#### Which hostname should be used?
40
40
41
41
| Azure service | Public FQDN | Private Link FQDN | What IoT Edge should use |
0 commit comments