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: articles/iot-dps/tutorial-set-up-cloud.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,9 @@ Follow these steps to create a new Device Provisioning Service instance.
49
49
6. On the **Overview** page for the new service instance, copy the value for the **ID scope** for use later. That value is used to identify registration IDs, and provides a guarantee that the registration ID is unique.
50
50
7. Also, copy the **Service endpoint** value for later use.
Copy file name to clipboardexpand all lines: articles/iot-edge/quickstart.experimental.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ Start the quickstart by creating an IoT hub in the Azure portal.
54
54
55
55
Create your IoT hub in a resource group that you can use to maintain and manage all the resources that you create in this quickstart. Call it something easy to remember, like **IoTEdgeResources**. By putting all the resources for the quickstarts and tutorials in a group, you can manage them together and remove them easily when you're done testing.
Copy file name to clipboardexpand all lines: articles/iot-hub/iot-hub-create-through-portal.md
+1-39
Original file line number
Diff line number
Diff line change
@@ -19,45 +19,7 @@ To use the steps in this tutorial, you need an Azure subscription. If you don't
19
19
20
20
## Create an IoT hub
21
21
22
-
1. Log in to the [Azure portal](https://portal.azure.com).
23
-
24
-
2. Choose +**Create a resource**, then choose **Internet of Things**.
25
-
26
-
3. Click **Iot Hub** from the list on the right. You see the first screen for creating an IoT hub.
27
-
28
-

29
-
30
-
Fill in the fields.
31
-
32
-
**Subscription**: Select the subscription to use for your IoT hub.
33
-
34
-
**Resource Group**: You can create a new resource group or use an existing one. To create a new one, click **Create new** and fill in the name you want to use. To use an existing resource group, click **Use existing** and select the resource group from the dropdown list.
35
-
36
-
**Region**: Select the region in which you want your hub to be located from the dropdown list.
37
-
38
-
**IoT Hub Name**: Put in the name for your IoT Hub. This name must be globally unique.
4. Click **Next: Size and scale** to go to the next screen.
43
-
44
-

45
-
46
-
On this screen, you can take the defaults and just click **Review + create** at the bottom. Or you can fill in the fields as needed.
47
-
48
-
**Pricing and scale 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 IoT hub and up to 8,000 messages per day. Each Azure subscription can create one IoT Hub in the free tier.
49
-
50
-
**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 IoT hub to support ingress of 700,000 messages, you choose two S1 tier units.
51
-
52
-
For details about the other tier options, see [Choosing the right IoT Hub tier](iot-hub-scaling.md).
53
-
54
-
**Advanced / Device-to-cloud partitions**: This property relates the device-to-cloud messages to the number of simultaneous readers of the messages. Most IoT hubs only need four partitions.
55
-
56
-
5. Click **Review + create** to review your choices. You see something similar to this screen.
57
-
58
-

59
-
60
-
5. Click **Create** to create your new IoT hub. Creating the hub takes a few minutes.
0 commit comments