Skip to content

Commit e88bdc4

Browse files
authored
Merge pull request #205728 from PatAltimore/patricka-zmustafa
Add IoT Edge contribution
2 parents 9bb28c4 + 96dadb3 commit e88bdc4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/iot-edge/production-checklist.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to take your Azure IoT Edge solution from development to
44
author: PatAltimore
55

66
ms.author: patricka
7-
ms.date: 03/01/2021
7+
ms.date: 07/22/2022
88
ms.topic: conceptual
99
ms.service: iot-edge
1010
services: iot-edge
@@ -213,7 +213,7 @@ If your networking setup requires that you explicitly permit connections made fr
213213
* **IoT Edge hub** opens a single persistent AMQP connection or multiple MQTT connections to IoT Hub, possibly over WebSockets.
214214
* **IoT Edge service** makes intermittent HTTPS calls to IoT Hub.
215215

216-
In all three cases, the fully-qualified domain name (FQDN) would match the pattern `\*.azure-devices.net`.
216+
In all three cases, the fully qualified domain name (FQDN) would match the pattern `\*.azure-devices.net`.
217217

218218
Additionally, the **Container engine** makes calls to container registries over HTTPS. To retrieve the IoT Edge runtime container images, the FQDN is `mcr.microsoft.com`. The container engine connects to other registries as configured in the deployment.
219219

@@ -232,10 +232,12 @@ This checklist is a starting point for firewall rules:
232232

233233
<sup>1</sup>Open port 8883 for secure MQTT or port 5671 for secure AMQP. If you can only make connections via port 443 then either of these protocols can be run through a WebSocket tunnel.
234234

235-
Since the IP address of an IoT hub can change without notice, always use the FQDN to allow-list configuration. To learn more, see [Understanding the IP address of your IoT hub](../iot-hub/iot-hub-understand-ip-address.md).
235+
Since the IP address of an IoT hub can change without notice, always use the FQDN to allowlist configuration. To learn more, see [Understanding the IP address of your IoT Hub](../iot-hub/iot-hub-understand-ip-address.md).
236236

237237
Some of these firewall rules are inherited from Azure Container Registry. For more information, see [Configure rules to access an Azure container registry behind a firewall](../container-registry/container-registry-firewall-access-rules.md).
238238

239+
You can enable dedicated data endpoints in your Azure Container registry to avoid wildcard allowlisting of the *\*.blob.core.windows.net* FQDN. For more information, see [Enable dedicated data endpoints](/azure/container-registry/container-registry-firewall-access-rules#enable-dedicated-data-endpoints).
240+
239241
> [!NOTE]
240242
> To provide a consistent FQDN between the REST and data endpoints, beginning **June 15, 2020** the Microsoft Container Registry data endpoint will change from `*.cdn.mscr.io` to `*.data.mcr.microsoft.com`
241243
> For more information, see [Microsoft Container Registry client firewall rules configuration](https://github.com/microsoft/containerregistry/blob/master/client-firewall-rules.md)

0 commit comments

Comments
 (0)