You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-central/core/overview-iot-central.md
+8-15Lines changed: 8 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: What is Azure IoT Central | Microsoft Docs
3
-
description: Azure IoT Central is an IoT application platform that simplifies the creation of IoT solutions and helps to reduce the burden and cost of IoT management operations, and development. This article provides an overview of the features of Azure IoT Central.
3
+
description: Azure IoT Central is an IoT application platform that simplifies the creation of IoT solutions. It helps to reduce the burden and cost of IoT management operations, and development. This article provides an overview of the features of Azure IoT Central.
IoT Central is an IoT application platform that reduces the burden and cost of developing, managing, and maintaining enterprise-grade IoT solutions. Choosing to build with IoT Central gives you the opportunity to focus time, money, and energy on transforming your business with IoT data, rather than just maintaining and updating a complex and continually evolving IoT infrastructure.
15
+
IoT Central is an IoT application platform that reduces the burden and cost of developing, managing, and maintaining enterprise-grade IoT solutions. If you choose to build with IoT Central, you'll have the opportunity to focus time, money, and energy on transforming your business with IoT data, rather than just maintaining and updating a complex and continually evolving IoT infrastructure.
16
16
17
17
The web UI lets you quickly connect devices, monitor device conditions, create rules, and manage millions of devices and their data throughout their life cycle. Furthermore, it enables you to act on device insights by extending IoT intelligence into line-of-business applications.
18
18
19
-
This article outlines, for IoT Central:
19
+
This article provides an overview of IoT Central and describes its core functionality.
20
20
21
-
- How to create your application.
22
-
- How to connect your devices to your application.
23
-
- How to integrate your application with other services.
24
-
- How to administer your application.
25
-
- The typical user roles associated with a project.
26
-
- Pricing options.
27
-
28
-
## Create your IoT Central application
21
+
## Create an IoT Central application
29
22
30
23
[Quickly deploy a new IoT Central application](quick-deploy-iot-central.md) and then customize it to your specific requirements. Application templates in Azure IoT Central are a tool to help you kickstart your IoT solution development. You can use app templates for everything from getting a feel for what is possible, to fully customizing your application to resell to your customers.
31
24
@@ -34,19 +27,19 @@ Start with a generic _application template_ or with one of the industry-focused
See the [Create a new application](quick-deploy-iot-central.md) quickstart for a walk-through of how to create your first application.
40
33
41
34
## Connect devices
42
35
43
-
After creating your application, the first step is to create and connect devices. Every device connected to IoT Central uses a _device template_. A device template is the blueprint that defines the characteristics and behavior of a type of device such as the:
36
+
After you create your application, the next step is to create and connect devices. Every device connected to IoT Central uses a _device template_. A device template is the blueprint that defines the characteristics and behavior of a type of device such as the:
44
37
45
38
- Telemetry it sends. Examples include temperature and humidity. Telemetry is streaming data.
46
39
- Business properties that an operator can modify. Examples include a customer address and a last serviced date.
47
40
- Device properties that are set by a device and are read-only in the application. For example, the state of a valve as either open or shut.
48
-
- Properties, that an operator sets, that determine the behavior of the device. For example, a target temperature for the device.
49
-
- Commands, that an operator can call, that run on a device. For example, a command to remotely reboot a device.
41
+
- Properties that an operator sets, that determine the behavior of the device. For example, a target temperature for the device.
42
+
- Commands that an operator can call, that run on a device. For example, a command to remotely reboot a device.
50
43
51
44
Every [device template](howto-set-up-template.md) includes:
0 commit comments