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
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how to take your Azure IoT Edge solution from development to
4
4
author: kgremban
5
5
manager: philmea
6
6
ms.author: kgremban
7
-
ms.date: 4/02/2020
7
+
ms.date: 4/24/2020
8
8
ms.topic: conceptual
9
9
ms.service: iot-edge
10
10
services: iot-edge
@@ -129,6 +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
+
***Helpful**
133
+
* Store runtime containers in your private registry
132
134
133
135
### Manage access to your container registry
134
136
@@ -161,6 +163,17 @@ Tags also help you to enforce updates on your IoT Edge devices. When you push an
161
163
162
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.
163
165
166
+
### Store runtime containers in your private registry
167
+
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
+
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.
@@ -197,6 +210,8 @@ This checklist is a starting point for firewall rules:
197
210
198
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).
199
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 containers in your private registry](#store-runtime-containers-in-your-private-registry).
214
+
200
215
### Configure communication through a proxy
201
216
202
217
If your devices are going to be deployed on a network that uses a proxy server, they need to be able to communicate through the proxy to reach IoT Hub and container registries. For more information, see [Configure an IoT Edge device to communicate through a proxy server](how-to-configure-proxy-support.md).
0 commit comments