@@ -6,7 +6,7 @@ ms.author: sethm
66ms.service : azure-iot-operations
77ms.subservice : azure-data-flows
88ms.topic : how-to
9- ms.date : 11/19 /2025
9+ ms.date : 11/25 /2025
1010ai-usage : ai-assisted
1111
1212---
@@ -91,16 +91,16 @@ Once you have the sample modules and graphs, push them to your container registr
9191az acr login --name < YOUR_ACR_NAME>
9292
9393# Push modules to your registry
94- oras push < YOUR_ACR_NAME> .azurecr.io/graph-simple:1.0.0 graph-simple.yaml --config /dev/null:application/vnd.microsoft.aio.graph.v1+yaml graph-simple.yaml:application/yaml --disable-path-validation
95- oras push < YOUR_ACR_NAME> .azurecr.io/graph-complex:1.0.0 graph-complex.yaml --config /dev/null:application/vnd.microsoft.aio.graph.v1+yaml graph-complex.yaml:application/yaml --disable-path-validation
96- oras push < YOUR_ACR_NAME> .azurecr.io/temperature:1.0.0 temperature-1.0.0.wasm --artifact-type application/vnd.module.wasm.content.layer.v1+wasm temperature-1.0.0.wasm:application/wasm
97- oras push < YOUR_ACR_NAME> .azurecr.io/window:1.0.0 window-1.0.0.wasm --artifact-type application/vnd.module.wasm.content.layer.v1+wasm window-1.0.0.wasm:application/wasm
98- oras push < YOUR_ACR_NAME> .azurecr.io/snapshot:1.0.0 snapshot-1.0.0.wasm --artifact-type application/vnd.module.wasm.content.layer.v1+wasm snapshot-1.0.0.wasm:application/wasm
99- oras push < YOUR_ACR_NAME> .azurecr.io/format:1.0.0 format-1.0.0.wasm --artifact-type application/vnd.module.wasm.content.layer.v1+wasm format-1.0.0.wasm:application/wasm
100- oras push < YOUR_ACR_NAME> .azurecr.io/humidity:1.0.0 humidity-1.0.0.wasm --artifact-type application/vnd.module.wasm.content.layer.v1+wasm humidity-1.0.0.wasm:application/wasm
101- oras push < YOUR_ACR_NAME> .azurecr.io/collection:1.0.0 collection-1.0.0.wasm --artifact-type application/vnd.module.wasm.content.layer.v1+wasm collection-1.0.0.wasm:application/wasm
102- oras push < YOUR_ACR_NAME> .azurecr.io/enrichment:1.0.0 enrichment-1.0.0.wasm --artifact-type application/vnd.module.wasm.content.layer.v1+wasm enrichment-1.0.0.wasm:application/wasm
103- oras push < YOUR_ACR_NAME> .azurecr.io/filter:1.0.0 filter-1.0.0.wasm --artifact-type application/vnd.module.wasm.content.layer.v1+wasm filter-1.0.0.wasm:application/wasm
94+ oras push < YOUR_ACR_NAME> .azurecr.io/graph-simple:1.0.0 --config /dev/null:application/vnd.microsoft.aio.graph.v1+yaml graph-simple.yaml:application/yaml --disable-path-validation
95+ oras push < YOUR_ACR_NAME> .azurecr.io/graph-complex:1.0.0 --config /dev/null:application/vnd.microsoft.aio.graph.v1+yaml graph-complex.yaml:application/yaml --disable-path-validation
96+ oras push < YOUR_ACR_NAME> .azurecr.io/temperature:1.0.0 --artifact-type application/vnd.module.wasm.content.layer.v1+wasm temperature-1.0.0.wasm:application/wasm
97+ oras push < YOUR_ACR_NAME> .azurecr.io/window:1.0.0 --artifact-type application/vnd.module.wasm.content.layer.v1+wasm window-1.0.0.wasm:application/wasm
98+ oras push < YOUR_ACR_NAME> .azurecr.io/snapshot:1.0.0 --artifact-type application/vnd.module.wasm.content.layer.v1+wasm snapshot-1.0.0.wasm:application/wasm
99+ oras push < YOUR_ACR_NAME> .azurecr.io/format:1.0.0 --artifact-type application/vnd.module.wasm.content.layer.v1+wasm format-1.0.0.wasm:application/wasm
100+ oras push < YOUR_ACR_NAME> .azurecr.io/humidity:1.0.0 --artifact-type application/vnd.module.wasm.content.layer.v1+wasm humidity-1.0.0.wasm:application/wasm
101+ oras push < YOUR_ACR_NAME> .azurecr.io/collection:1.0.0 --artifact-type application/vnd.module.wasm.content.layer.v1+wasm collection-1.0.0.wasm:application/wasm
102+ oras push < YOUR_ACR_NAME> .azurecr.io/enrichment:1.0.0 --artifact-type application/vnd.module.wasm.content.layer.v1+wasm enrichment-1.0.0.wasm:application/wasm
103+ oras push < YOUR_ACR_NAME> .azurecr.io/filter:1.0.0 --artifact-type application/vnd.module.wasm.content.layer.v1+wasm filter-1.0.0.wasm:application/wasm
104104```
105105
106106> [ !TIP]
0 commit comments