Skip to content

Commit 50e47c3

Browse files
committed
Remove other service mentions
1 parent 6edfdaf commit 50e47c3

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Azure Digital Twins is typically used together with other services to create fle
2121

2222
Azure Digital Twins can receive data from upstream services such as [IoT Hub](../iot-hub/about-iot-hub.md) or [Logic Apps](../logic-apps/logic-apps-overview.md), which are used to deliver telemetry and notifications.
2323

24-
Azure Digital Twins can also use [event routes](concepts-route-events.md) to send data to downstream services, such as [Azure Maps](../azure-maps/about-azure-maps.md) and [Time Series Insights](../time-series-insights/overview-what-is-tsi.md), for storage, workflow integration, analytics, and more.
24+
Azure Digital Twins can also use [event routes](concepts-route-events.md) to send data to downstream services, such as [Azure Maps](../azure-maps/about-azure-maps.md), for storage, workflow integration, analytics, and more.
2525

2626
## Data ingress
2727

@@ -41,7 +41,7 @@ There are two main egress options in Azure Digital Twins. Digital twin data can
4141

4242
### Endpoints
4343

44-
To send Azure Digital Twins data to most Azure services, such as [Azure Maps](../azure-maps/about-azure-maps.md), [Time Series Insights](../time-series-insights/overview-what-is-tsi.md), or [Azure Storage](../storage/common/storage-introduction.md), start by attaching the destination service to an *endpoint*.
44+
To send Azure Digital Twins data to most Azure services, such as [Azure Maps](../azure-maps/about-azure-maps.md) or [Azure Storage](../storage/common/storage-introduction.md), start by attaching the destination service to an *endpoint*.
4545

4646
Endpoints can be instances of any of these Azure services:
4747
* [Event Hubs](../event-hubs/event-hubs-about.md)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The following diagram illustrates the flow of event data through a larger IoT so
3434

3535
:::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":::
3636

37-
For egress of data outside Azure Digital Twins, typical downstream targets for event routes are Time Series Insights, Azure Maps, storage, and analytics solutions. Azure Digital Twins implements *at least once* delivery for data emitted to egress services.
37+
For egress of data outside Azure Digital Twins, typical downstream targets for event routes are Azure Maps, storage, and analytics solutions. Azure Digital Twins implements *at least once* delivery for data emitted to egress services.
3838

3939
For routing of internal digital twin events within the same Azure Digital Twins solution, continue to the next section.
4040

articles/digital-twins/how-to-move-regions.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ Here are some questions to consider:
3939
- Azure Functions
4040
- Azure Logic Apps
4141
- Azure Data Explorer
42-
- Azure Time Series Insights
4342
- Azure Maps
4443
- Azure IoT Hub Device Provisioning Service
4544
* What other personal or company apps do I have that connect to my instance?
@@ -121,7 +120,6 @@ The exact resources you need to edit depends on your scenario, but here are some
121120
* Event Grid, Event Hubs, or Service Bus.
122121
* Logic Apps.
123122
* Azure Data Explorer.
124-
* Time Series Insights.
125123
* Azure Maps.
126124
* IoT Hub Device Provisioning Service.
127125
* Personal or company apps outside of Azure, such as the client app created in [Code a client app](tutorial-code.md), that connect to the instance and call Azure Digital Twins APIs.

articles/digital-twins/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ In Azure Digital Twins, you define the digital entities that represent the peopl
3838
You can think of these model definitions as a specialized vocabulary to describe your business. For a building management solution, for example, you might define a model that defines a Building type, a Floor type, and an Elevator type. Models are defined in a JSON-like language called [Digital Twins Definition Language (DTDL)](https://github.com/Azure/opendigitaltwins-dtdl/blob/master/DTDL/v3/DTDL.v3.md). In ADT, DTDL models describe types of entities according to their state properties, commands, and relationships. You can design your own model sets from scratch, or get started with a pre-existing set of [DTDL industry ontologies](concepts-ontologies.md) based on common vocabulary for your industry.
3939

4040
>[!TIP]
41-
>Version 2 of DTDL is also used for data models throughout other Azure IoT services, including [IoT Plug and Play](../iot/overview-iot-plug-and-play.md) and [Time Series Insights](../time-series-insights/overview-what-is-tsi.md). This compatibility helps you connect your Azure Digital Twins solution with other parts of the Azure ecosystem.
41+
>Version 2 of DTDL is also used for data models throughout other Azure IoT services, including [IoT Plug and Play](../iot/overview-iot-plug-and-play.md). This compatibility helps you connect your Azure Digital Twins solution with other parts of the Azure ecosystem.
4242
4343
Once you've defined your data models, use them to create [digital twins](concepts-twins-graph.md) that represent each specific entity in your environment. For example, you might use the Building model definition to create several Building-type twins (Building 1, Building 2, and so on). You can also use the relationships in the model definitions to connect twins to each other, forming a conceptual graph.
4444

@@ -93,7 +93,7 @@ A possible architecture of a complete solution using Azure Digital Twins may con
9393
* One or more client apps that drive the Azure Digital Twins instance by configuring models, creating topology, and extracting insights from the twin graph.
9494
* One or more external compute resources to process events generated by Azure Digital Twins, or connected data sources such as devices. One common way to provide compute resources is via [Azure Functions](../azure-functions/functions-overview.md).
9595
* An IoT hub to provide device management and IoT data stream capabilities.
96-
* Downstream services to provide things like workflow integration (like Logic Apps), cold storage (like Azure Data Lake), or analytics (like Azure Data Explorer or Time Series Insights).
96+
* Downstream services to provide things like workflow integration (like Logic Apps), cold storage (like Azure Data Lake), or analytics (like Azure Data Explorer).
9797

9898
The following diagram shows where Azure Digital Twins might lie in the context of a larger sample Azure IoT solution.
9999

0 commit comments

Comments
 (0)