Skip to content

Commit 63a40ed

Browse files
authored
Merge pull request #57376 from KingdomOfEnds/digital-twins-video
Digital Twins video
2 parents 682a3f7 + f9274fc commit 63a40ed

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/digital-twins/quickstart-view-occupancy-dotnet.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services: digital-twins
88
ms.devlang: csharp
99
ms.topic: quickstart
1010
ms.custom: mvc
11-
ms.date: 10/02/2018
11+
ms.date: 11/7/2018
1212
ms.author: alinast
1313
# As a developer new to Digital Twins, I need to see how to send motion and carbon dioxide telemetry to a space in a Azure Digital Twins and how to find available rooms with fresh air using a back-end application.
1414
---
@@ -19,6 +19,10 @@ The Azure Digital Twins service allows you to recreate a digital image of your p
1919

2020
This quickstart uses [a pair of .NET samples](https://github.com/Azure-Samples/digital-twins-samples-csharp) to digitize an imaginary office building, and shows you how to find available rooms in that building. With Digital Twins, you can associate multiple sensors with your environment. Along with room availability, you can also find out if the air quality of your available room is optimal, with the help of a simulated sensor for carbon dioxide. One of the sample applications will generate random sensor data to help you visualize this scenario.
2121

22+
The following video summarizes quickstart setup:
23+
24+
> [!VIDEO https://www.youtube.com/embed/1izK266tbMI]
25+
2226
## Prerequisites
2327

2428
1. If you don't have an Azure account, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.

0 commit comments

Comments
 (0)