Skip to content

Commit cc4c003

Browse files
authored
Merge pull request #185664 from veyalla/1.2.update
update to use latest 1.2 template
2 parents 7036d91 + b184be1 commit cc4c003

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/iot-edge/how-to-install-iot-edge-ubuntuvm.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: kgremban
88
ms.service: iot-edge
99
services: iot-edge
1010
ms.topic: conceptual
11-
ms.date: 05/27/2021
11+
ms.date: 01/20/2022
1212
ms.author: pdecarlo
1313

1414
---
@@ -33,7 +33,7 @@ The [Deploy to Azure Button](../azure-resource-manager/templates/deploy-to-azure
3333
[![Deploy to Azure Button for iotedge-vm-deploy](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fazure%2Fiotedge-vm-deploy%2Fmaster%2FedgeDeploy.json)
3434
:::moniker-end
3535
:::moniker range="iotedge-2020-11"
36-
[![Deploy to Azure Button for iotedge-vm-deploy](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fazure%2Fiotedge-vm-deploy%2F1.2.0%2FedgeDeploy.json)
36+
[![Deploy to Azure Button for iotedge-vm-deploy](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fazure%2Fiotedge-vm-deploy%2F1.2%2FedgeDeploy.json)
3737
:::moniker-end
3838

3939
1. On the newly launched window, fill in the available form fields:
@@ -146,7 +146,7 @@ The [Deploy to Azure Button](../azure-resource-manager/templates/deploy-to-azure
146146
```azurecli-interactive
147147
az deployment group create \
148148
--resource-group IoTEdgeResources \
149-
--template-uri "https://raw.githubusercontent.com/Azure/iotedge-vm-deploy/1.2.0/edgeDeploy.json" \
149+
--template-uri "https://raw.githubusercontent.com/Azure/iotedge-vm-deploy/1.2/edgeDeploy.json" \
150150
--parameters dnsLabelPrefix='my-edge-vm1' \
151151
--parameters adminUsername='<REPLACE_WITH_USERNAME>' \
152152
--parameters deviceConnectionString=$(az iot hub device-identity connection-string show --device-id <REPLACE_WITH_DEVICE-NAME> --hub-name <REPLACE-WITH-HUB-NAME> -o tsv) \
@@ -163,7 +163,7 @@ The [Deploy to Azure Button](../azure-resource-manager/templates/deploy-to-azure
163163
#Create a VM using the iotedge-vm-deploy script
164164
az deployment group create \
165165
--resource-group IoTEdgeResources \
166-
--template-uri "https://raw.githubusercontent.com/Azure/iotedge-vm-deploy/1.2.0/edgeDeploy.json" \
166+
--template-uri "https://raw.githubusercontent.com/Azure/iotedge-vm-deploy/1.2/edgeDeploy.json" \
167167
--parameters dnsLabelPrefix='my-edge-vm1' \
168168
--parameters adminUsername='<REPLACE_WITH_USERNAME>' \
169169
--parameters deviceConnectionString=$(az iot hub device-identity connection-string show --device-id <REPLACE_WITH_DEVICE-NAME> --hub-name <REPLACE-WITH-HUB-NAME> -o tsv) \

0 commit comments

Comments
 (0)