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-hub/iot-hub-create-through-portal.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: kgremban
5
5
ms.service: iot-hub
6
6
services: iot-hub
7
7
ms.topic: conceptual
8
-
ms.date: 09/06/2018
8
+
ms.date: 12/20/2022
9
9
ms.author: kgremban
10
10
ms.custom: ['Role: Cloud Development']
11
11
---
@@ -38,7 +38,7 @@ You can also view or modify the list of shared access policies by choosing **Sha
38
38
39
39
Select **Add shared access policy** to open the **Add shared access policy** blade. You can enter the new policy name and the permissions that you want to associate with this policy, as shown in the following screenshot:
40
40
41
-
:::image type="content" source="./media/iot-hub-create-through-portal/iot-hub-add-shared-access-policy.png" alt-text="Screenshot showing how to add a shared access policy." lightbox="./media/iot-hub-create-through-portal/iot-hub-add-shared-access-policy.png":::
41
+
:::image type="content" source="./media/iot-hub-create-through-portal/iot-hub-add-shared-access-policy.png" alt-text="Screen capture showing how to add a shared access policy." lightbox="./media/iot-hub-create-through-portal/iot-hub-add-shared-access-policy.png":::
42
42
43
43
* The **Registry Read** and **Registry Write** policies grant read and write access rights to the identity registry. These permissions are used by back-end cloud services to manage device identities. Choosing the write option automatically includes the read option.
44
44
@@ -56,33 +56,33 @@ For more detailed information about the access granted by specific permissions,
56
56
57
57
## Message routing for an IoT hub
58
58
59
-
Select **Message Routing** under **Messaging** to see the Message Routing pane, where you define routes and custom endpoints for the hub. [Message routing](iot-hub-devguide-messages-d2c.md) enables you to manage how data is sent from your devices to your endpoints. The first step is to add a new route. Then you can add an existing endpoint to the route, or create a new one of the types supported, such as blob storage.
59
+
Select **Message routing** under **Hub settings** to see the **Message routing** pane for your IoT hub, where you define routes, custom endpoints, and message enrichments. [Message routing](iot-hub-devguide-messages-d2c.md) enables you to manage how data is sent from your devices to your endpoints. The first step is to add a new route. Then you can add an existing endpoint to the route, or create a new one of the types supported, such as blob storage.
60
60
61
61
### Routes
62
62
63
-
**Routes** is the first tab on the **Message Routing** pane. To add a new route, select **+ Add**.
63
+
**Routes** is the first tab on the **Message routing** pane. To add a new route, select **+ Add**.
64
64
65
-

65
+
:::image type="content" source="./media/iot-hub-create-through-portal/iot-hub-message-routing.png" alt-text="Screen capture showing the 'Message Routing' pane with the '+ Add' button." lightbox="./media/iot-hub-create-through-portal/iot-hub-message-routing.png":::
66
66
67
-
You see the following screen.
67
+
You see the following screen, which allows you to add a route to your IoT hub.
68
68
69
-
:::image type="content" source="./media/iot-hub-create-through-portal/iot-hub-add-route-storage-endpoint.png" alt-text="Screenshot showing how to add an endpoint to a route." lightbox="./media/iot-hub-create-through-portal/iot-hub-add-route-storage-endpoint.png":::
69
+
:::image type="content" source="./media/iot-hub-create-through-portal/iot-hub-add-route-storage-endpoint.png" alt-text="Screen capture showing how to add an endpoint to a new route." lightbox="./media/iot-hub-create-through-portal/iot-hub-add-route-storage-endpoint.png":::
70
70
71
71
Name your route. The route name must be unique within the list of routes for that hub.
72
72
73
-
For **Endpoint**, select one from the dropdown list or add a new one. In this example, a storage account and container are already available. To add them as an endpoint, choose **+ Add** next to the Endpoint dropdown and select **Blob Storage**.
73
+
For **Endpoint**, select one from the dropdown list or add a new one. In this example, a storage account and container are already available. To add them as an endpoint, choose **+ Add endpoint** next to the **Endpoint** dropdown and select **Storage**.
74
74
75
75
The following screen shows where the storage account and container are specified.
76
76
77
-

