Azure IoT 中心和 Azure IoT Central 之间有什么区别?

What is the difference between Azure IoT Hub and Azure IoT Central?

我之前使用过 Azure IoT Hub,现在我发现了一个新主题 Azure IoT Central,它看起来与 Azure IoT Hub 一样。

我对这些物联网服务之间的区别感到困惑,任何人都可以解释一下 Azure IoT CentralAzure IoT Hub 之间的区别以及哪个更好吗?

提前致谢

此页面很好地概述了 Azure 上的不同物联网选项:https://docs.microsoft.com/en-us/azure/iot-central/overview-iot-options

Microsoft Azure IoT Central and Azure IoT offer several options for building an IoT solution. These options are appropriate for different sets of customer requirements:

Azure IoT Central is a software as a service (SaaS) solution that uses a model-based approach to help you to build enterprise-grade IoT solutions without requiring expertise in cloud-solution development.

Azure IoT solution accelerators are an enterprise-grade collection of solution accelerators built on Azure platform as a service (PaaS) that help you accelerate the development of custom IoT solutions.

所有这些都建立在 IoT Hub 之上,IoT Hub 是用于设备连接、管理和通信的基础 PaaS(平台即服务)产品。

A​​zure IoT Central 是一个完全托管的全球 IoT SaaS(软件即服务)解决方案,可以轻松连接、监控和管理您的 IoT 资产规模。 Site Link

A​​zure IoT Hub 是一种托管服务,可实现 IoT 设备与 Azure 之间的双向通信 - Site Link

页面 Azure technologies and services for creating IoT solutions 总结了何时应考虑使用 IoT Central 或 IoT Hub,并简要概述了其他一些 Azure IoT 服务。

这里是 table 对 IOT central 和 IOT hub 之间主要区别的看法

╔══════════════════════════════╦════════════════════════════════╗
║  Azure IOT Central           ║ Azure IOT Hub                  ║
╠══════════════════════════════╬════════════════════════════════╣
║ A SaaS solution that makes   ║ Managed service, acts as a     ║
║ it easy to get started and   ║ central message hub for        ║
║ pull new data into your      ║ bi-directional communication   ║
║ existing business processes. ║ between IOT app and the device ║
╠══════════════════════════════╬════════════════════════════════╣
║ Provide App template for     ║ Anyone can use IOT hub to      ║
║ Priority Industry Verticals  ║ build IOT solutions with       ║
║                              ║ reliable and secure            ║
║                              ║ communications between         ║
║                              ║ millions of IOT devices        ║
╠══════════════════════════════╬════════════════════════════════╣
║ Provides Seamless device     ║ Supports Multi-language and    ║
║ connectivity  and management ║ open source SDKs               ║
╠══════════════════════════════╬════════════════════════════════╣
║ Connect millions             ║ Provision devices at scale     ║
║ of devices and manage        ║ with IOT device provisioning   ║
║ ingress/egress of data       ║ service                        ║
╚══════════════════════════════╩════════════════════════════════╝

Azure 的两种物联网产品之间的差异:

你能帮助 select IoT 技术: https://azure.microsoft.com/en-us/overview/iot/product-selector/

只需使用 selection 并查看 MS 建议

您想要一个具有存储、设备注册、数据可视化、数据规则创建功能和许多其他功能的即用型物联网平台吗?然后使用 IoT Central。它是一种 SaaS,这意味着 Microsoft 将不断添加新功能 and/or 为您更新和管理所有这些 above-mentioned 捆绑服务。此外,它还为您提供了与这些服务捆绑在一起的 IoT 中心。剧透:IoT Central 变得越来越灵活,因为您可以根据需要将数据路由到该平台的其他服务!

您是否需要云服务来与您的设备通信,然后自行配置其他所有内容(例如存储、可视化和数据规则生成)?然后使用 IoT Hub:它被视为您的数据从 IoT 设备进入云的网关。它是一个 PaaS,这意味着 Microsoft 将支持和更新此服务,但您将自己管理与 above-mentioned 服务的所有捆绑。

当你有大量设备需要管理时,你更愿意使用 PaaS 服务并创建自己的解决方案,因为你不会太在意视觉效果(分析工具肯定不是听觉) .您宁愿捆绑您选择的一组服务(例如添加机器学习),只流式传输数据并获得见解。