Skip to content

Commit d29c6c7

Browse files
committed
refined new subsection
1 parent 0d8c23d commit d29c6c7

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
@@ -129,8 +129,8 @@ When moving from test scenarios to production scenarios, remember to remove debu
129129
* **Important**
130130
* Manage access to your container registry
131131
* Use tags to manage versions
132-
* **Tip**
133-
*
132+
* **Helpful**
133+
* Store runtime containers in your private registry
134134

135135
### Manage access to your container registry
136136

@@ -163,13 +163,13 @@ Tags also help you to enforce updates on your IoT Edge devices. When you push an
163163

164164
For an example of a tag convention, see [Update the IoT Edge runtime](how-to-update-iot-edge.md#understand-iot-edge-tags) to learn how IoT Edge uses rolling tags and specific tags to track versions.
165165

166-
### Store runtime modules in your private registry
166+
### Store runtime containers in your private registry
167167

168-
You know about storing your custom code modules in your private Azure registry, but you can also store the edgeAgent and edgHub runtime modules in a private registry as well. Doing so may be required if you have very tight firewall restrictions as these runtime modules are stored in the Microsoft Container Registry (MCR).
168+
You know about storing your container images for custom code modules in your private Azure registry, but you can also use it to store public container images such as for the edgeAgent and edgHub runtime modules. Doing so may be required if you have very tight firewall restrictions as these runtime containers are stored in the Microsoft Container Registry (MCR).
169169

170170
Obtain the images with the Docker pull command to place in your registry. Be aware that you will need to update the images with each new release of IoT Edge runtime.
171171

172-
| IoT Edge runtime module | Docker pull command |
172+
| IoT Edge runtime container | Docker pull command |
173173
| --- | --- |
174174
| [Azure IoT Edge Agent](https://hub.docker.com/_/microsoft-azureiotedge-agent) | `docker pull mcr.microsoft.com/azureiotedge-agent` |
175175
| [Azure IoT Edge HUb](https://hub.docker.com/_/microsoft-azureiotedge-hub) | `docker pull mcr.microsoft.com/azureiotedge-hub` |
@@ -210,7 +210,7 @@ This checklist is a starting point for firewall rules:
210210

211211
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).
212212

213-
If you don't want to configure your firewall to allow access to public container registries, you can store images in your private container registry, as described in [Store runtime modules in your private registry](production-checklist.md#store-runtime-modules-in-your-public-registry).
213+
If you don't want to configure your firewall to allow access to public container registries, you can store images in your private container registry, as described in [Store runtime containers in your private registry](#store-runtime-containers-in-your-private-registry).
214214

215215
### Configure communication through a proxy
216216

0 commit comments

Comments
 (0)