Skip to content

Commit dbaa280

Browse files
authored
Update iot-edge-create-release-pipeline-for-continuous-deployment.md
1 parent 81bcc27 commit dbaa280

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-edge/includes/iot-edge-create-release-pipeline-for-continuous-deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ Create a new pipeline, and add a new stage:
8181
| Deployment file | Put the path `$(System.DefaultWorkingDirectory)/Drop/drop/configs/deployment.json`. This path is the file IoT Edge deployment manifest file. |
8282
| Azure subscription | Select the subscription that contains your IoT Hub.|
8383
| IoT Hub name | Select your IoT hub.|
84-
| Choose single/multiple device | Choose whether you want the release pipeline to deploy to one or multiple devices. If you deploy to a single device, enter the **IoT Edge device ID**. If you are deploying to multiple devices, specify the device **target condition**. The target condition is a filter to match a set of IoT Edge devices in IoT Hub. If you want to use device tags as the condition, you need to update your corresponding devices tags with IoT Hub device twin. Update the **IoT Edge deployment ID** and **IoT Edge deployment priority** in the advanced settings. For more information about creating a deployment for multiple devices, see [Understand IoT Edge automatic deployments](/articles/iot-edge/module-deployment-monitoring.md). |
85-
| Device ID or target condition | Depending on the prior selection, specify a device ID or [target condition](/articles/iot-edge/module-deployment-monitoring.md#target-condition) to deploy to multiple devices. |
84+
| Choose single/multiple device | Choose whether you want the release pipeline to deploy to one or multiple devices. If you deploy to a single device, enter the **IoT Edge device ID**. If you are deploying to multiple devices, specify the device **target condition**. The target condition is a filter to match a set of IoT Edge devices in IoT Hub. If you want to use device tags as the condition, you need to update your corresponding devices tags with IoT Hub device twin. Update the **IoT Edge deployment ID** and **IoT Edge deployment priority** in the advanced settings. For more information about creating a deployment for multiple devices, see [Understand IoT Edge automatic deployments](/azure/iot-edge/module-deployment-monitoring). |
85+
| Device ID or target condition | Depending on the prior selection, specify a device ID or [target condition](/azure/iot-edge/module-deployment-monitoring#target-condition) to deploy to multiple devices. |
8686
| Advanced | For the IoT Edge deployment ID, specify `$(System.TeamProject)-$(Release.EnvironmentName)`. This variable maps the project and release name with your IoT Edge deployment ID. |
8787
8888

0 commit comments

Comments
 (0)