Skip to content

Commit 3a4ae6a

Browse files
Merge pull request #305069 from sethmanheim/ioted9-2
Updates to IoT Edge quickstart
2 parents 578f2a0 + 6f95c93 commit 3a4ae6a

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

articles/iot-edge/quickstart-linux.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
---
22
title: "Quickstart: Create an Azure IoT Edge Device on Linux"
3-
description: Learn to configure an Azure IoT Edge device on Linux. This guide walks you through creating an IoT Hub, registering a device, and deploying a simulated sensor module.
4-
#customer intent: As a developer, I want to create an IoT Edge device on Linux so that I can deploy and test containerized modules.
3+
description: Learn how to configure an Azure IoT Edge device on Linux. This guide walks you through creating an IoT Hub, registering a device, and deploying a simulated sensor module.
54
author: sethmanheim
65
ms.author: sethm
7-
ms.date: 03/27/2025
6+
ms.date: 09/04/2025
87
ms.topic: quickstart
98
ms.service: azure-iot-edge
109
services: iot-edge
1110
ms.custom: mvc, devx-track-azurecli, mode-other, linux-related-content
11+
12+
#customer intent: As a developer, I want to create an IoT Edge device on Linux so that I can deploy and test containerized modules.
13+
1214
---
1315

1416
# Quickstart: Deploy your first IoT Edge module to a virtual Linux device
@@ -39,7 +41,7 @@ Set up your environment for the Azure CLI.
3941
A resource group to manage all the resources you use in this quickstart. This quickstart and the following tutorials use the example resource group name **IoTEdgeResources**.
4042

4143
```azurecli-interactive
42-
`az group create --name IoTEdgeResources --location westus2`
44+
az group create --name IoTEdgeResources --location westus2
4345
```
4446

4547
## Create an IoT Hub

0 commit comments

Comments
 (0)