Skip to content

Commit f88d375

Browse files
authored
Merge pull request #104538 from robinsh/robinsh-0214_devstrm
make chgs for device streams in create-hub incl
2 parents 9b61553 + 5ce8b79 commit f88d375

12 files changed

+17
-68
lines changed

articles/iot-hub/quickstart-device-streams-echo-c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ For this quickstart, you use the [Azure IoT device SDK for C](iot-hub-device-sdk
109109
110110
## Create an IoT hub
111111
112-
[!INCLUDE [iot-hub-include-create-hub-device-streams](../../includes/iot-hub-include-create-hub-device-streams.md)]
112+
[!INCLUDE [iot-hub-include-create-hub](../../includes/iot-hub-include-create-hub.md)]
113113
114114
## Register a device
115115

articles/iot-hub/quickstart-device-streams-echo-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If you don’t have an Azure subscription, create a [free account](https://azure
4949
5050
## Create an IoT hub
5151
52-
[!INCLUDE [iot-hub-include-create-hub-device-streams](../../includes/iot-hub-include-create-hub-device-streams.md)]
52+
[!INCLUDE [iot-hub-include-create-hub](../../includes/iot-hub-include-create-hub.md)]
5353
5454
## Register a device
5555

articles/iot-hub/quickstart-device-streams-echo-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ If you haven't already done so, download the sample Node.js project from https:/
6666

6767
If you completed the previous [Quickstart: Send telemetry from a device to an IoT hub](quickstart-send-telemetry-node.md), you can skip this step.
6868

69-
[!INCLUDE [iot-hub-include-create-hub-device-streams](../../includes/iot-hub-include-create-hub-device-streams.md)]
69+
[!INCLUDE [iot-hub-include-create-hub](../../includes/iot-hub-include-create-hub.md)]
7070

7171
## Register a device
7272

articles/iot-hub/quickstart-device-streams-proxy-c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ For this quickstart, you use the [Azure IoT device SDK for C](iot-hub-device-sdk
115115
116116
## Create an IoT hub
117117
118-
[!INCLUDE [iot-hub-include-create-hub-device-streams](../../includes/iot-hub-include-create-hub-device-streams.md)]
118+
[!INCLUDE [iot-hub-include-create-hub](../../includes/iot-hub-include-create-hub.md)]
119119
120120
## Register a device
121121

articles/iot-hub/quickstart-device-streams-proxy-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ If you don’t have an Azure subscription, create a [free account](https://azure
7373

7474
## Create an IoT hub
7575

76-
[!INCLUDE [iot-hub-include-create-hub-device-streams](../../includes/iot-hub-include-create-hub-device-streams.md)]
76+
[!INCLUDE [iot-hub-include-create-hub](../../includes/iot-hub-include-create-hub.md)]
7777

7878
## Register a device
7979

articles/iot-hub/quickstart-device-streams-proxy-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ If you don’t have an Azure subscription, create a [free account](https://azure
6262
6363
If you completed the previous [Quickstart: Send telemetry from a device to an IoT hub](quickstart-send-telemetry-node.md), you can skip this step.
6464
65-
[!INCLUDE [iot-hub-include-create-hub-device-streams](../../includes/iot-hub-include-create-hub-device-streams.md)]
65+
[!INCLUDE [iot-hub-include-create-hub](../../includes/iot-hub-include-create-hub.md)]
6666
6767
## Register a device
6868

includes/iot-hub-include-create-hub-device-streams.md

Lines changed: 0 additions & 53 deletions
This file was deleted.

includes/iot-hub-include-create-hub.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: robinsh
55
ms.service: iot-hub
66
services: iot-hub
77
ms.topic: include
8-
ms.date: 02/13/2020
8+
ms.date: 02/14/2020
99
ms.author: robinsh
1010
ms.custom: include file
1111
---
@@ -24,7 +24,7 @@ This section describes how to create an IoT hub using the [Azure portal](https:/
2424

2525
- **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).
2626

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.
2828

2929
- **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.
3030

@@ -36,9 +36,11 @@ This section describes how to create an IoT hub using the [Azure portal](https:/
3636

3737
![Set the size and scale for a new hub using the Azure portal](./media/iot-hub-include-create-hub/iot-hub-create-screen-size-scale.png)
3838

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:
4040

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.
4244

4345
- **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.
4446
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:/
4749

4850
- **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.
4951

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.
5153

5254
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).
5355

54-
![Set the size and scale for a new hub using the Azure portal](./media/iot-hub-include-create-hub/iot-hub-create-tabs.png)
56+
![Assign tags for the hub using the Azure portal](./media/iot-hub-include-create-hub/iot-hub-create-tabs.png)
5557

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.
5759

58-
![Review information for creating the new hub](./media/iot-hub-include-create-hub/iot-hub-create-review.png)
60+
![Review information for creating the new hub](./media/iot-hub-include-create-hub/iot-hub-create-review.png)
5961

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.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)