Skip to content

Commit a924cec

Browse files
authored
Merge pull request #207065 from jlian/patch-78
Typo
2 parents b51c38d + 8657025 commit a924cec

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/iot-edge/production-checklist.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -219,16 +219,16 @@ Additionally, the **Container engine** makes calls to container registries over
219219

220220
This checklist is a starting point for firewall rules:
221221

222-
| FQDN (\* = wildcard) | Outbound TCP Ports | Usage |
222+
| FQDN (`*` = wildcard) | Outbound TCP Ports | Usage |
223223
| ----- | ----- | ----- |
224224
| `mcr.microsoft.com` | 443 | Microsoft Container Registry |
225-
| `\*.data.mcr.microsoft.com` | 443 | Data endpoint providing content delivery |
225+
| `*.data.mcr.microsoft.com` | 443 | Data endpoint providing content delivery |
226226
| `*.cdn.azcr.io` | 443 | Deploy modules from the Marketplace to devices |
227227
| `global.azure-devices-provisioning.net` | 443 | [Device Provisioning Service](../iot-dps/about-iot-dps.md) access (optional) |
228-
| `\*.azurecr.io` | 443 | Personal and third-party container registries |
229-
| `\*.blob.core.windows.net` | 443 | Download Azure Container Registry image deltas from blob storage |
230-
| `\*.azure-devices.net` | 5671, 8883, 443<sup>1</sup> | IoT Hub access |
231-
| `\*.docker.io` | 443 | Docker Hub access (optional) |
228+
| `*.azurecr.io` | 443 | Personal and third-party container registries |
229+
| `*.blob.core.windows.net` | 443 | Download Azure Container Registry image deltas from blob storage |
230+
| `*.azure-devices.net` | 5671, 8883, 443<sup>1</sup> | IoT Hub access |
231+
| `*.docker.io` | 443 | Docker Hub access (optional) |
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

0 commit comments

Comments
 (0)