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-hub/about-iot-hub.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,54 +1,54 @@
1
1
---
2
-
title: Introduction to Azure IoT Hub | Microsoft Docs
3
-
description: Learn about Azure IoT Hub. This IoT service is built for scalable data ingestion, device management, and security.
4
-
author: nberdy
5
-
ms.author: nberdy
6
-
ms.date: 08/08/2019
2
+
title: What is Azure IoT Hub | Microsoft Docs
3
+
description: This article explains the uses for an Azure IoT Hub. It allows you to read data in a scalable manner, and enables you to manage devices securely.
4
+
author: robinsh
5
+
ms.author: robinsh
6
+
ms.date: 05/03/2021
7
7
ms.topic: overview
8
8
ms.custom: [mvc, amqp, mqtt, 'role: Direction', 'role: System Architecture']
9
9
ms.service: iot-hub
10
10
services: iot-hub
11
11
---
12
12
13
-
# What is Azure IoT Hub?
13
+
# What is Azure IoT Hub
14
14
15
-
IoT Hub is a managed service, hosted in the cloud, that acts as a central message hub for bi-directional communication between your IoT application and the devices it manages. You can use Azure IoT Hub to build IoT solutions with reliable and secure communications between millions of IoT devices and a cloud-hosted solution backend. You can connect virtually any device to IoT Hub.
15
+
IoT Hub is a managed service hosted in the cloud that acts as a central message hub for communications in both directions between an IoT application and its attached devices. You can connect millions of devices and their backend solutions reliably and securely. Almost any device can be connected to an IoT Hub.
16
16
17
-
IoT Hub supports communications both from the device to the cloud and from the cloud to the device. IoT Hub supports multiple messaging patterns such as device-to-cloud telemetry, file upload from devices, and request-reply methods to control your devices from the cloud. IoT Hub monitoring helps you maintain the health of your solution by tracking events such as device creation, device failures, and device connections.
17
+
Several messaging patterns are supported, including device-to-cloud telemetry, uploading files from devices, and request-reply methods to control your devices from the cloud. IoT Hub also supports monitoring to help you track creating devices, connecting devices, and device failures.
18
18
19
-
IoT Hub's capabilities help you build scalable, full-featured IoT solutions such as managing industrial equipment used in manufacturing, tracking valuable assets in healthcare, and monitoring office building usage.
19
+
With IoT Hub's capabilities, you can build scalable, full-featured IoT solutions such as managing industrial equipment used in manufacturing, tracking valuable assets in healthcare, and monitoring office building usage.
20
20
21
21
## Scale your solution
22
22
23
-
IoT Hub scales to millions of simultaneously connected devices and millions of events per second to support your IoT workloads. For more information about scaling your IoT Hub, see [IoT Hub Scaling](iot-hub-scaling.md). To learn more about the multiple tiers of service offered by IoT Hub and how to best fit your scalability needs, check out the [pricing page](https://azure.microsoft.com/pricing/details/iot-hub/).
23
+
IoT Hub scales to millions of simultaneously connected devices and millions of events per second to support your IoT workloads. For more information about scaling your IoT Hub, see [IoT Hub Scaling](iot-hub-scaling.md). To learn more about the multiple tiers of service offered by IoT Hub and how to best fit your scalability needs, check out the [pricing page](https://azure.microsoft.com/pricing/details/iot-hub/).
24
24
25
25
## Secure your communications
26
26
27
-
IoT Hub gives you a secure communication channel for your devices to send data.
27
+
You can send data securely using IoT Hub.
28
28
29
29
* Per-device authentication enables each device to connect securely to IoT Hub and for each device to be managed securely.
30
30
31
31
* You have complete control over device access and can control connections at the per-device level.
32
32
33
33
* The [IoT Hub Device Provisioning Service](../iot-dps/index.yml) automatically provisions devices to the right IoT hub when the device first boots up.
34
34
35
-
* Multiple authentication types support a variety of device capabilities:
35
+
* Multiple authentication types enable support of a variety of device capabilities:
36
36
37
-
* SAS token-based authentication to quickly get started with your IoT solution.
37
+
* SAS token-based authentication allows you to quickly get started with your IoT solution.
38
38
39
-
* Individual X.509 certificate authentication for secure, standards-based authentication.
39
+
* Individual X.509 certificate authentication is available for secure, standards-based authentication.
40
40
41
-
* X.509 CA authentication for simple, standards-based enrollment.
41
+
* X.509 CA authentication can be used for simple, standards-based enrollment.
42
42
43
43
## Route device data
44
44
45
45
Built-in message routing functionality gives you flexibility to set up automatic rules-based message fan-out:
46
46
47
-
*Use [message routing](iot-hub-devguide-messages-d2c.md) to control where your hub sends device telemetry.
47
+
*[Message routing](iot-hub-devguide-messages-d2c.md) is used to control where your hub sends device telemetry.
48
48
49
49
* There is no additional cost to route messages to multiple endpoints.
50
50
51
-
*No-code routing rules take the place of custom message dispatcher code.
51
+
*Routing rules can be configured to automatically direct messages based on content in those messages without having to write any code.
52
52
53
53
## Integrate with other services
54
54
@@ -74,7 +74,7 @@ You can manage your devices connected to IoT Hub with an array of built-in funct
74
74
75
75
## Make your solution highly available
76
76
77
-
There's a 99.9% [Service Level Agreement for IoT Hub](https://azure.microsoft.com/support/legal/sla/iot-hub/). The full [Azure SLA](https://azure.microsoft.com/support/legal/sla/) explains the guaranteed availability of Azure as a whole.
77
+
IoT Hub has a 99.9% [Service Level Agreement for IoT Hub](https://azure.microsoft.com/support/legal/sla/iot-hub/). The full [Azure SLA](https://azure.microsoft.com/support/legal/sla/) explains the guaranteed availability of Azure as a whole.
78
78
79
79
## Connect your devices
80
80
@@ -107,7 +107,7 @@ If your solution cannot use one of the supported protocols, you can extend IoT H
107
107
108
108
## Quotas and limits
109
109
110
-
Each Azure subscription has default quota limits in place to prevent service abuse, and these limits could impact the scope of your IoT solution. The current limit on a per-subscription basis is 50 IoT hubs per subscription. You can request quota increases by contacting support. For more information, see [IoT Hub Quotas and Throttling](iot-hub-devguide-quotas-throttling.md). For more details on quota limits, see one of the following articles:
110
+
Each Azure subscription has default quota limits in place to prevent service abuse. These limits could impact the scope of your IoT solution. The current limit on a per-subscription basis is 50 IoT hubs per subscription. You can request quota increases by contacting support. For more information, see [IoT Hub Quotas and Throttling](iot-hub-devguide-quotas-throttling.md). For more details on quota limits, see one of the following articles:
111
111
112
112
*[Azure subscription service limits](../azure-resource-manager/management/azure-subscription-service-limits.md)
0 commit comments