Skip to content

Commit c20943b

Browse files
Merge pull request #296615 from baanders/3-19-clean
ADT: Clean
2 parents 048fada + 29d058d commit c20943b

File tree

115 files changed

+341
-618
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+341
-618
lines changed

articles/azure-resource-manager/management/azure-subscription-service-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ The following table details the features and limits of the Basic, Standard, and
364364
> [!NOTE]
365365
> Some areas of this service have adjustable limits, and others do not. The following tables use the *Adjustable?* column to represent this condition. When the limit can be adjusted, the *Adjustable?* value is *Yes*.
366366
367-
[!INCLUDE [digital-twins-limits](../../../includes/digital-twins-limits.md)]
367+
[!INCLUDE [digital-twins-limits](../../digital-twins/includes/digital-twins-limits.md)]
368368

369369
## Azure Event Grid limits
370370

articles/digital-twins/concepts-3d-scenes-studio.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
---
2-
# Mandatory fields.
32
title: 3D Scenes Studio (preview) for Azure Digital Twins
43
titleSuffix: Azure Digital Twins
54
description: Learn about 3D Scenes Studio (preview) for Azure Digital Twins.
65
author: baanders
7-
ms.author: baanders # Microsoft employees only
6+
ms.author: baanders
87
ms.date: 01/27/2025
98
ms.topic: conceptual
109
ms.service: azure-digital-twins
11-
12-
# Optional fields. Don't forget to remove # if you need a field.
13-
# ms.custom: can-be-multiple-comma-separated
14-
# ms.reviewer: MSFT-alias-of-reviewer
15-
# manager: MSFT-alias-of-manager-or-PM-counterpart
1610
---
1711

1812
# 3D Scenes Studio (preview) for Azure Digital Twins
@@ -112,7 +106,7 @@ You can use the **Elements** list to explore all the elements and active conditi
112106

