Skip to content

Commit ffb715b

Browse files
authored
Merge pull request #205417 from jlian/patch-76
Fix incorrect version
2 parents 914dbc5 + 43a8b3a commit ffb715b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-edge/quickstart-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Use the following CLI command to create your IoT Edge device based on the prebui
156156
```azurecli
157157
az deployment group create `
158158
--resource-group IoTEdgeResources `
159-
--template-uri "https://raw.githubusercontent.com/Azure/iotedge-vm-deploy/1.2/edgeDeploy.json" `
159+
--template-uri "https://raw.githubusercontent.com/Azure/iotedge-vm-deploy/1.3/edgeDeploy.json" `
160160
--parameters dnsLabelPrefix='<REPLACE_WITH_VM_NAME>' `
161161
--parameters adminUsername='azureUser' `
162162
--parameters deviceConnectionString=$(az iot hub device-identity connection-string show --device-id myEdgeDevice --hub-name <REPLACE_WITH_HUB_NAME> -o tsv) `

0 commit comments

Comments
 (0)