Skip to content

Commit 9b0fbe2

Browse files
authored
Merge pull request #245703 from baanders/7-20-adtex-v3
ADT: Update ADT Ex DTDL version guidance
2 parents 273b85d + cbf2932 commit 9b0fbe2

File tree

3 files changed

+10
-16
lines changed

3 files changed

+10
-16
lines changed

articles/digital-twins/concepts-azure-digital-twins-explorer.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ Developers may find this tool especially useful in the following scenarios:
3737

3838
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](./concepts-apis-sdks.md) to interact with your instance through code instead.
3939

40-
[!INCLUDE [digital-twins-explorer-dtdl](../../includes/digital-twins-explorer-dtdl.md)]
41-
4240
## How to access
4341

4442
The main way to access Azure Digital Twins Explorer is through the [Azure portal](https://portal.azure.com).
@@ -51,8 +49,6 @@ To open Azure Digital Twins Explorer for an Azure Digital Twins instance, first
5149

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

54-
[!INCLUDE [digital-twins-explorer-dtdl](../../includes/digital-twins-explorer-dtdl.md)]
55-
5652
The sections of the explorer are as follows:
5753
* **Query Explorer**: Run queries against the twin graph and see the visual results in the **Twin Graph** panel.
5854
* **Models**: View a list of your models and perform model actions such as add, remove, and view model details.
@@ -64,6 +60,8 @@ The sections of the explorer are as follows:
6460

6561
For detailed instructions on how to use each feature, see [Use Azure Digital Twins Explorer](how-to-use-azure-digital-twins-explorer.md).
6662

63+
[!INCLUDE [digital-twins-explorer-dtdl](../../includes/digital-twins-explorer-dtdl.md)]
64+
6765
## How to contribute
6866

6967
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.

articles/digital-twins/how-to-use-azure-digital-twins-explorer.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ The Twin Graph panel also provides several abilities to customize your graph vie
9898
* [Show and hide twin graph elements](#show-and-hide-twin-graph-elements)
9999
* [Filter and highlight twin graph elements](#filter-and-highlight-twin-graph-elements)
100100

101-
[!INCLUDE [digital-twins-explorer-dtdl](../../includes/digital-twins-explorer-dtdl.md)]
102-
103101
### Explore twin data
104102

105103
Run a query using the [Query Explorer](#query-your-digital-twin-graph) to see the twins and relationships in the query result displayed in the **Twin Graph** panel.
@@ -271,8 +269,6 @@ This section describes how to perform the following management activities:
271269

272270
For information about the viewing experience for twins and relationships, see [Explore twins and the Twin Graph](#explore-the-twin-graph).
273271

274-
[!INCLUDE [digital-twins-explorer-dtdl](../../includes/digital-twins-explorer-dtdl.md)]
275-
276272
### View flat list of twins and relationships
277273

278274
The **Twins** panel shows a flat list of your twins and their associated relationships. You can search for twins by name, and expand them for details about their incoming and outgoing relationships.
@@ -283,8 +279,6 @@ The **Twins** panel shows a flat list of your twins and their associated relatio
283279

284280
You can create a new digital twin from its model definition in the **Models** panel.
285281

286-
[!INCLUDE [digital-twins-explorer-dtdl](../../includes/digital-twins-explorer-dtdl.md)]
287-
288282
To create a twin from a model, find that model in the list and choose the menu dots next to the model name. Then, select **Create a Twin**. You'll be asked to enter a **name** for the new twin, which must be unique. Then save the twin, which will add it to your graph.
289283

290284
:::image type="content" source="media/how-to-use-azure-digital-twins-explorer/models-panel-create-a-twin.png" alt-text="Screenshot of Azure Digital Twins Explorer Models panel. The menu dots for a single model are highlighted, and the menu option to Create a Twin is also highlighted." lightbox="media/how-to-use-azure-digital-twins-explorer/models-panel-create-a-twin-large.png":::
@@ -328,8 +322,6 @@ You can also choose to delete all of the twins in your instance at the same time
328322

329323
## Explore models and the Model Graph
330324

331-
[!INCLUDE [digital-twins-explorer-dtdl](../../includes/digital-twins-explorer-dtdl.md)]
332-
333325
Models can be viewed both in the **Models** panel on the left side of the Azure Digital Twins Explorer screen, and in the **Model Graph** panel in the middle of the screen.
334326

335327
The **Models** panel:
@@ -338,6 +330,8 @@ The **Models** panel:
338330
The **Model Graph** panel:
339331
:::image type="content" source="media/how-to-use-azure-digital-twins-explorer/model-graph-panel.png" alt-text="Screenshot of Azure Digital Twins Explorer. The Model Graph panel is highlighted." lightbox="media/how-to-use-azure-digital-twins-explorer/model-graph-panel.png":::
340332

333+
[!INCLUDE [digital-twins-explorer-dtdl](../../includes/digital-twins-explorer-dtdl.md)]
334+
341335
You can use these panels to [view your models](#view-models).
342336

343337
The Model Graph panel also provides several abilities to customize your graph viewing experience:
@@ -351,6 +345,8 @@ You can view a flat list of the models in your instance in the **Models** panel.
351345

352346
You can use the **Model Graph** panel to view a graphical representation of the models in your instance, along with the relationships, inheritance, and components that connect them to each other.
353347

348+
[!INCLUDE [digital-twins-explorer-dtdl](../../includes/digital-twins-explorer-dtdl.md)]
349+
354350
#### View model definition
355351

356352
To see the full definition of a model, find that model in the **Models** pane and select the menu dots next to the model name. Then, select **View Model**. Doing so will display a **Model Information** modal showing the raw DTDL definition of the model.
@@ -411,8 +407,6 @@ Then, to upload the images at the same time, use the **Upload Model Images** ico
411407

412408
## Manage models
413409

414-
[!INCLUDE [digital-twins-explorer-dtdl](../../includes/digital-twins-explorer-dtdl.md)]
415-
416410
You can use the **Models** panel on the left side of the Azure Digital Twins Explorer screen to perform management activities on the entire set of models, or on individual models.
417411

418412
:::image type="content" source="media/how-to-use-azure-digital-twins-explorer/models-panel.png" alt-text="Screenshot of Azure Digital Twins Explorer. The Models panel is highlighted." lightbox="media/how-to-use-azure-digital-twins-explorer/models-panel.png":::
@@ -428,6 +422,8 @@ For information about the viewing experience for models, see [Explore models and
428422

429423
You can upload models from your machine by selecting model files individually, or by uploading an entire folder of model files at once. If you're uploading one JSON file that contains the code for many models, be sure to review the [bulk model upload limitations](#limitations-of-bulk-model-upload).
430424

425+
[!INCLUDE [digital-twins-explorer-dtdl](../../includes/digital-twins-explorer-dtdl.md)]
426+
431427
To upload one or more models that are individually selected, select the **Upload a model** icon showing an upwards arrow.
432428

433429
:::image type="content" source="media/how-to-use-azure-digital-twins-explorer/models-panel-upload.png" alt-text="Screenshot of Azure Digital Twins Explorer Models panel. The Upload a model icon is highlighted.":::

includes/digital-twins-explorer-dtdl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ author: baanders
33
description: include file noting DTDL version requirements for Azure Digital Twins Explorer
44
ms.service: digital-twins
55
ms.topic: include
6-
ms.date: 06/29/2023
6+
ms.date: 07/20/2023
77
ms.author: baanders
88
---
99

1010
>[!NOTE]
11-
>Currently, Azure Digital Twins Explorer only works with twins and models that are compatible with [version 2 of DTDL](../articles/digital-twins/concepts-models.md#supported-dtdl-versions).
11+
>Currently, Azure Digital Twins Explorer fully supports DTDL v2 models and supports limited functionality for DTDL v3 models, including viewing DTDL v3 models in the Models panel and viewing/editing twins created with DTDL v3 models (including those with array properties). However, DTDL v3 models won't show up in the Model Graph panel, and they can't be imported using Azure Digital Twins Explorer. To import DTDL v3 models to your instance, use another developer interface like the [APIs and SDKs](../articles/digital-twins/concepts-apis-sdks.md) or the [Azure CLI](../articles/digital-twins/concepts-cli.md).

0 commit comments

Comments
 (0)