Skip to content

Commit 4a2f6d6

Browse files
Merge pull request #237500 from PatAltimore/patricka-priority-value
Add limits
2 parents 79b5f71 + f0f27c8 commit 4a2f6d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/iot-edge/module-deployment-monitoring.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Use automatic deployments in Azure IoT Edge to manage groups of dev
44
author: PatAltimore
55

66
ms.author: patricka
7-
ms.date: 11/17/2022
7+
ms.date: 05/09/2023
88
ms.topic: conceptual
99
ms.service: iot-edge
1010
services: iot-edge
@@ -82,11 +82,11 @@ Consider these constraints when you construct a target condition:
8282
* Double quotes aren't allowed in any portion of the target condition. Use single quotes.
8383
* Single quotes represent the values of the target condition. Therefore, you must escape the single quote with another single quote if it's part of the device name. For example, to target a device called `operator'sDevice`, write `deviceId='operator''sDevice'`.
8484
* Numbers, letters, and the following characters are allowed in target condition values: `"()<>@,;:\\"/?={} \t\n\r`.
85-
* The following characters are not allowed in target condition keys:`/;`.
85+
* The following characters aren't allowed in target condition keys:`/;`.
8686

8787
### Priority
8888

89-
A priority defines whether a deployment should be applied to a targeted device relative to other deployments. A deployment priority is a positive integer, with larger numbers denoting higher priority. If an IoT Edge device is targeted by more than one deployment, the deployment with the highest priority applies. Deployments with lower priorities are not applied, nor are they merged. If a device is targeted with two or more deployments with equal priority, the most recently created deployment (determined by the creation timestamp) applies.
89+
A priority defines whether a deployment should be applied to a targeted device relative to other deployments. A deployment priority is a positive integer within the range from 0 through 2,147,483,647. Larger numbers denote a higher priority. If an IoT Edge device is targeted by more than one deployment, the deployment with the highest priority applies. Deployments with lower priorities aren't applied, nor are they merged. If a device is targeted with two or more deployments with equal priority, the most recently created deployment (determined by the creation timestamp) applies.
9090

9191
### Labels
9292

0 commit comments

Comments
 (0)