This guide will walk you through the steps to create a new Azure IoT Hub instance using the Azure portal. Azure IoT Hub is a fully managed service that enables reliable bidirectional communications, device management, and scaled IoT solution development.
Open your web browser and navigate to the Azure portal. Sign in with your Azure account credentials.
In the Azure portal search bar at the top, type "IoT Hub" and select "IoT Hub" from the services list. Alternatively, you can find it under "Internet of Things" in the Azure services menu.
On the IoT Hub page, click the + Create button to start the creation process.
Fill in the following details on the Basics tab:
your-iot-hub-name.azure-devices.net).Navigate to the Options tab. Here you can configure:
For a basic setup, you can usually leave these settings at their defaults.
On the Networking tab, you can configure network access for your IoT Hub, such as enabling public access or configuring private endpoints. For most initial setups, the default public access is acceptable.
Go to the Review + create tab. Azure will validate your configuration. Once validation passes, review the summary of your settings.
Click the Create button to provision your IoT Hub instance.
The deployment process may take a few minutes. You will see a notification when the deployment is complete. Once deployed, you can navigate to your IoT Hub resource from the Azure portal.
On the IoT Hub's Overview page, you will find key information such as the hostname and the shared access policies, which you'll need for connecting your devices.
After successfully creating your IoT Hub, you can proceed to: