Creating your first Digital Twin
This final section will help you to create your first Digital Twin using Azure Digital Twins Explorer. The source code of Azure Digital Twins Explorer comes with a rich set of example files that we can use to create the first Digital Twin graph. The example files can be found here: C:\Github\digital-twins-explorer-master\client\examples
.
The structure of Azure Digital Twins will be explained in depth in the upcoming chapters. For now, we need to understand that an Azure Digital Twins instance contains one or more Digital Twins. Each Digital Twin, which represents an entity, is based on a model. A model defines the properties of the Digital Twin and the relationships to other Digital Twins. A Digital Twin Graph is a visual representation of Digital Twins and their relationships.
Uploading models
A Digital Twin is always created from a model. Models are defined by JSON files. This means that we need to upload the models first. Perform the following...