Skip to content

Commit 3f9e9a8

Browse files
authored
Merge pull request #157233 from robinsh/robinsh-0503
Try to improve iot hub beginner article
2 parents 1924261 + 903b3b5 commit 3f9e9a8

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

articles/iot-hub/about-iot-hub.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,54 @@
11
---
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
77
ms.topic: overview
88
ms.custom: [mvc, amqp, mqtt, 'role: Direction', 'role: System Architecture']
99
ms.service: iot-hub
1010
services: iot-hub
1111
---
1212

13-
# What is Azure IoT Hub?
13+
# What is Azure IoT Hub
1414

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.
1616

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.
1818

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.
2020

2121
## Scale your solution
2222

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/).
2424

2525
## Secure your communications
2626

27-
IoT Hub gives you a secure communication channel for your devices to send data.
27+
You can send data securely using IoT Hub.
2828

2929
* Per-device authentication enables each device to connect securely to IoT Hub and for each device to be managed securely.
3030

3131
* You have complete control over device access and can control connections at the per-device level.
3232

3333
* The [IoT Hub Device Provisioning Service](../iot-dps/index.yml) automatically provisions devices to the right IoT hub when the device first boots up.
3434

35-
* Multiple authentication types support a variety of device capabilities:
35+
* Multiple authentication types enable support of a variety of device capabilities:
3636

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.
3838

39-
* Individual X.509 certificate authentication for secure, standards-based authentication.
39+
* Individual X.509 certificate authentication is available for secure, standards-based authentication.
4040

41-
* X.509 CA authentication for simple, standards-based enrollment.
41+
* X.509 CA authentication can be used for simple, standards-based enrollment.
4242

4343
## Route device data
4444

4545
Built-in message routing functionality gives you flexibility to set up automatic rules-based message fan-out:
4646

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.
4848

4949
* There is no additional cost to route messages to multiple endpoints.
5050

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.
5252

5353
## Integrate with other services
5454

@@ -74,7 +74,7 @@ You can manage your devices connected to IoT Hub with an array of built-in funct
7474

7575
## Make your solution highly available
7676

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.
7878

7979
## Connect your devices
8080

@@ -107,7 +107,7 @@ If your solution cannot use one of the supported protocols, you can extend IoT H
107107

108108
## Quotas and limits
109109

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:
111111

112112
* [Azure subscription service limits](../azure-resource-manager/management/azure-subscription-service-limits.md)
113113

0 commit comments

Comments
 (0)