Skip to content

Commit 3dadb87

Browse files
Merge pull request #237280 from timlt/fixintro
Update intro
2 parents c848f99 + 70e80ee commit 3dadb87

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

articles/iot-develop/about-iot-develop.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: Introduction to Azure IoT device and application development
2+
title: Introduction to Azure IoT device development
33
description: Learn how to use Azure IoT to do embedded device development and build device-enabled cloud applications.
44
author: timlt
55
ms.author: timlt
66
ms.service: iot-develop
77
ms.topic: overview
8-
ms.date: 04/28/2022
8+
ms.date: 05/08/2023
99
---
1010

11-
# What is Azure IoT device and application development?
11+
# What is Azure IoT device development?
1212

1313
Azure IoT is a collection of managed and platform services that connect, monitor, and control your IoT devices. Azure IoT offers developers a comprehensive set of options. Your options include device platforms, supporting cloud services, SDKs, MQTT support, and tools for building device-enabled cloud applications.
1414

@@ -22,19 +22,19 @@ This article overviews several key considerations for developers who are getting
2222
## Device development paths
2323
This article discusses two common device development paths. Each path includes a set of related development options and tasks.
2424

25-
* **Device application development:** Aligns with modern development practices, targets higher-order languages, and executes on a general-purpose operating system such as Windows or Linux.
25+
* **General device development:** Aligns with modern development practices, targets higher-order languages, and executes on a general-purpose operating system such as Windows or Linux.
2626
> [!NOTE]
27-
> If your device is able to run a general-purpose operating system, we recommend following the [Device application development](#device-application-development) path. It provides a richer set of development options.
27+
> If your device is able to run a general-purpose operating system, we recommend following the [General device development](#general-device-development) path. It provides a richer set of development options.
2828
2929
* **Embedded device development:** Describes development targeting resource constrained devices. Often you use a resource-constrained device to reduce per unit costs, power consumption, or device size. These devices have direct control over the hardware platform they execute on.
3030

31-
### Device application development
32-
Device application developers are adapting existing devices to connect to the cloud and integrate into their IoT solutions. These devices can support higher-order languages, such as C# or Python, and often support a robust general purpose operating system such as Windows or Linux. Common target devices include PCs, Containers, Raspberry Pis, and mobile devices.
31+
### General device development
32+
Some developers adapt existing, general purpose devices to connect to the cloud and integrate into their IoT solutions. These devices can support higher-order languages, such as C# or Python, and often support a robust general purpose operating system such as Windows or Linux. Common target devices include PCs, Containers, Raspberry Pis, and mobile devices.
3333

34-
Rather than develop constrained devices at scale, device application developers focus on enabling a specific IoT scenario required by their cloud solution. Some developers also work on constrained devices for their cloud solution. For developers working with resource constrained devices, see the [Embedded Device Development](#embedded-device-development) path.
34+
Rather than develop constrained devices at scale, general device developers focus on enabling a specific IoT scenario required by their cloud solution. Some developers also work on constrained devices for their cloud solution. For developers working with resource constrained devices, see the [Embedded Device Development](#embedded-device-development) path.
3535

3636
> [!IMPORTANT]
37-
> For information on SDKs to use with device application development, see the [Device SDKs](about-iot-sdks.md#device-sdks).
37+
> For information on SDKs to use for general device development, see the [Device SDKs](about-iot-sdks.md#device-sdks).
3838
3939
### Embedded device development
4040
Embedded development targets constrained devices that have limited memory and processing. Constrained devices restrict what can be achieved compared to a traditional development platform.

articles/iot-develop/quickstart-send-telemetry-central.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.custom: mode-other, engagement-fy23
1414

1515
# Quickstart: Send telemetry from a device to Azure IoT Central
1616

17-
**Applies to**: [Device application developers](about-iot-develop.md#device-application-development)
17+
**Applies to**: [General device developers](about-iot-develop.md#general-device-development)
1818

1919
:::zone pivot="programming-language-ansi-c"
2020

articles/iot-develop/quickstart-send-telemetry-iot-hub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.devlang: azurecli
1515

1616
# Quickstart: Send telemetry from an IoT Plug and Play device to Azure IoT Hub
1717

18-
**Applies to**: [Device application developers](about-iot-develop.md#device-application-development)
18+
**Applies to**: [General device developers](about-iot-develop.md#general-device-development)
1919

2020
:::zone pivot="programming-language-ansi-c"
2121

0 commit comments

Comments
 (0)