Skip to content

Commit 78f510b

Browse files
Merge pull request #271644 from kgremban/apr9-cosmosga
cosmos db endpoint ga
2 parents c201ec6 + ef93124 commit 78f510b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

articles/iot-hub/how-to-routing-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Routes send messages or event logs to an Azure service for storage or processing
6868

6969
| Parameter | Value |
7070
| --------- | ----- |
71-
| **Endpoint type** | Select **Cosmos DB (preview)**. |
71+
| **Endpoint type** | Select **Cosmos DB**. |
7272
| **Endpoint name** | Provide a unique name for a new endpoint, or select **Select existing** to choose an existing Storage endpoint. |
7373
| **Cosmos DB account** | Use the drop-down menu to select an existing Cosmos DB account in your subscription. |
7474
| **Database** | Use the drop-down menu to select an existing database in your Cosmos DB account. |

articles/iot-hub/iot-hub-devguide-endpoints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ IoT Hub currently supports the following Azure services as custom endpoints:
7676
* Event Hubs
7777
* Service Bus Queues
7878
* Service Bus Topics
79-
* Cosmos DB (preview)
79+
* Cosmos DB
8080

8181
For the limits on endpoints per hub, see [Quotas and throttling](iot-hub-devguide-quotas-throttling.md).
8282

@@ -126,7 +126,7 @@ Service Bus queues and topics used as IoT Hub endpoints must not have **Sessions
126126

127127
Apart from the built-in-Event Hubs compatible endpoint, you can also route data to custom endpoints of type Event Hubs.
128128

129-
### Azure Cosmos DB as a routing endpoint (preview)
129+
### Azure Cosmos DB as a routing endpoint
130130

131131
You can send data directly to Azure Cosmos DB from IoT Hub. IoT Hub supports writing to Cosmos DB in JSON (if specified in the message content-type) or as base 64 encoded binary.
132132

articles/iot-hub/iot-hub-devguide-messages-d2c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ IoT Hub currently supports the following endpoints for message routing:
3434
* Service Bus queues
3535
* Service Bus topics
3636
* Event Hubs
37-
* Cosmos DB (preview)
37+
* Cosmos DB
3838

3939
For more information about each of these endpoints, see [IoT Hub endpoints](./iot-hub-devguide-endpoints.md#custom-endpoints-for-message-routing).
4040

articles/iot-hub/iot-hub-event-grid-routing-comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ While both message routing and Event Grid enable alert configuration, there are
3030
| **Device messages and events** | Yes, message routing supports telemetry data, device twin changes, device lifecycle events, digital twin change events, and device connection state events. | Yes, Event Grid supports telemetry data and device events like device created/deleted/connected/disconnected. But Event Grid doesn't support device twin change events and digital twin change events. |
3131
| **Ordering** | Yes, message routing maintains the order of events. | No, Event Grid doesn't guarantee the order of events. |
3232
| **Filtering** | Rich filtering on message application properties, message system properties, message body, device twin tags, and device twin properties. Filtering isn't applied to digital twin change events. For examples, see [Message Routing Query Syntax](iot-hub-devguide-routing-query-syntax.md). | Filtering based on event type, subject type and attributes in each event. For examples, see [Understand filtering events in Event Grid Subscriptions](../event-grid/event-filtering.md). When subscribing to telemetry events, you can apply filters on the data to filter on message properties, message body and device twin in your IoT Hub, before publishing to Event Grid. See [how to filter events](../iot-hub/iot-hub-event-grid.md#filter-events). |
33-
| **Endpoints** | <ul><li>Event Hubs</li> <li>Azure Blob Storage</li> <li>Service Bus queue</li> <li>Service Bus topics</li><li>Cosmos DB (preview)</li></ul><br>Paid IoT Hub SKUs (S1, S2, and S3) can have 10 custom endpoints and 100 routes per IoT Hub. | <ul><li>Azure Functions</li> <li>Azure Automation</li> <li>Event Hubs</li> <li>Logic Apps</li> <li>Storage Blob</li> <li>Custom Topics</li> <li>Queue Storage</li> <li>Power Automate</li> <li>Third-party services through WebHooks</li></ul><br>Event Grid supports 500 endpoints per IoT Hub. For the most up-to-date list of endpoints, see [Event Grid event handlers](../event-grid/overview.md#event-handlers). |
33+
| **Endpoints** | <ul><li>Event Hubs</li> <li>Azure Blob Storage</li> <li>Service Bus queue</li> <li>Service Bus topics</li><li>Cosmos DB</li></ul><br>Paid IoT Hub SKUs (S1, S2, and S3) can have 10 custom endpoints and 100 routes per IoT Hub. | <ul><li>Azure Functions</li> <li>Azure Automation</li> <li>Event Hubs</li> <li>Logic Apps</li> <li>Storage Blob</li> <li>Custom Topics</li> <li>Queue Storage</li> <li>Power Automate</li> <li>Third-party services through WebHooks</li></ul><br>Event Grid supports 500 endpoints per IoT Hub. For the most up-to-date list of endpoints, see [Event Grid event handlers](../event-grid/overview.md#event-handlers). |
3434
| **Cost** | There is no separate charge for message routing. Only ingress of telemetry into IoT Hub is charged. For example, if you have a message routed to three different endpoints, you're billed for only one message. | There is no charge from IoT Hub. Event Grid offers the first 100,000 operations per month for free, and then $0.60 per million operations afterwards. |
3535

3636
## Similarities

0 commit comments

Comments
 (0)