Skip to content

Latest commit

 

History

History
81 lines (51 loc) · 5.87 KB

concepts-azure-digital-twins-explorer.md

File metadata and controls

81 lines (51 loc) · 5.87 KB
title titleSuffix description author ms.author ms.date ms.topic ms.service
Azure Digital Twins Explorer
Azure Digital Twins
Understand the capabilities and purpose of Azure Digital Twins Explorer
baanders
baanders
4/28/2021
conceptual
digital-twins

Azure Digital Twins Explorer (preview)

Azure Digital Twins Explorer is a developer tool for visualizing and interacting with the data in your Azure Digital Twins instance, including your models and twin graph.

Note

This tool is currently in public preview.

Here is a view of the explorer window, showing models and twins that have been populated for a sample graph:

:::image type="content" source="media/concepts-azure-digital-twins-explorer/azure-digital-twins-explorer-demo.png" alt-text="Screenshot of Azure Digital Twins Explorer showing sample models and twins." lightbox="media/concepts-azure-digital-twins-explorer/azure-digital-twins-explorer-demo.png":::

The visual interface is a great tool for exploring and understanding the shape of your graph and model set, as well as making pointed, ad hoc changes to individual twins and relationships.

This article contains more information about the Azure Digital Twins Explorer, including its use cases and an overview of its features. For detailed steps on using each feature, see How-to: Use Azure Digital Twins Explorer.

When to use

Azure Digital Twins Explorer is a visual tool designed for users who want to explore their twin graph, and modify twins and relationships in the context of their graph.

Developers may find this tool especially useful in the following scenarios:

  • Exploration: Use the explorer to learn about Azure Digital Twins and the way it represents your real-world environment. Import sample models and graphs that you can view and edit to familiarize yourself with the service. For guided steps to get started using Azure Digital Twins Explorer, see Quickstart: Get started with Azure Digital Twins Explorer.
  • Development: Use the explorer to view and validate your twin graph, as well as investigate specific properties of models, twins, and relationships. Make ad hoc modifications to your graph and its data. For detailed instructions on how to use each feature, see How-to: Use Azure Digital Twins Explorer.

The explorer's main purpose is to help you visualize and understand your graph, and update your graph as needed. For large-scale solutions and for work that should be repeated or automated, consider using the APIs and SDKs to interact with your instance through code instead.

[!INCLUDE digital-twins-access-explorer.md]

Features and capabilities

Azure Digital Twins Explorer is organized into panels, each with a different set of capabilities for exploring and managing your models, twins, and relationships.

The sections of the explorer are as follows:

  • Models: Add, remove, and view details of your models from a list view.
  • Model Graph: Visualize your models and the ways they're interconnected in the form of a customizable model graph.
  • Twin Graph: Visualize your twins and relationships as a customizable twin graph. Create and delete twins and relationships, and view or edit their properties.
  • Query Explorer: Run queries against the twin graph and see the visual results in the Twin Graph panel.

:::image type="content" source="media/concepts-azure-digital-twins-explorer/azure-digital-twins-explorer-panels.png" alt-text="Screenshot of Azure Digital Twins Explorer, with a highlight around each of the panels described above." lightbox="media/concepts-azure-digital-twins-explorer/azure-digital-twins-explorer-panels.png":::

For detailed instructions on how to use each feature, see How-to: Use Azure Digital Twins Explorer.

How to contribute

Azure Digital Twins Explorer is an open-source tool that welcomes contributions to the code and documentation. The hosted application is deployed regularly from a source code repository in GitHub.

To view the source code for the tool and read detailed instructions on how to contribute to the code, visit its GitHub repository: digital-twins-explorer.

To view instructions for contributing to this documentation, visit the Microsoft Docs contributor guide.

Other considerations

Region support

Azure Digital Twins Explorer is available for use with all instances of Azure Digital Twins in all supported regions.

During public preview, however, data may be sent for processing through different regions than the region where the instance is hosted. To avoid this in situations where data sovereignty is a concern, you can download the open source code to create a locally-hosted version of the explorer on your own machine.

Billing

Azure Digital Twins Explorer is a free tool for interacting with the Azure Digital Twins service. While the tool itself is free, costs may be incurred during use when requests are sent to the Azure Digital Twins service, which follows these pricing guidelines: Azure Digital Twins pricing.

Next steps

Learn how to use Azure Digital Twins Explorer's features in detail: How-to: Use Azure Digital Twins Explorer.