Skip to content

Commit 62b0f5b

Browse files
committed
Broken Link Updates - 504008
1 parent 9dd1305 commit 62b0f5b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

articles/iot-edge/module-edgeagent-edgehub.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ The module twin for the IoT Edge agent is called `$edgeAgent`. It coordinates co
4242
| systemModules.edgeAgent.type | Has to be *docker*. | Yes |
4343
| systemModules.edgeAgent.startupOrder | Specifies an integer for the module's position in the startup order. *0* is first, and *max integer* (4294967295) is last. If no value is provided, the default is *max integer*. | No |
4444
| systemModules.edgeAgent.settings.image | Specifies the URI of the IoT Edge agent image. The IoT Edge agent can't update itself. | Yes |
45-
| systemModules.edgeAgent.settings.createOptions | Specifies a stringified JSON with options for creating the IoT Edge agent container. Learn more about [Docker create options](https://docs.docker.com/engine/api/v1.32/#operation/ContainerCreate). | No |
45+
| systemModules.edgeAgent.settings.createOptions | Specifies a stringified JSON with options for creating the IoT Edge agent container. Learn more about [Docker create options](https://docs.docker.com/reference/cli/docker/container/create/). | No |
4646
| systemModules.edgeAgent.configuration.id | The ID of the deployment that deployed this module. | IoT Hub sets this property when the manifest is applied using a deployment. Not part of a deployment manifest. |
4747
| systemModules.edgeHub.type | Has to be *docker*. | Yes |
4848
| systemModules.edgeHub.status | Has to be *running*. | Yes |
4949
| systemModules.edgeHub.restartPolicy | Has to be *always*. | Yes |
5050
| systemModules.edgeHub.startupOrder | An integer value for which spot a module has in the startup order. A *0* is first and *max integer* (4294967295) is last. If a value isn't provided, the default is *max integer*. | No |
5151
| systemModules.edgeHub.settings.image | The URI of the image of the IoT Edge hub. | Yes |
52-
| systemModules.edgeHub.settings.createOptions | A stringified JSON containing the options for the creation of the IoT Edge hub container. [Docker create options](https://docs.docker.com/engine/api/v1.32/#operation/ContainerCreate) | No |
52+
| systemModules.edgeHub.settings.createOptions | A stringified JSON containing the options for the creation of the IoT Edge hub container. [Docker create options](https://docs.docker.com/reference/cli/docker/container/create/) | No |
5353
| systemModules.edgeHub.configuration.id | The ID of the deployment that deployed this module. | IoT Hub sets this property when the manifest is applied using a deployment. Not part of a deployment manifest. |
5454
| modules.{moduleId}.version | A user-defined string representing the version of this module. | Yes |
5555
| modules.{moduleId}.type | Has to be *docker*. | Yes |
@@ -59,7 +59,7 @@ The module twin for the IoT Edge agent is called `$edgeAgent`. It coordinates co
5959
| modules.{moduleId}.imagePullPolicy | {*on-create* \| *never*} | No |
6060
| modules.{moduleId}.env | A list of environment variables to pass to the module. Takes the format `"<name>": {"value": "<value>"}`. | No |
6161
| modules.{moduleId}.settings.image | The URI to the module image. | Yes |
62-
| modules.{moduleId}.settings.createOptions | A stringified JSON containing the options for the creation of the module container. [Docker create options](https://docs.docker.com/engine/api/v1.32/#operation/ContainerCreate) | No |
62+
| modules.{moduleId}.settings.createOptions | A stringified JSON containing the options for the creation of the module container. [Docker create options](https://docs.docker.com/reference/cli/docker/container/create/) | No |
6363
| modules.{moduleId}.configuration.id | The ID of the deployment that deployed this module. | IoT Hub sets this property when the manifest is applied using a deployment. Not part of a deployment manifest. |
6464
| version | The current iteration that has version, commit, and build. | No |
6565

0 commit comments

Comments
 (0)