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
+6-27
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ Click **Create** to add this newly created policy to the existing list.
93
93
94
94
## Message Routing for an IoT hub
95
95
96
-
Click **Message Routing** under **Messaging** to see the Message Routing pane, where you define routes and endpoints for the hub. Routes enable you to manage how data is sent from your devices to your endpoints. First, you select or add a route. While configuring the route, you define the endpoint. You can create your own endpoints (custom endpoints) or use the built-in endpoints.
96
+
Click **Message Routing** under **Messaging** to see the Message Routing pane, where you define routes and custom endpoints for the hub. Routes enable you to manage how data is sent from your devices to your endpoints. First, you select or add a route. While configuring the route, you define the endpoint.
@@ -105,7 +105,7 @@ Routes is the first tab on the Message Routing pane. To add a new route, click +
105
105
106
106
Name your hub. The name must be unique within the list of routes for that hub.
107
107
108
-
For **Endpoint**, you can 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, click +**Add** next to the Endpoint dropdown and select **Azure Blob Storage**. The following screen shows where the storage account and container are specified.
108
+
For **Endpoint**, you can 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, click +**Add** next to the Endpoint dropdown and select **Blob Storage**. The following screen shows where the storage account and container are specified.
109
109
110
110

111
111
@@ -123,37 +123,16 @@ Click **Save** to save the routing rule. You return to the Message Routing pane,
123
123
124
124
Click the **Custom endpoints** tab. You see any custom endpoints already created. From here, you can add new endpoints or delete existing endpoints.
125
125
126
+
> [!NOTE]
127
+
> If you delete a route, it does not delete the endpoints assigned to that route. To delete an endpoint, click the Custom endpoints tab, select the endpoint you want to delete, and click Delete.
128
+
>
129
+
126
130
You can read more about custom endpoints in [Reference - IoT hub endpoints](iot-hub-devguide-endpoints.md).
127
131
128
132
You can define up to 10 custom endpoints for an IoT hub.
129
133
130
134
To see a full example of how to use custom endpoints with routing, see [Message routing with IoT Hub](tutorial-routing.md).
131
135
132
-
### Built-in endpoints
133
-
134
-
There are two built-in endpoints: **Events** and **Cloud to device messaging**.
135
-
136
-
***Events** settings: This setting has several subsettings, some of which are read-only. The following list describes these settings:
137
-
138
-
***Partitions**: A default value is set when the IoT hub is created. You can change the number of partitions through this setting.
139
-
140
-
***Event Hub-compatible name** and **Event Hub-compatible endpoint**: When the IoT hub is created, an Event Hub is created internally that you may need to access under certain circumstances. You cannot customize the Event Hub-compatible name and endpoint values but you can copy them by clicking **Copy**.
141
-
142
-
***Retention Time**: This value is set to one day by default but you can change it using the drop-down list. This value is in days for the device-to-cloud setting.
143
-
144
-
***Consumer Groups**: Consumer groups enable multiple readers to read messages independently from the IoT hub. Every IoT hub is created with a default consumer group. However, you can add or delete consumer groups to your IoT hubs using this setting.
145
-
146
-
> [!NOTE]
147
-
> The default consumer group cannot be edited or deleted.
148
-
149
-
***Cloud to device messaging** settings:
150
-
151
-
***Default TTL**: time-to-live, in hours, for the messages.
152
-
153
-
***Feedback retention time**: retention time, in hours, for the messages.
154
-
155
-
***Maximum delivery count**: maximum number of times to try delivering a cloud-to-device message to a device.
156
-
157
136
## Find a specific IoT hub
158
137
159
138
Here are two ways to find a specific IoT hub in your subscription:
0 commit comments