Icon of Azure Docs repository

MicrosoftDocs/azure-docs/articles/iot-operations

Last 6 commits over the last 5 days:

fc58e56

Trim notes to customer-facing guidance only Remove internal runtime behavior details (fail-closed, logging) and keep the actionable guidance: use the symbolic operators, and use ${outputTopic} for content-based destination routing.

613fd70

Clarify supported expression operators and destination topic templating Document that the expression language supports only the symbolic operators (&&, ||, !) and that keyword forms (and, or, not) fail at runtime fail-closed, so customers coming from SQL/KQL/Python get a clear pointer instead of a cryptic parser error. Also clarify that only ${...} variables are substituted in destination topics: a bare {field} is published literally, and arbitrary payload fields can't be templated into the topic (use the data flow graph ${outputTopic} pattern instead). ms.date bumped on both files.

4c8303a

Check and roll date on enable secure settings

3592581

Merge pull request #316975 from Jimaco-MS2026/refresh-roll-date-topics PR for topics that only need a date roll on refresh review

c10682c

Merge pull request #316969 from jlian/fix/registryendpoints-api-version develop-edge-apps: fix invalid registryEndpoints API version (2025-10-01-preview -> 2026-03-01)

f6a35fc

Merge pull request #316968 from jlian/fix/connect-to-cloud-api-2026-03-01 connect-to-cloud: roll dataflow Bicep examples to 2026-03-01 API version