Skip to content

Commit d4eb589

Browse files
committed
lightbox added and corrected
1 parent cdf2e52 commit d4eb589

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

articles/digital-twins/tutorial-facilities-analyze.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ You can use the [Event Hubs](../event-hubs/event-hubs-about.md) service to creat
137137

138138
1. In the **Event Source** tab, enter a **Name**, select **Event Hub** as the **Source type**, and make sure the other values are selected correctly. Select **ManageSend** for **Event Hub access policy name**, and then select the consumer group that you created in the previous section for **Event Hub consumer group**. Select **Review + create**.
139139

140-
![Selections for creating an event source](./media/tutorial-facilities-analyze/tsi-event-source.png)
140+
[![Selections for creating an event source](./media/tutorial-facilities-analyze/tsi-event-source.png)](./media/tutorial-facilities-analyze/tsi-event-source.png#lightbox)
141141

142142
1. In the **Review + Create** pane, review the information you entered, and select **Create**.
143143

@@ -149,13 +149,13 @@ You can use the [Event Hubs](../event-hubs/event-hubs-about.md) service to creat
149149

150150
1. After a few simulated events are generated, go back to the Time Series Insights explorer, and select the refresh button at the top. You should see analytical charts being created for your simulated sensor data.
151151

152-
![Chart in the Time Series Insights explorer](./media/tutorial-facilities-analyze/tsi-explorer.png)
152+
[![Chart in the Time Series Insights explorer](./media/tutorial-facilities-analyze/tsi-explorer.png)](./media/tutorial-facilities-analyze/tsi-explorer.png#lightbox)
153153

154154
1. In the Time Series Insights explorer, you can then generate charts and heatmaps for different events and data from your rooms, sensors, and other resources. On the left side, use the **MEASURE** and **SPLIT BY** drop-down boxes to create your own visualizations.
155155

156156
For example, select **Events** for **MEASURE** and **DigitalTwins-SensorHardwareId** for **SPLIT BY**, to generate a heatmap for each of your sensors. The heatmap will be similar to the following image:
157157

158-
![Heatmap in the Time Series Insights explorer](./media/tutorial-facilities-analyze/tsi-explorer-heatmap.png)
158+
[![Heatmap in the Time Series Insights explorer](./media/tutorial-facilities-analyze/tsi-explorer-heatmap.png)](./media/tutorial-facilities-analyze/tsi-explorer-heatmap.png#lightbox)
159159

160160
## Clean up resources
161161

articles/digital-twins/tutorial-facilities-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ An [event grid topic](../event-grid/concepts.md#topics) provides an interface to
9797

9898
This command creates the endpoint for Event Grid.
9999

100-
[![Endpoints for Event Grid](./media/tutorial-facilities-events/dotnet-create-endpoints.png)(./media/tutorial-facilities-events/dotnet-create-endpoints.png#lightbox)
100+
[![Endpoints for Event Grid](./media/tutorial-facilities-events/dotnet-create-endpoints.png)](./media/tutorial-facilities-events/dotnet-create-endpoints.png#lightbox)
101101

102102
## Notify events with Logic Apps
103103

includes/digital-twins-create-portal.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
author: dsk-2015
66
ms.service: digital-twins
77
ms.topic: include
8-
ms.date: 08/16/2019
8+
ms.date: 09/24/2019
99
ms.author: dkshir
1010
ms.custom: include file
1111
---
@@ -14,15 +14,15 @@
1414

1515
1. From the left pane, select **Create a resource**. Search for **digital twins**, and select **Digital Twins**. Select **Create** to start the deployment process.
1616

17-
![Selections for creating a new Digital Twins instance](./media/create-digital-twins-portal/create-digital-twins.png)
17+
[![Selections for creating a new Digital Twins instance](./media/create-digital-twins-portal/create-digital-twins.png)](./media/create-digital-twins-portal/create-digital-twins.png#lightbox)
1818

1919
1. In the **Digital Twins** pane, enter the following information:
2020
* **Resource Name**: Create a unique name for your Digital Twins instance.
2121
* **Subscription**: Choose the subscription that you want to use to create this Digital Twins instance.
2222
* **Resource group**: Select or create a [resource group](https://docs.microsoft.com/azure/azure-resource-manager/resource-group-overview#resource-groups) for the Digital Twins instance.
2323
* **Location**: Select the closest location to your devices.
2424

25-
![Digital Twins pane with entered information](./media/create-digital-twins-portal/create-digital-twins-param.png)
25+
[![Digital Twins pane with entered information](./media/create-digital-twins-portal/create-digital-twins-param.png)](./media/create-digital-twins-portal/create-digital-twins-param.png#lightbox)
2626

2727
1. Review your Digital Twins information, and then select **Create**. Your Digital Twins instance might take a few minutes to be created. You can monitor the progress in the **Notifications** pane.
2828

@@ -32,4 +32,4 @@
3232

3333
Modify the **Management API** URL to this format `https://yourDigitalTwinsName.yourLocation.azuresmartspaces.net/management/api/v1.0/`. Your application will use the modified URL as the base URL to access your instance. Copy this modified URL to a temporary file. You'll need this in the next section.
3434

35-
![Management API](./media/create-digital-twins-portal/digital-twins-management-api.png)
35+
[![Management API](./media/create-digital-twins-portal/digital-twins-management-api.png)](./media/create-digital-twins-portal/digital-twins-management-api.png#lightbox)

0 commit comments

Comments
 (0)