Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a12ddde

Browse files
committedMar 3, 2022
Update UI
1 parent f9afbe6 commit a12ddde

20 files changed

+6
-8
lines changed
 

‎articles/digital-twins/how-to-move-regions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ First, open **Azure Digital Twins Explorer** for your Azure Digital Twins instan
6060

6161
Selecting this button will open an Azure Digital Twins Explorer window connected to this instance.
6262

63-
:::image type="content" source="media/quickstart-azure-digital-twins-explorer/explorer-blank.png" alt-text="Screenshot of the Azure portal in an internet browser. The portal is showing the Azure Digital Twins Explorer, which contains no data." lightbox="media/quickstart-azure-digital-twins-explorer/explorer-blank.png":::
63+
:::image type="content" source="media/how-to-move-regions/explorer-blank.png" alt-text="Screenshot of the Azure portal in an internet browser. The portal is showing the Azure Digital Twins Explorer, which contains no data." lightbox="media/how-to-move-regions/explorer-blank.png":::
6464

6565
Follow the Azure Digital Twins Explorer instructions to [Export graph and models](how-to-use-azure-digital-twins-explorer.md#export-graph-and-models). Following these instructions will let you download a JSON file to your machine that contains the code for your models, twins, and relationships (including models that aren't currently being used in the graph).
6666

@@ -89,7 +89,7 @@ Import the [JSON file that you downloaded](#download-models-twins-and-graph-with
8989

9090
To verify everything was uploaded successfully, switch back to the **Twin Graph** tab and select the **Run Query** button in the **Query Explorer** panel to run the default query that displays all twins and relationships in the graph. This action also refreshes the list of models in the **Models** panel.
9191

92-
:::image type="content" source="media/how-to-move-regions/run-query.png" alt-text="Screenshot of the Azure Digital Twins Explorer, highlighting the 'Run Query' button in the upper-right corner of the window." lightbox="media/how-to-move-regions/run-query.png":::
92+
:::image type="content" source="media/quickstart-azure-digital-twins-explorer/run-query.png" alt-text="Screenshot of the Azure Digital Twins Explorer highlighting the 'Run Query' button in the upper-right corner of the window." lightbox="media/quickstart-azure-digital-twins-explorer/run-query.png":::
9393

9494
You should see your graph with all its twins and relationships displayed in the **Twin Graph** panel. You should also see your models listed in the **Models** panel.
9595

Loading
Loading
Binary file not shown.
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

‎articles/digital-twins/quickstart-azure-digital-twins-explorer.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,14 @@ For this quickstart, the model files are already written and validated for you.
100100

101101
Follow these steps to upload models (the *.json* files you downloaded earlier).
102102

103-
1. In the **Models** panel, select the **Upload a Model** icon that shows an arrow pointing into a cloud.
103+
1. In the **Models** panel, select the **Upload a Model** icon that shows an arrow pointing upwards.
104104

105105
:::image type="content" source="media/quickstart-azure-digital-twins-explorer/upload-model.png" alt-text="Screenshot of the Azure Digital Twins Explorer, highlighting the Models panel and the 'Upload a Model' icon in it." lightbox="media/quickstart-azure-digital-twins-explorer/upload-model.png":::
106106

107107
1. In the Open window that appears, navigate to the folder containing the **Room.json** and **Floor.json** files that you downloaded earlier.
108108
1. Select **Room.json** and **Floor.json**, and select **Open** to upload them both.
109109

110-
Azure Digital Twins Explorer will upload these model files to your Azure Digital Twins instance. They should show up in the **Models** panel and display their friendly names and full model IDs. You can select the **View Model** information icons to see the DTDL code behind them.
110+
Azure Digital Twins Explorer will upload these model files to your Azure Digital Twins instance. They should show up in the **Models** panel and display their friendly names and full model IDs. You can select **View Model** for either model to see the DTDL code behind it.
111111

112112
:::row:::
113113
:::column:::
@@ -138,7 +138,7 @@ Follow these steps to import the graph (the *.xlsx* file you downloaded earlier)
138138

139139
1. In the **Twin Graph** panel, select the **Import Graph** icon that shows an arrow pointing into a cloud.
140140

141-
:::image type="content" source="media/quickstart-azure-digital-twins-explorer/import-graph.png" alt-text="Screenshot of the Azure Digital Twins Explorer showing the Graph View panel, with the 'Import Graph' icon highlighted." lightbox="media/quickstart-azure-digital-twins-explorer/import-graph.png":::
141+
:::image type="content" source="media/how-to-use-azure-digital-twins-explorer/twin-graph-panel-import.png" alt-text="Screenshot of Azure Digital Twins Explorer Twin Graph panel. The Import Graph button is highlighted." lightbox="media/how-to-use-azure-digital-twins-explorer/twin-graph-panel-import.png":::
142142

143143
2. In the Open window, navigate to the **buildingScenario.xlsx** file you downloaded earlier. This file contains a description of the sample graph. Select **Open**.
144144

@@ -158,9 +158,7 @@ Follow these steps to import the graph (the *.xlsx* file you downloaded earlier)
158158
:::column-end:::
159159
:::row-end:::
160160

161-
5. The graph has now been uploaded to Azure Digital Twins Explorer. Switch back to the **Twin Graph** panel.
162-
163-
:::image type="content" source="media/quickstart-azure-digital-twins-explorer/twin-graph-tab.png" alt-text="Screenshot of the Azure Digital Twins Explorer with the Twin Graph tab highlighted." lightbox="media/quickstart-azure-digital-twins-explorer/twin-graph-tab.png":::
161+
The graph has now been uploaded to Azure Digital Twins Explorer, and the **Twin Graph** panel will reload. It will appear empty.
164162

165163
6. To see the graph, select the **Run Query** button in the **Query Explorer** panel, near the top of the Azure Digital Twins Explorer window.
166164

0 commit comments

Comments
 (0)
Please sign in to comment.