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.
2 parents 914dbc5 + 43a8b3a commit ffb715bCopy full SHA for ffb715b
articles/iot-edge/quickstart-linux.md
@@ -156,7 +156,7 @@ Use the following CLI command to create your IoT Edge device based on the prebui
156
```azurecli
157
az deployment group create `
158
--resource-group IoTEdgeResources `
159
- --template-uri "https://raw.githubusercontent.com/Azure/iotedge-vm-deploy/1.2/edgeDeploy.json" `
+ --template-uri "https://raw.githubusercontent.com/Azure/iotedge-vm-deploy/1.3/edgeDeploy.json" `
160
--parameters dnsLabelPrefix='<REPLACE_WITH_VM_NAME>' `
161
--parameters adminUsername='azureUser' `
162
--parameters deviceConnectionString=$(az iot hub device-identity connection-string show --device-id myEdgeDevice --hub-name <REPLACE_WITH_HUB_NAME> -o tsv) `
0 commit comments