Skip to content

Commit e4d77a7

Browse files
authored
Merge pull request #97943 from konichi3/patch-2
Update development-environment.md
2 parents bcfba5f + 34e4103 commit e4d77a7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

articles/iot-edge/development-environment.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ Only the IoT Edge runtime is supported for production deployments, but the follo
8181
| ---- | ------------- | ------------------- | --------- |
8282
| IoT EdgeHub dev tool | iotedgehubdev | Windows, Linux, macOS | Simulating a device to debug modules. |
8383
| IoT Edge dev container | iotedgedev | Windows, Linux, macOS | Developing without installing dependencies. |
84-
| IoT Edge runtime in a container | iotedgec | Windows, Linux, macOS, ARM | Testing on a device that may not support the runtime. |
8584

8685
### IoT EdgeHub dev tool
8786

@@ -97,12 +96,6 @@ The Azure IoT Edge dev container is a Docker container that has all the dependen
9796

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

100-
### IoT Edge device container
101-
102-
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.
103-
104-
For more information, see [Azure IoT Edge device container](https://github.com/toolboc/azure-iot-edge-device-container).
105-
10699
## DevOps tools
107100

108101
When you're ready to develop at-scale solutions for extensive production scenarios, take advantage of modern DevOps principles including automation, monitoring, and streamlined software engineering processes. IoT Edge has extensions to support DevOps tools including Azure DevOps, Azure DevOps Projects, and Jenkins. If you want to customize an existing pipeline or use a different DevOps tool like CircleCI or TravisCI, you can do so with the CLI features included in the IoT Edge dev tool.

0 commit comments

Comments
 (0)