Skip to content

Commit 2bc2be5

Browse files
committed
Readibility fixes
1 parent 1f8fa3e commit 2bc2be5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-edge/production-checklist.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

@@ -236,7 +236,7 @@ Since the IP address of an IoT hub can change without notice, always use the FQD
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 allow-listing 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).
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).
240240

241241
> [!NOTE]
242242
> 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`

0 commit comments

Comments
 (0)