You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: includes/iot-hub-include-create-hub.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: robinsh
5
5
ms.service: iot-hub
6
6
services: iot-hub
7
7
ms.topic: include
8
-
ms.date: 02/13/2020
8
+
ms.date: 02/14/2020
9
9
ms.author: robinsh
10
10
ms.custom: include file
11
11
---
@@ -24,7 +24,7 @@ This section describes how to create an IoT hub using the [Azure portal](https:/
24
24
25
25
-**Resource Group**: Select a resource group or create a new one. To create a new one, select **Create new** and fill in the name you want to use. To use an existing resource group, select that resource group. For more information, see [Manage Azure Resource Manager resource groups](../articles/azure-resource-manager/management/manage-resource-groups-portal.md).
26
26
27
-
-**Region**: Select the region in which you want your hub to be located. Select the location closest to you.
27
+
-**Region**: Select the region in which you want your hub to be located. Select the location closest to you. Some features, such as [IoT Hub device streams](../articles/iot-hub/iot-hub-device-streams-overview.md), are only available in specific regions. For these limited features, you must select one of the supported regions.
28
28
29
29
-**IoT Hub Name**: Enter a name for your hub. This name must be globally unique. If the name you enter is available, a green check mark appears.
30
30
@@ -36,9 +36,11 @@ This section describes how to create an IoT hub using the [Azure portal](https:/
36
36
37
37

38
38
39
-
This screen allows you to set the following values:
39
+
You can accept the default settings here. If desired, you can modify any of the following fields:
40
40
41
-
-**Pricing and scale tier**: Your selected tier. You can choose from several tiers, depending on how many features you want and how many messages you send through your solution per day. The free tier is intended for testing and evaluation. It allows 500 devices to be connected to the hub and up to 8,000 messages per day. Each Azure subscription can create one IoT hub in the free tier.
41
+
-**Pricing and scale tier**: Your selected tier. You can choose from several tiers, depending on how many features you want and how many messages you send through your solution per day. The free tier is intended for testing and evaluation. It allows 500 devices to be connected to the hub and up to 8,000 messages per day. Each Azure subscription can create one IoT hub in the free tier.
42
+
43
+
If you are working through a Quickstart for IoT Hub device streams, select the free tier.
42
44
43
45
-**IoT Hub units**: The number of messages allowed per unit per day depends on your hub's pricing tier. For example, if you want the hub to support ingress of 700,000 messages, you choose two S1 tier units.
44
46
For details about the other tier options, see [Choosing the right IoT Hub tier](../articles/iot-hub/iot-hub-scaling.md).
@@ -47,14 +49,14 @@ This section describes how to create an IoT hub using the [Azure portal](https:/
47
49
48
50
-**Advanced Settings** > **Device-to-cloud partitions**: This property relates the device-to-cloud messages to the number of simultaneous readers of the messages. Most hubs need only four partitions.
49
51
50
-
1.For this article, accept the default choices, and then select **Next: Tags** to move to the next screen.
52
+
1. Select **Next: Tags** to continue to the next screen.
51
53
52
54
Tags are name/value pairs. You can assign the same tag to multiple resources and resource groups to categorize resources and consolidate billing. for more information, see [Use tags to organize your Azure resources](../articles/azure-resource-manager/management/tag-resources.md).
53
55
54
-

56
+

55
57
56
-
Select **Next: Review + create** to review your choices. You see something similar to this screen.
58
+
1.Select **Next: Review + create** to review your choices. You see something similar to this screen, but with the values you selected when creating the hub.
57
59
58
-

60
+

59
61
60
-
1. Select **Create** to create your new hub. Creating the hub takes a few minutes.
62
+
1.Select **Create** to create your new hub. Creating the hub takes a few minutes.
0 commit comments