You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/digital-twins/how-to-integrate-time-series-insights.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ You will be attaching Time Series insights to Azure Digital Twins through the pa
25
25
26
26
:::row:::
27
27
:::column:::
28
-
:::image type="content" source="media/how-to-integrate-time-series-insights/twins-time-series-insights-diagram-simple.png" alt-text="A view of Azure services in an end-to-end scenario, highlighting Time Series Insights" lightbox="media/how-to-integrate-time-series-insights/twins-time-series-insights-diagram-simple.png":::
28
+
:::image type="content" source="media/how-to-integrate-time-series-insights/diagram-simple.png" alt-text="A view of Azure services in an end-to-end scenario, highlighting Time Series Insights" lightbox="media/how-to-integrate-time-series-insights/diagram-simple.png":::
29
29
:::column-end:::
30
30
:::column:::
31
31
:::column-end:::
@@ -190,11 +190,11 @@ Next, you will set up a Time Series Insights instance to receive the data from y
190
190
1. Select the **PAYG(Preview)** pricing tier.
191
191
2. You will need to choose a time series ID for this environment. Your time series ID can be up to three values that you will use to search for your data in Time Series Insights. For this tutorial, you can use **$dtId**. Read more about selecting an ID value in [*Best practices for choosing a Time Series ID*](https://docs.microsoft.com/azure/time-series-insights/how-to-select-tsid).
192
192
193
-
:::image type="content" source="media/how-to-integrate-time-series-insights/time-series-insights-create-twinID.png" alt-text="The creation portal UX for a Time Series Insights environment. The PAYG(Preview) pricing tier is selected and the time series ID property name is $dtId":::
193
+
:::image type="content" source="media/how-to-integrate-time-series-insights/create-twin-id.png" alt-text="The creation portal UX for a Time Series Insights environment. The PAYG(Preview) pricing tier is selected and the time series ID property name is $dtId":::
194
194
195
195
2. Select **Next: Event Source** and select your Event Hubs information from above. You will also need to create a new Event Hubs consumer group.
196
196
197
-
:::image type="content" source="media/how-to-integrate-time-series-insights/time-series-insights-event-source-twins.png" alt-text="The creation portal UX for a Time Series Insights environment event source. You are creating an event source with the event hub information from above. You are also creating a new consumer group.":::
197
+
:::image type="content" source="media/how-to-integrate-time-series-insights/event-source-twins.png" alt-text="The creation portal UX for a Time Series Insights environment event source. You are creating an event source with the event hub information from above. You are also creating a new consumer group.":::
198
198
199
199
## Begin sending IoT data to Azure Digital Twins
200
200
@@ -208,19 +208,19 @@ Now, data should be flowing into your Time Series Insights instance, ready to be
208
208
209
209
1. Open your Time Series Insights instance in the Azure portal. Visit the Time Series Insights Explorer URL shown in the overview.
210
210
211
-
:::image type="content" source="media/how-to-integrate-time-series-insights/time-series-insights-view-environment.png" alt-text="Click on the Time Series Insights explorer URL in the overview tab of your Time Series Insights environment":::
211
+
:::image type="content" source="media/how-to-integrate-time-series-insights/view-environment.png" alt-text="Click on the Time Series Insights explorer URL in the overview tab of your Time Series Insights environment":::
212
212
213
213
2. In the explorer, you will see your three twins shown on the left. Click on **thermostat67**, select **patch_value**, and click **add**.
214
214
215
-
:::image type="content" source="media/how-to-integrate-time-series-insights/time-series-insights-add-data.png" alt-text="Click on **thermostat67**, select **temperature**, and click **add**":::
215
+
:::image type="content" source="media/how-to-integrate-time-series-insights/add-data.png" alt-text="Click on **thermostat67**, select **temperature**, and click **add**":::
216
216
217
217
3. You should now be seeing the initial temperature readings from your thermostat, as shown below. That same temperature reading is updated for room21 and floor1, and you can visualize those data streams in tandem.
218
218
219
-
:::image type="content" source="media/how-to-integrate-time-series-insights/time-series-insights-initial-data.png" alt-text="Initial temperature data is graphed in the TSI explorer. It is a line of random values between 68 and 85":::
219
+
:::image type="content" source="media/how-to-integrate-time-series-insights/initial-data.png" alt-text="Initial temperature data is graphed in the TSI explorer. It is a line of random values between 68 and 85":::
220
220
221
221
4. If you allow the simulation to run for much longer, your visualization will look something like this:
222
222
223
-
:::image type="content" source="media/how-to-integrate-time-series-insights/time-series-insights-day-data.png" alt-text="Temperature data for each twin is graphed in three parallel lines of different colors.":::
223
+
:::image type="content" source="media/how-to-integrate-time-series-insights/day-data.png" alt-text="Temperature data for each twin is graphed in three parallel lines of different colors.":::
0 commit comments