@@ -87,20 +87,20 @@ oras pull ghcr.io/azure-samples/explore-iot-operations/filter:1.0.0
8787Once you have the sample modules and graphs, push them to your container registry. Replace ` <YOUR_ACR_NAME> ` with the name of your Azure Container Registry.
8888
8989``` bash
90- # Log in to your ACR
91- az acr login --name < YOUR_ACR_NAME>
92-
93- # Push modules to your registry
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
90+ # Log in to your ACR
91+ az acr login --name < YOUR_ACR_NAME>
92+
93+ # Push modules to your registry
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