Azure Digital Twins Explorer
While the Azure Digital Twins service stores Digital Twin-related elements, it has no way of visualizing it. We will need to use the APIs and SDKs to see what is defined therein. For that, Microsoft has released Azure Digital Twins Explorer. This explorer is one of the Azure samples found at GitHub. It is a JavaScript-based website that accesses the Azure Digital Twins service via the JavaScript SDK to visualize and manage an Azure Digital Twins instance.
Download
We will be getting the Azure Digital Twins Explorer source code from GitHub in the following steps. This requires having an account on GitHub. If you do not have an account, create one accordingly. Open a web browser and go to the corresponding URL, https://github.com, to create an account.
If you have an account, perform the following steps:
- Open a web browser and use the following URL: https://github.com/Azure-Samples/digital-twins-explorer. Make sure you are logged in to...