113107
3D Scenes Studio is extensible to support additional viewing needs. The [viewer component](#viewer) can be embedded into custom applications, and can work in conjunction with 3rd party components.
114108

115-
[!INCLUDE [digital-twins-3d-embed.md](../../includes/digital-twins-3d-embed.md)]
109+
[!INCLUDE [digital-twins-3d-embed.md](includes/digital-twins-3d-embed.md)]
116110

117111
## Limits and performance
118112

articles/digital-twins/concepts-apis-sdks.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
11
---
2-
# Mandatory fields.
32
title: Azure Digital Twins APIs and SDKs
43
titleSuffix: Azure Digital Twins
54
description: Learn about the Azure Digital Twins API and SDK options, including information about SDK helper classes and general usage notes.
65
author: baanders
7-
ms.author: baanders # Microsoft employees only
6+
ms.author: baanders
87
ms.date: 01/27/2025
98
ms.topic: conceptual
109
ms.service: azure-digital-twins
1110
ms.custom: engagement-fy23
12-
13-
# Optional fields. Don't forget to remove # if you need a field.
14-
# ms.custom: can-be-multiple-comma-separated
15-
# ms.reviewer: MSFT-alias-of-reviewer
16-
# manager: MSFT-alias-of-manager-or-PM-counterpart
1711
---
1812

1913
# Azure Digital Twins APIs and SDKs
@@ -27,13 +21,13 @@ Azure Digital Twins comes equipped with control plane APIs, data plane APIs, and
2721

2822
## Control plane overview
2923

30-
[!INCLUDE [digital-twins-sdks-control-plane](../../includes/digital-twins-sdks-control-plane.md)]
24+
[!INCLUDE [digital-twins-sdks-control-plane](includes/digital-twins-sdks-control-plane.md)]
3125

3226
You can also exercise the control plane APIs by interacting with Azure Digital Twins through the [Azure portal](https://portal.azure.com) and [CLI](/cli/azure/dt).
3327

3428
## Data plane overview
3529

36-
[!INCLUDE [digital-twins-sdks-data-plane](../../includes/digital-twins-sdks-data-plane.md)]
30+
[!INCLUDE [digital-twins-sdks-data-plane](includes/digital-twins-sdks-data-plane.md)]
3731

3832
You can also exercise the data plane APIs by interacting with Azure Digital Twins through the [CLI](/cli/azure/dt).
3933

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

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
---
2-
# Mandatory fields.
32
title: Azure Digital Twins Explorer (preview)
43
titleSuffix: Azure Digital Twins
54
description: Learn about the capabilities and purpose of Azure Digital Twins Explorer (preview) and when it can be a useful tool for visualizing digital models, twins, and graphs.
65
author: baanders
7-
ms.author: baanders # Microsoft employees only
6+
ms.author: baanders
87
ms.date: 01/27/2025
98
ms.topic: conceptual
109
ms.service: azure-digital-twins
11-
12-
# Optional fields. Don't forget to remove # if you need a field.
13-
# ms.custom: can-be-multiple-comma-separated
14-
# ms.reviewer: MSFT-alias-of-reviewer
15-
# manager: MSFT-alias-of-manager-or-PM-counterpart
1610
---
1711

1812
# Azure Digital Twins Explorer (preview)
@@ -37,15 +31,15 @@ Developers may find this tool especially useful in the following scenarios:
3731

3832
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.
3933

40-
[!INCLUDE [digital-twins-explorer-private-note.md](../../includes/digital-twins-explorer-private-note.md)]
34+
[!INCLUDE [digital-twins-explorer-private-note.md](includes/digital-twins-explorer-private-note.md)]
4135

4236
## How to access
4337

4438
The main way to access Azure Digital Twins Explorer is through the [Azure portal](https://portal.azure.com).
4539

4640
To open Azure Digital Twins Explorer for an Azure Digital Twins instance, first navigate to the instance in the portal, by searching for its name in the portal search bar.
4741

48-
[!INCLUDE [digital-twins-access-explorer.md](../../includes/digital-twins-access-explorer.md)]
42+
[!INCLUDE [digital-twins-access-explorer.md](includes/digital-twins-access-explorer.md)]
4943

5044
## Features and capabilities
5145

@@ -62,7 +56,7 @@ The sections of the explorer are as follows:
6256

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

65-
[!INCLUDE [digital-twins-explorer-dtdl](../../includes/digital-twins-explorer-dtdl.md)]
59+
[!INCLUDE [digital-twins-explorer-dtdl](includes/digital-twins-explorer-dtdl.md)]
6660

6761
## Other considerations
6862

articles/digital-twins/concepts-cli.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
---
2-
# Mandatory fields.
32
title: Azure Digital Twins CLI command set
43
titleSuffix: Azure Digital Twins
54
description: Learn about the Azure Digital Twins CLI command set.
65
author: baanders
7-
ms.author: baanders # Microsoft employees only
6+
ms.author: baanders
87
ms.date: 03/31/2022
98
ms.topic: conceptual
109
ms.service: azure-digital-twins
11-
12-
# Optional fields. Don't forget to remove # if you need a field.
13-
# ms.custom: can-be-multiple-comma-separated
14-
# ms.reviewer: MSFT-alias-of-reviewer
15-
# manager: MSFT-alias-of-manager-or-PM-counterpart
1610
---
1711

1812
# Azure Digital Twins CLI command set
@@ -30,7 +24,7 @@ Some of the actions you can do using the command set include:
3024

3125
The command set is called `az dt`, and is part of the [Azure IoT extension for Azure CLI](https://github.com/Azure/azure-iot-cli-extension). You can view the full list of commands and their usage as part of the reference documentation for the `az iot` command set: [az dt command reference](/cli/azure/dt).
3226

33-
[!INCLUDE [digital-twins-cli-issue](../../includes/digital-twins-cli-issue.md)]
27+
[!INCLUDE [digital-twins-cli-issue](includes/digital-twins-cli-issue.md)]
3428

3529
## Uses (deploy and validate)
3630

articles/digital-twins/concepts-data-explorer-plugin.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
---
2-
# Mandatory fields.
32
title: Querying with the Azure Data Explorer plugin
43
titleSuffix: Azure Digital Twins
54
description: Learn about the Azure Digital Twins query plugin for Azure Data Explorer
65
author: baanders
7-
ms.author: baanders # Microsoft employees only
6+
ms.author: baanders
87
ms.date: 01/27/2025
98
ms.topic: conceptual
109
ms.service: azure-digital-twins
11-
12-
# Optional fields. Don't forget to remove # if you need a field.
13-
# ms.custom: can-be-multiple-comma-separated
14-
# ms.reviewer: MSFT-alias-of-reviewer
15-
# manager: MSFT-alias-of-manager-or-PM-counterpart
1610
---
1711

1812
# Azure Digital Twins query plugin for Azure Data Explorer

articles/digital-twins/concepts-data-history.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
---
2-
# Mandatory fields.
32
title: Data history (with Azure Data Explorer)
43
titleSuffix: Azure Digital Twins
54
description: Understand the data history feature for Azure Digital Twins.
65
author: baanders
7-
ms.author: baanders # Microsoft employees only
6+
ms.author: baanders
87
ms.date: 01/27/2025
98
ms.topic: conceptual
109
ms.service: azure-digital-twins
11-
12-
# Optional fields. Don't forget to remove # if you need a field.
13-
# ms.custom: can-be-multiple-comma-separated
14-
# ms.reviewer: MSFT-alias-of-reviewer
15-
# manager: MSFT-alias-of-manager-or-PM-counterpart
1610
---
1711

1812
# Azure Digital Twins data history (with Azure Data Explorer)

articles/digital-twins/concepts-data-ingress-egress.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
---
2-
# Mandatory fields.
32
title: Data ingress and egress
43
titleSuffix: Azure Digital Twins
54
description: Learn about the data ingress and egress requirements for integrating Azure Digital Twins with other services.
65
author: baanders
7-
ms.author: baanders # Microsoft employees only
6+
ms.author: baanders
87
ms.date: 01/27/2025
98
ms.topic: conceptual
109
ms.service: azure-digital-twins
11-
12-
# Optional fields. Don't forget to remove # if you need a field.
13-
# ms.custom: can-be-multiple-comma-separated
14-
# ms.reviewer: MSFT-alias-of-reviewer
15-
# manager: MSFT-alias-of-manager-or-PM-counterpart
1610
---
1711

1812
# Data ingress and egress for Azure Digital Twins

articles/digital-twins/concepts-event-notifications.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
---
2-
# Mandatory fields.
32
title: Event notifications
43
titleSuffix: Azure Digital Twins
54
description: Learn to interpret various event types and their different notification messages.
65
author: baanders
7-
ms.author: baanders # Microsoft employees only
6+
ms.author: baanders
87
ms.date: 01/27/2025
98
ms.topic: conceptual
109
ms.service: azure-digital-twins
11-
12-
# Optional fields. Don't forget to remove # if you need a field.
13-
# ms.custom: can-be-multiple-comma-separated
14-
# ms.reviewer: MSFT-alias-of-reviewer
15-
# manager: MSFT-alias-of-manager-or-PM-counterpart
1610
---
1711

1812
# Event notifications
@@ -25,7 +19,7 @@ There are several types of notifications that can be generated, and notification
2519

2620
This chart shows the different notification types:
2721

28-
[!INCLUDE [digital-twins-notifications.md](../../includes/digital-twins-notifications.md)]
22+
[!INCLUDE [digital-twins-notifications.md](includes/digital-twins-notifications.md)]
2923

3024
## Notification structure
3125

articles/digital-twins/concepts-high-availability-disaster-recovery.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
---
2-
# Mandatory fields.
32
title: Azure Digital Twins high availability and disaster recovery
43
titleSuffix: Azure Digital Twins
54
description: Learn about high availability and disaster recovery features for Azure Digital Twins.
65
author: baanders
7-
ms.author: baanders # Microsoft employees only
6+
ms.author: baanders
87
ms.date: 6/20/2023
98
ms.topic: conceptual
109
ms.service: azure-digital-twins
11-
12-
# Optional fields. Don't forget to remove # if you need a field.
13-
# ms.custom: can-be-multiple-comma-separated
14-
# ms.reviewer: MSFT-alias-of-reviewer
15-
# manager: MSFT-alias-of-manager-or-PM-counterpart
1610
---
1711

1812
# Azure Digital Twins high availability and disaster recovery

0 commit comments

Comments
 (0)