Skip to content

Commit 168e481

Browse files
committed
Remove outdated sample references
1 parent 7d58505 commit 168e481

File tree

3 files changed

+17
-12
lines changed

3 files changed

+17
-12
lines changed

articles/digital-twins/TOC.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,11 +292,11 @@
292292
- name: DTDL Validator (sample)
293293
href: /samples/azure-samples/dtdl-validator/dtdl-validator/
294294
- name: Model Uploader (sample)
295-
href: https://github.com/Azure/opendigitaltwins-tools/tree/master/ADTTools/UploadModels
296-
- name: Model Visualizer (sample)
297-
href: https://github.com/Azure/opendigitaltwins-tools/tree/master/AdtModelVisualizer
295+
href: https://github.com/Azure/opendigitaltwins-tools/tree/main/ADTTools/UploadModels
296+
- name: Model Deleter (sample)
297+
href: https://github.com/Azure/opendigitaltwins-tools/tree/main/ADTTools/DeleteModels
298298
- name: OWL2DTDL Converter
299-
href: https://github.com/Azure/opendigitaltwins-tools/tree/master/OWL2DTDL
299+
href: https://github.com/Azure/opendigitaltwins-tools/tree/main/OWL2DTDL
300300
- name: DPS and IoT Hub integration sample
301301
href: /samples/azure-samples/digital-twins-iothub-integration/adt-iothub-provision-sample/
302302
- name: SignalR integration sample

articles/digital-twins/concepts-models.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -238,16 +238,21 @@ While designing models to reflect the entities in your environment, it can be us
238238

239239
[!INCLUDE [Azure Digital Twins: validate models info](../../includes/digital-twins-validate.md)]
240240

241-
### Use modeling tools
241+
### Upload and delete models in bulk
242242

243-
There are several sample projects available that you can use to simplify dealing with models and ontologies. They're located in this repository: [Tools for Digital Twins Definition Language (DTDL)](https://github.com/Azure/opendigitaltwins-tools).
243+
Here are two sample projects that can simplify dealing with multiple models at once:
244+
* [Model uploader](https://github.com/Azure/opendigitaltwins-tools/tree/main/ADTTools#uploadmodels): Once you're finished creating, extending, or selecting your models, you need to upload them to your Azure Digital Twins instance to make them available for use in your solution. If you have many models to upload, or if they have many interdependencies that would make ordering individual uploads complicated, you can use this model uploader sample to upload many models at once.
245+
* [Model deleter](https://github.com/Azure/opendigitaltwins-tools/tree/main/ADTTools#deletemodels): This sample can be used to delete all models in an Azure Digital Twins instance at once. It contains recursive logic to handle model dependencies through the deletion process.
244246

245-
Here are some of the tools included in the sample repository:
247+
### Visualize models
246248

247-
| Link to tool | Description |
248-
| --- | --- |
249-
| [Model uploader](https://github.com/Azure/opendigitaltwins-tools/tree/master/ADTTools#uploadmodels) | Once you're finished creating, extending, or selecting your models, you need to upload them to your Azure Digital Twins instance to make them available for use in your solution. However, if you have many models to upload—or if they have many interdependencies that would make ordering individual uploads complicated—you can use this model uploader sample to upload many models at once. |
250-
| [Model visualizer](https://github.com/Azure/opendigitaltwins-tools/tree/master/AdtModelVisualizer) | Once you have uploaded models into your Azure Digital Twins instance, you can view the models in your Azure Digital Twins instance, including any inheritance and model relationships, using the model visualizer sample. This sample is currently in a draft state. We encourage the digital twins development community to extend and contribute to the sample. |
249+
Once you have uploaded models into your Azure Digital Twins instance, you can use [Azure Digital Twins Explorer](http://explorer.digitaltwins.azure.net/) to view them. The explorer contains a list of all models in the instance, as well as a **model graph** that illustrates how they relate to each other, including any inheritance and model relationships.
250+
251+
Here's an example of what a model graph might look like:
252+
253+
:::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":::
254+
255+
For more information about the model experience in Azure Digital Twins Explorer, see [Explore models and the Model Graph](how-to-use-azure-digital-twins-explorer.md#explore-models-and-the-model-graph).
251256

252257
## Next steps
253258

articles/digital-twins/concepts-ontologies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ No matter which strategy you choose for integrating an ontology into Azure Digit
6060
Reading this series of articles will guide you in how to use your models in your Azure Digital Twins instance.
6161

6262
>[!TIP]
63-
> You can visualize the models in your ontology using the [Azure Digital Twins Explorer](concepts-azure-digital-twins-explorer.md) or [Azure Digital Twins Model Visualizer](https://github.com/Azure/opendigitaltwins-tools/tree/master/AdtModelVisualizer).
63+
> You can visualize the models in your ontology using the [model graph](how-to-use-azure-digital-twins-explorer.md#explore-models-and-the-model-graph) in Azure Digital Twins Explorer.
6464
6565
## Next steps
6666

0 commit comments

Comments
 (0)