You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/digital-twins/how-to-move-regions.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ First, open **Azure Digital Twins Explorer** for your Azure Digital Twins instan
60
60
61
61
Selecting this button will open an Azure Digital Twins Explorer window connected to this instance.
62
62
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":::
64
64
65
65
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).
66
66
@@ -89,7 +89,7 @@ Import the [JSON file that you downloaded](#download-models-twins-and-graph-with
89
89
90
90
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.
91
91
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":::
93
93
94
94
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.
Copy file name to clipboardExpand all lines: articles/digital-twins/quickstart-azure-digital-twins-explorer.md
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -100,14 +100,14 @@ For this quickstart, the model files are already written and validated for you.
100
100
101
101
Follow these steps to upload models (the *.json* files you downloaded earlier).
102
102
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.
104
104
105
105
:::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":::
106
106
107
107
1. In the Open window that appears, navigate to the folder containing the **Room.json** and **Floor.json** files that you downloaded earlier.
108
108
1. Select **Room.json** and **Floor.json**, and select **Open** to upload them both.
109
109
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.
111
111
112
112
:::row:::
113
113
:::column:::
@@ -138,7 +138,7 @@ Follow these steps to import the graph (the *.xlsx* file you downloaded earlier)
138
138
139
139
1. In the **Twin Graph** panel, select the **Import Graph** icon that shows an arrow pointing into a cloud.
140
140
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":::
142
142
143
143
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**.
144
144
@@ -158,9 +158,7 @@ Follow these steps to import the graph (the *.xlsx* file you downloaded earlier)
158
158
:::column-end:::
159
159
:::row-end:::
160
160
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.
164
162
165
163
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.
0 commit comments