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/production-checklist.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,8 +129,8 @@ When moving from test scenarios to production scenarios, remember to remove debu
129
129
***Important**
130
130
* Manage access to your container registry
131
131
* Use tags to manage versions
132
-
***Tip**
133
-
*
132
+
***Helpful**
133
+
*Store runtime containers in your private registry
134
134
135
135
### Manage access to your container registry
136
136
@@ -163,13 +163,13 @@ Tags also help you to enforce updates on your IoT Edge devices. When you push an
163
163
164
164
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.
165
165
166
-
### Store runtime modules in your private registry
166
+
### Store runtime containers in your private registry
167
167
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).
169
169
170
170
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.
@@ -210,7 +210,7 @@ This checklist is a starting point for firewall rules:
210
210
211
211
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).
212
212
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).
0 commit comments