Skip to content

Commit 168bc51

Browse files
Updated image names mk2
1 parent 073d4ee commit 168bc51

File tree

9 files changed

+7
-7
lines changed

9 files changed

+7
-7
lines changed

articles/digital-twins/how-to-integrate-time-series-insights.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You will be attaching Time Series insights to Azure Digital Twins through the pa
2525

2626
:::row:::
2727
:::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":::
2929
:::column-end:::
3030
:::column:::
3131
:::column-end:::
@@ -190,11 +190,11 @@ Next, you will set up a Time Series Insights instance to receive the data from y
190190
1. Select the **PAYG(Preview)** pricing tier.
191191
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).
192192
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":::
194194
195195
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.
196196
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.":::
198198
199199
## Begin sending IoT data to Azure Digital Twins
200200
@@ -208,19 +208,19 @@ Now, data should be flowing into your Time Series Insights instance, ready to be
208208
209209
1. Open your Time Series Insights instance in the Azure portal. Visit the Time Series Insights Explorer URL shown in the overview.
210210
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":::
212212
213213
2. In the explorer, you will see your three twins shown on the left. Click on **thermostat67**, select **patch_value**, and click **add**.
214214
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**":::
216216
217217
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.
218218
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":::
220220
221221
4. If you allow the simulation to run for much longer, your visualization will look something like this:
222222
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.":::
224224
225225
## Next steps
226226

0 commit comments

Comments
 (0)