77
+
:::image type="content" source="./media/iot-hub-create-through-portal/iot-hub-routing-add-storage-endpoint.png" alt-text="Screen capture showing how to add a storage endpoint for a route." lightbox="./media/iot-hub-create-through-portal/iot-hub-routing-add-storage-endpoint.png":::
78
78
79
-
Add an endpoint name in **Endpoint name** if needed. Select **Pick a container** to select the storage account and container. When you've chosen a container then **Select**, the page returns to the **Add a storage endpoint** pane. Use the defaults for the rest of the fields and **Create** to create the endpoint for the storage account and add it to the routing rules.
79
+
Add an endpoint name in **Endpoint name** if needed. Select **Pick a container** to select the storage account and container. Choose a storage account and a container, then select **Select** to return to the **Add a storage endpoint** pane. Use the defaults for the rest of the fields and **Create** to create the endpoint for the storage account and add it to the routing rules.
80
80
81
81
You return to the **Add a route** page. For **Data source**, select Device Telemetry Messages.
82
82
83
83
Next, add a routing query. In this example, the messages that have an application property called `level` with a value equal to `critical` are routed to the storage account.
84
84
85
-

85
+
:::image type="content" source="./media/iot-hub-create-through-portal/iot-hub-add-route.png" alt-text="Screen capture showing how to save a new route." lightbox="./media/iot-hub-create-through-portal/iot-hub-add-route.png":::
86
86
87
87
Select **Save** to save the routing rule. You return to the **Message routing** pane, and your new routing rule is displayed.
88
88
@@ -103,13 +103,13 @@ To see a full example of how to use custom endpoints with routing, see [Message
103
103
104
104
Here a few ways to find a specific IoT hub in your subscription:
105
105
106
-
1. From the Azure homepage, select the IoT Hub icon. Find and select your IoT hub from the list.
106
+
1. From the Azure homepage, select the **IoT Hub** icon. Find and select your IoT hub from the list.
107
107
108
-
:::image type="content" source="./media/iot-hub-create-through-portal/select-iot-hub.png" alt-text="Screenshot showing how to find your IoT hub.":::
108
+
:::image type="content" source="./media/iot-hub-create-through-portal/select-iot-hub.png" alt-text="Screen capture showing how to find your IoT hub.":::
109
109
110
110
1. If you know the resource group to which the IoT hub belongs, choose **Resource groups**, then select the resource group from the list. The resource group screen shows all of the resources in that group, including IoT hubs. Select your hub.
111
111
112
-
2. Choose **All resources**. On the **All resources** pane, there's a dropdown list that defaults to `All types`. Select the dropdown list, uncheck `Select all`. Find `IoT Hub` and check it. Select the dropdown list box to close it, and the entries will be filtered, showing only your IoT hubs.
112
+
2. Choose **All resources**. On the **All resources** pane, there's a filter that defaults to `Type equals **all**`. Select the filter, uncheck `Select all`. Find `IoT Hub`in the list of resource types for the filter and check it. Select **Apply** to apply the new filter, and the entries are filtered to show only your IoT hubs.
1. After the device is created, open the device from the list in the **Devices** pane. Copy the **Primary Connection String**. This connection string is used by device code to communicate with the hub.
26
+
1. After the device is created, open the device from the list in the **Devices** pane. Copy the value of **Primary connection string**. This connection string is used by device code to communicate with the IoT hub.
27
27
28
-
By default, the keys and connection strings are masked as they're sensitive information. If you click the eye icon, they're revealed. It's not necessary to reveal them to copy them with the copy button.
28
+
By default, the keys and connection strings are masked because they're sensitive information. If you click the eye icon, they're revealed. It's not necessary to reveal them to copy them with the copy button.
29
29
30
30
:::image type="content" source="./media/iot-hub-include-create-device/device-details.png" alt-text="Screen capture that shows the device connection string." border="true" lightbox="./media/iot-hub-include-create-device/device-details.png":::
Copy file name to clipboardExpand all lines: includes/iot-hub-include-create-hub.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: kgremban
5
5
ms.service: iot-hub
6
6
services: iot-hub
7
7
ms.topic: include
8
-
ms.date: 11/08/2022
8
+
ms.date: 12/20/2022
9
9
ms.author: kgremban
10
10
ms.custom: include file
11
11
---
@@ -16,7 +16,7 @@ This section describes how to create an IoT hub using the [Azure portal](https:/
16
16
17
17
1. On the Azure homepage, select the **+ Create a resource** button.
18
18
19
-
1. From the **Categories** menu, select **Internet of Things**then **IoT Hub**.
19
+
1. From the **Categories** menu, select **Internet of Things**, and then select**IoT Hub**.
20
20
21
21
1. On the **Basics** tab, complete the fields as follows:
22
22
@@ -41,7 +41,7 @@ This section describes how to create an IoT hub using the [Azure portal](https:/
41
41
> [!NOTE]
42
42
> Prices shown are for example purposes only.
43
43
44
-
:::image type="content" source="./media/iot-hub-include-create-hub/iot-hub-create-screen-basics.png" alt-text="Screenshot that shows how to create an IoT hub in the Azure portal.":::
44
+
:::image type="content" source="./media/iot-hub-include-create-hub/iot-hub-create-screen-basics.png" alt-text="Screen capture that shows how to create an IoT hub in the Azure portal.":::
45
45
46
46
1. Select **Next: Networking** to continue creating your hub.
47
47
@@ -51,11 +51,11 @@ This section describes how to create an IoT hub using the [Azure portal](https:/
51
51
52
52
-**Minimum TLS Version**: Select the minimum TLS version to be supported by your IoT hub. Once the IoT hub is created, this value can't be changed. Accept the default setting, **1.0**, for this example.
53
53
54
-
:::image type="content" source="./media/iot-hub-include-create-hub/iot-hub-create-network-screen.png" alt-text="Screenshot that shows how to choose the endpoints that can connect to a new IoT hub.":::
54
+
:::image type="content" source="./media/iot-hub-include-create-hub/iot-hub-create-network-screen.png" alt-text="Screen capture that shows how to choose the endpoints that can connect to a new IoT hub.":::
55
55
56
56
1. Select **Next: Management** to continue creating your hub.
57
57
58
-
:::image type="content" source="./media/iot-hub-include-create-hub/iot-hub-management.png" alt-text="Screenshot that shows how to set the role-based access control and scale for a new IoT hub.":::
58
+
:::image type="content" source="./media/iot-hub-include-create-hub/iot-hub-management.png" alt-text="Screen capture that shows how to set the role-based access control and scale for a new IoT hub.":::
59
59
60
60
Accept the default settings here. If desired, you can modify any of the following fields:
61
61
@@ -73,7 +73,7 @@ This section describes how to create an IoT hub using the [Azure portal](https:/
73
73
> [!NOTE]
74
74
> Prices shown are for example purposes only.
75
75
76
-
:::image type="content" source="./media/iot-hub-include-create-hub/iot-hub-create-add-ons.png" alt-text="Screenshot that shows how to set the optional add-ons for a new IoT hub.":::
76
+
:::image type="content" source="./media/iot-hub-include-create-hub/iot-hub-create-add-ons.png" alt-text="Screen capture that shows how to set the optional add-ons for a new IoT hub.":::
77
77
78
78
Accept the default settings here. If desired, you can modify any of the following fields:
79
79
@@ -83,13 +83,13 @@ This section describes how to create an IoT hub using the [Azure portal](https:/
83
83
84
84
Tags are name/value pairs. You can assign the same tag to multiple resources and resource groups to categorize resources and consolidate billing. In this document, you won't be adding any tags. For more information, see [Use tags to organize your Azure resources](../articles/azure-resource-manager/management/tag-resources.md).
85
85
86
-
:::image type="content" source="./media/iot-hub-include-create-hub/iot-hub-create-tags.png" alt-text="Screenshot that shows how to assign tags for a new IoT hub.":::
86
+
:::image type="content" source="./media/iot-hub-include-create-hub/iot-hub-create-tags.png" alt-text="Screen capture that shows how to assign tags for a new IoT hub.":::
87
87
88
88
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.
89
89
90
90
> [!NOTE]
91
91
> Prices shown are for example purposes only.
92
92
93
-
:::image type="content" source="./media/iot-hub-include-create-hub/iot-hub-review-and-create.png" alt-text="Screenshot that shows the review information for creating a new IoT hub.":::
93
+
:::image type="content" source="./media/iot-hub-include-create-hub/iot-hub-review-and-create.png" alt-text="Screen capture that shows the review information for creating a new IoT hub.":::
94
94
95
95
1. Select **Create** to start the deployment of your new hub. Your deployment will be in progress a few minutes while the hub is being created. Once the deployment is complete, select **Go to resource** to open the new hub.
0 commit comments