Skip to content

Commit 90ecbb9

Browse files
authored
Merge pull request #184086 from baanders/1-4-egress
ADT: Note at-least-once egress delivery
2 parents a9edbea + 5a80b34 commit 90ecbb9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ Endpoints are attached to Azure Digital Twins using management APIs or the Azure
4444

4545
There are many other services where you may want to ultimately direct your data, such as [Azure Storage](../storage/common/storage-introduction.md), [Azure Maps](../azure-maps/about-azure-maps.md), [Azure Data Explorer](/azure/data-explorer/data-explorer-overview), or [Time Series Insights](../time-series-insights/overview-what-is-tsi.md). To send your data to services like these, attach the destination service to an endpoint.
4646

47-
For example, if you're also using Azure Maps and want to correlate location with your Azure Digital Twins [twin graph](concepts-twins-graph.md), 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)
47+
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-
You can also learn how to route data in a similar way to Time Series Insights, in [Integrate with Time Series Insights](how-to-integrate-time-series-insights.md).
49+
Azure Digital Twins implements **at least once** delivery for data emitted to egress services.
5050

5151
## Next steps
5252

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)