Skip to content

Commit 5a80b34

Browse files
committed
Add delivery detail
1 parent 991fda7 commit 5a80b34

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

articles/digital-twins/concepts-data-ingress-egress.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ There are many other services where you may want to ultimately direct your data,
4646

4747
For example, if you're also using Azure Maps and want to correlate location with your Azure Digital Twins graph, you can use Azure Functions with Event Grid to establish communication between all the services in your deployment. For more information on integrating Azure Maps, see [Use Azure Digital Twins to update an Azure Maps indoor map](how-to-integrate-maps.md). For information on routing data in a similar way to Time Series Insights, see [Integrate with Time Series Insights](how-to-integrate-time-series-insights.md).
4848

49+
Azure Digital Twins implements **at least once** delivery for data emitted to egress services.
50+
4951
## Next steps
5052

5153
Learn more about endpoints and routing events to external services:

articles/digital-twins/concepts-route-events.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Event routes are used for both of these scenarios.
3131

3232
An event route lets you send event data from digital twins in Azure Digital Twins to custom-defined endpoints in your subscriptions. Three Azure services are currently supported for endpoints: [Event Hubs](../event-hubs/event-hubs-about.md), [Event Grid](../event-grid/overview.md), and [Service Bus](../service-bus-messaging/service-bus-messaging-overview.md). Each of these Azure services can be connected to other services and acts as the middleman, sending data along to final destinations such as TSI or Azure Maps for whatever processing you need.
3333

34+
Azure Digital Twins implements **at least once** delivery for data emitted to egress services.
35+
3436
The following diagram illustrates the flow of event data through a larger IoT solution with an Azure Digital Twins aspect:
3537

3638
:::image type="content" source="media/concepts-route-events/routing-workflow.png" alt-text="Diagram of Azure Digital Twins routing data through endpoints to several downstream services." border="false":::

0 commit comments

Comments
 (0)