We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78273ca commit e261195Copy full SHA for e261195
content/dotnet-template-azure-iot-edge-module/CSharp/edgeConfiguration.json
@@ -14,7 +14,7 @@
14
"edgeAgent": {
15
"type": "docker",
16
"settings": {
17
- "image": "edgepreview.azurecr.io/azureiotedge/edge-agent:1.0-preview",
+ "image": "microsoft/azureiotedge-agent:1.0-preview",
18
"createOptions": ""
19
}
20
},
@@ -23,7 +23,7 @@
23
"status": "running",
24
"restartPolicy": "always",
25
26
- "image": "edgepreview.azurecr.io/azureiotedge/edge-hub:1.0-preview",
+ "image": "microsoft/azureiotedge-hub:1.0-preview",
27
28
29
0 commit comments