Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 2.36 KB

iot-hub-quickstarts-create-hub.md

File metadata and controls

50 lines (35 loc) · 2.36 KB
title description services author ms.service ms.topic ms.date ms.author ms.custom
include file
include file
iot-hub
dominicbetts
iot-hub
include
05/17/2018
dobett
include file

The first step is to use the Azure portal to create an IoT hub in your subscription. The IoT hub enables you to ingest high volumes of telemetry into the cloud from many devices. The hub then enables one or more back-end services running in the cloud to read and process that telemetry.

  1. Sign in to the Azure portal.

  2. Select Create a resource > Internet of Things > IoT Hub.

    Select to install IoT Hub

  3. In the IoT hub pane, enter the following information for your IoT hub:

    • Subscription: Choose the subscription that you want to use to create this IoT hub.
    • Resource group: Create a resource group to contain the IoT hub or use an existing one. By putting all related resources in a group together, such as TestResources, you can manage them all together. For example, deleting the resource group deletes all resources contained in that group. For more information, see Use resource groups to manage your Azure resources.
    • Region: Select the closest location to your devices.
    • Name: Create a unique name for your IoT hub. If the name you enter is available, a green check mark appears.

    [!INCLUDE iot-hub-pii-note-naming-hub]

    IoT Hub basics window

  4. Select Next: Size and scale to continue creating your IoT hub.

  5. Choose your Pricing and scale tier. For this article, select the F1 - Free tier if it's still available on your subscription. For more information, see the Pricing and scale tier.

    IoT Hub size and scale window

  6. Select Review + create.

  7. Review your IoT hub information, then click Create. Your IoT hub might take a few minutes to create. You can monitor the progress in the Notifications pane.