title | description | author | ms.author | ms.service | ms.topic | ms.date |
---|---|---|---|---|---|---|
Learn about connection options for Azure IoT device developers |
Learn about commonly used device connection options and tools for Azure IoT device developers. |
timlt |
timlt |
iot-develop |
conceptual |
02/11/2021 |
As a developer who works with devices, you have several options for connecting and managing Azure IoT devices. This article overviews the most commonly used options and tools to help you connect and manage devices.
As you evaluate Azure IoT connection options for your devices, it's helpful to compare the following items:
- Azure IoT device application platforms
- Tools for connecting and managing devices
Azure IoT contains two services that are platforms for device-enabled cloud applications: Azure IoT Central, and Azure IoT Hub. You can use either one to host an IoT application and connect devices.
- IoT Central is designed to reduce the complexity and cost of working with IoT solutions. It's a software-as-a-service (SaaS) application that provides a complete platform for hosting IoT applications. You can use the IoT Central web UI to streamline the entire lifecycle of creating and managing IoT applications. The web UI simplifies the tasks of creating applications, and connecting and managing from a few up to millions of devices. IoT Central uses IoT Hub to create and manage applications, but keeps the details transparent to the user. In general, IoT Central provides reduced complexity and development effort, and simplified device management through the web UI.
- IoT Hub acts as a central message hub for bi-directional communication between IoT applications and connected devices. It's a platform-as-a-service (PaaS) application that also provides a platform for hosting IoT applications. Like IoT Central, it can scale to support millions of devices. In general, IoT Hub offers greater control and customization over your application design, and more developer tool options for working with the service, at the cost of some increase in development and management complexity.
After you select IoT Hub or IoT Central to host your IoT application, you have several options of developer tools. You can use these tools to connect to your selected IoT application platform, and to create and manage applications and devices. The following table summarizes common tool options.
Note
In addition to the following tools, you can programmatically create and manage IoT applications by using REST API's, Azure SDKs, or Azure Resource Manager templates. You can learn more in the IoT Hub and IoT Central service documentation.
Tool | Supports IoT platform | Documentation | Description |
---|---|---|---|
Central web UI | Central | Central quickstart | Browser-based portal for IoT Central. |
Azure portal | Hub, Central | Create an IoT hub with Azure portal, Manage IoT Central from the Azure portal | Browser-based portal for IoT Hub and devices. Also works with other Azure resources including IoT Central. |
Azure IoT Explorer | Hub | Azure IoT Explorer | Cannot create IoT hubs. Connects to an existing IoT hub to manage devices. Often used with CLI or Portal. |
Azure CLI | Hub, Central | Create an IoT hub with CLI, Manage IoT Central from Azure CLI | Command-line interface for creating and managing IoT applications. |
Azure PowerShell | Hub, Central | Create an IoT hub with PowerShell, Manage IoT Central from Azure PowerShell | PowerShell interface for creating and managing IoT applications |
Azure IoT Tools for VS Code | Hub | Create an IoT hub with Tools for VS Code | VS Code extension for IoT Hub applications. |
To learn more about your options for connecting devices to Azure IoT, explore the following quickstarts: