Skip to content

Commit 3a078d8

Browse files
Merge pull request #245355 from PatAltimore/patricka-deploy-button
Add deploy to Azure button
2 parents c227b9c + 8cdade1 commit 3a078d8

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

articles/iot-edge/quickstart-linux.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Quickstart creates an Azure IoT Edge device on Linux | Microsoft Docs
3-
description: In this quickstart, learn how to create an IoT Edge device on Linux and then deploy prebuilt code remotely from the Azure portal.
2+
title: Quickstart creates an Azure IoT Edge device on Linux
3+
description: Learn how to create an IoT Edge device on Linux and then deploy prebuilt code remotely from the Azure portal.
44
author: PatAltimore
55
ms.author: patricka
6-
ms.date: 1/31/2023
6+
ms.date: 07/18/2023
77
ms.topic: quickstart
88
ms.service: iot-edge
99
services: iot-edge
@@ -99,7 +99,11 @@ During the runtime configuration, you provide a device connection string. This i
9999

100100
This section uses an Azure Resource Manager template to create a new virtual machine and install the IoT Edge runtime on it. If you want to use your own Linux device instead, you can follow the installation steps in [Manually provision a single Linux IoT Edge device](how-to-provision-single-device-linux-symmetric.md), then return to this quickstart.
101101

102-
Use the following CLI command to create your IoT Edge device based on the prebuilt [iotedge-vm-deploy](https://github.com/Azure/iotedge-vm-deploy/tree/1.4) template.
102+
Use the **Deploy to Azure** button or the CLI commands to create your IoT Edge device based on the prebuilt [iotedge-vm-deploy](https://github.com/Azure/iotedge-vm-deploy/tree/1.4) template.
103+
104+
* Deploy using the IoT Edge Azure Resource Manager template.
105+
106+
[![Deploy to Azure](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)
103107

104108
* For bash or Cloud Shell users, copy the following command into a text editor, replace the placeholder text with your information, then copy into your bash or Cloud Shell window:
105109

0 commit comments

Comments
 (0)