Skip to content

Commit c8838ff

Browse files
authored
Merge pull request #192266 from pritamso/Broken-link-fix-PatAltimore
Broken link removed
2 parents 32d82ad + f6cf94d commit c8838ff

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

articles/iot-edge/development-environment.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,6 @@ The Azure IoT Edge dev container is a Docker container that has all the dependen
9898

9999
For more information, see [Azure IoT Edge dev container](https://github.com/Azure/iotedgedev/wiki/quickstart-with-iot-edge-dev-container).
100100

101-
### IoT Edge runtime in a container
102-
103-
The IoT Edge runtime in a container provides a complete runtime that takes your device connection string as an environment variable. This container enables you to test IoT Edge modules and scenarios on a system that may not support the runtime natively, like macOS. Any modules that you deploy will be started outside of the runtime container. If you want the runtime and any deployed modules to exist within the same container, consider the IoT Edge device container instead.
104-
105-
For more information, see [Running Azure IoT Edge in a container](https://github.com/Azure/iotedgedev/tree/master/docker/runtime).
106-
107101
### IoT Edge device container
108102

109103
The IoT Edge device container is a complete IoT Edge device, ready to be launched on any machine with a container engine. The device container includes the IoT Edge runtime and a container engine itself. Each instance of the container is a fully functional self-provisioning IoT Edge device. The device container supports remote debugging of modules, as long as there is a network route to the module. The device container is good for quickly creating large numbers of IoT Edge devices to test at-scale scenarios or Azure Pipelines. It also supports deployment to kubernetes via helm.
@@ -117,4 +111,4 @@ When you're ready to develop at-scale solutions for extensive production scenari
117111
For more information, guidance, and examples, see the following pages:
118112

119113
* [Continuous integration and continuous deployment to Azure IoT Edge](how-to-continuous-integration-continuous-deployment.md)
120-
* [IoT Edge DevOps GitHub repo](https://github.com/toolboc/IoTEdge-DevOps)
114+
* [IoT Edge DevOps GitHub repo](https://github.com/toolboc/IoTEdge-DevOps)

0 commit comments

Comments
 (0)