page_type | languages | products | name | description | |||
---|---|---|---|---|---|---|---|
sample |
|
|
Digital Twins Samples (ARCHIVED) |
For the older version of Azure Digital Twins: This repo contains .NET Core samples that demonstrate how to use the Azure Digital Twins platform. Each folder contains a separate .NET Core app. |
NOTE (July 2020): A new version of the Azure Digital Twins service has been released, with new features and new implementation details. This sample repository corresponds to the previous set of documentation, which has now been archived. It no longer reflects the current Azure Digital Twins best practices and is no longer being maintained.
To view the latest information for the new service, visit the active Azure Digital Twins Documentation and its samples.
This repo contains .NET Core samples that demonstrate how to use the Azure Digital Twins platform. Each folder contains a separate .NET Core app.
See the README.md
in each sub-folder for specific details about each app:
- Install dotnet core.
- Clone the repo:
git clone https://github.com/Azure-Samples/digital-twins-samples-csharp.git
cd digital-twins-samples-csharp
The repo contains several standalone projects:
- The Occupancy sample is suggested as a first example to gain familiarity with Digital Twins.
- The Device Connectivity sample demonstrates how to connect a device to Digital Twins and submit sensory data.
For corresponding documentation, please see the project README's
above.
A workspace file containing all the apps is included for Visual Studio Code users.
Alternatively, each app can be opened individually.
Azure Digital Twins Samples are MIT Licensed.
-
Azure Digital Twins product documentation
-
Azure Digital Twins User-defined functions client library reference