Skip to content

Commit 0c5744d

Browse files
authored
Merge pull request #295630 from DENKEN02MSFT/ADTFreshnessTop40_Row30
ADT Freshness - row 30
2 parents 8df7e0a + a3a114e commit 0c5744d

File tree

6 files changed

+60
-58
lines changed

6 files changed

+60
-58
lines changed

articles/digital-twins/how-to-manage-model.md

Lines changed: 52 additions & 50 deletions
Large diffs are not rendered by default.

includes/digital-twins-bulk-blob.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ author: baanders
33
ms.service: azure-digital-twins
44
description: include for uploading a file for bulk import to Azure Blob Storage
55
ms.topic: include
6-
ms.date: 01/26/2023
6+
ms.date: 03/03/2025
77
ms.author: baanders
88
---
99

1010
Next, the file needs to be uploaded into an append blob in [Azure Blob Storage](../articles/storage/blobs/storage-blobs-introduction.md). For instructions on how to create an Azure storage container, see [Create a container](../articles/storage/blobs/storage-quickstart-blobs-portal.md#create-a-container). Then, upload the file using your preferred upload method (some options are the [AzCopy command](../articles/storage/common/storage-use-azcopy-blobs-upload.md), the [Azure CLI](../articles/storage/blobs/storage-quickstart-blobs-cli.md#upload-a-blob), or the [Azure portal](https://portal.azure.com)).
1111

12-
Once the NDJSON file has been uploaded to the container, get its **URL** within the blob container. You'll use this value later in the body of the bulk import API call.
12+
Once the NDJSON file is uploaded to the container, get its **URL** within the blob container. You use this value later in the body of the bulk import API call.
1313

1414
Here's a screenshot showing the URL value of a blob file in the Azure portal:
1515

includes/digital-twins-developer-interfaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: baanders
33
description: include file for Azure Digital Twins - developer interfaces for managing instance
44
ms.service: azure-digital-twins
55
ms.topic: include
6-
ms.date: 4/30/2021
6+
ms.date: 02/27/2025
77
ms.author: baanders
88
---
99

includes/digital-twins-explorer-dtdl.md

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

1010
>[!NOTE]
1111
>Currently, Azure Digital Twins Explorer fully supports DTDL v2 models and supports limited functionality for DTDL v3 models.
1212
>
13-
>DTDL v3 models can be viewed in the Models panel, and twins created with DTDL v3 models can be viewed and edited (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).
13+
>DTDL v3 models can be viewed in the Models panel, and twins created with DTDL v3 models can be viewed and edited (including twins with array properties). However, DTDL v3 models don'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).

includes/digital-twins-validate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ author: baanders
33
description: include file describing how to validate Azure Digital Twins models
44
ms.service: azure-digital-twins
55
ms.topic: include
6-
ms.date: 06/29/2023
6+
ms.date: 03/03/2025
77
ms.author: baanders
88
---
99

10-
After creating a model, it's recommended to validate your models offline before uploading them to your Azure Digital Twins instance.
10+
After creating a model, we recommend that you validate your models offline before uploading them to your Azure Digital Twins instance.
1111

1212
To help you validate your models, a .NET client-side DTDL parsing library is provided on NuGet: [DTDLParser](https://www.nuget.org/packages/DTDLParser). You can use the parser library directly in your C# code. You can also view sample use of the parser in the [DTDLParserResolveSample in GitHub](https://github.com/digitaltwinconsortium/DTDLParser/tree/main/samples/DTDLParserResolveSample).

includes/digital-twins-visualization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: baanders
33
description: include file for Azure Digital Twins - visualizing with Azure Digital Twins Explorer
44
ms.service: azure-digital-twins
55
ms.topic: include
6-
ms.date: 4/28/2021
6+
ms.date: 02/27/2025
77
ms.author: baanders
88
---
99

0 commit comments

Comments
 (0)