Skip to content

Commit 1bf013b

Browse files
committedSep 13, 2018
Upgrade portal article for changes.
1 parent f410f3e commit 1bf013b

6 files changed

+6
-27
lines changed
 

‎articles/iot-hub/iot-hub-create-through-portal.md

+6-27
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Click **Create** to add this newly created policy to the existing list.
9393

9494
## Message Routing for an IoT hub
9595

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

9898
![Message routing pane](./media/iot-hub-create-through-portal/iot-hub-message-routing.png)
9999

@@ -105,7 +105,7 @@ Routes is the first tab on the Message Routing pane. To add a new route, click +
105105

106106
Name your hub. The name must be unique within the list of routes for that hub.
107107

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

110110
![Screenshot showing adding a storage endpoint for the routing rule](./media/iot-hub-create-through-portal/iot-hub-routing-add-storage-endpoint.png)
111111

@@ -123,37 +123,16 @@ Click **Save** to save the routing rule. You return to the Message Routing pane,
123123

124124
Click the **Custom endpoints** tab. You see any custom endpoints already created. From here, you can add new endpoints or delete existing endpoints.
125125

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+
126130
You can read more about custom endpoints in [Reference - IoT hub endpoints](iot-hub-devguide-endpoints.md).
127131

128132
You can define up to 10 custom endpoints for an IoT hub.
129133

130134
To see a full example of how to use custom endpoints with routing, see [Message routing with IoT Hub](tutorial-routing.md).
131135

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-
157136
## Find a specific IoT hub
158137

159138
Here are two ways to find a specific IoT hub in your subscription:
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.