Skip to content

Commit a2c90ff

Browse files
authored
Merge pull request #96878 from KingdomOfEnds/adt-refresh-two
Refresh and SEO improvements
2 parents ce3ceac + 2dd12db commit a2c90ff

8 files changed

+12
-12
lines changed

articles/digital-twins/concepts-service-limits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: Public preview service limits - Azure Digital Twins | Microsoft Docs
3-
description: Learn about public preview service limits for Azure Digital Twins.
3+
description: Learn about public preview service, subscription, instance, and rate limits for Azure Digital Twins.
44
ms.author: alinast
55
author: alinamstanciu
66
manager: bertvanhoof
77
ms.service: digital-twins
88
services: digital-twins
99
ms.topic: conceptual
10-
ms.date: 10/22/2019
10+
ms.date: 11/21/2019
1111
---
1212

1313
# Public preview service limits

articles/digital-twins/how-to-diagnose-user-defined-functions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Without a role assignment created within the Management API, the user-defined fu
7979

8080
Check if a role assignment exists for your user-defined function through your Management API:
8181

82-
```plaintext
82+
```URL
8383
GET YOUR_MANAGEMENT_API_URL/roleassignments?path=/&traverse=Down&objectId=YOUR_USER_DEFINED_FUNCTION_ID
8484
```
8585

@@ -93,7 +93,7 @@ Learn [How to create a role assignment for your user-defined function](./how-to-
9393

9494
With the following call against your Azure Digital Twins instances' Management API, you're able to determine if a given matcher applies for the given sensor.
9595

96-
```plaintext
96+
```URL
9797
GET YOUR_MANAGEMENT_API_URL/matchers/YOUR_MATCHER_IDENTIFIER/evaluate/YOUR_SENSOR_IDENTIFIER?enableLogging=true
9898
```
9999

@@ -117,7 +117,7 @@ Response:
117117

118118
With the following call against the Azure Digital Twins Management APIs, you're able to determine the identifiers of your user-defined functions triggered by the given sensor's incoming telemetry:
119119

120-
```plaintext
120+
```URL
121121
GET YOUR_MANAGEMENT_API_URL/sensors/YOUR_SENSOR_IDENTIFIER/matchers?includes=UserDefinedFunctions
122122
```
123123

articles/digital-twins/quickstart-view-occupancy-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Quickstart: Find available rooms - Azure Digital Twins'
2+
title: 'Quickstart: Find available rooms - Azure Digital Twins | Microsoft Docs'
33
description: In this quickstart, you run two .NET Core sample applications to send simulated motion and carbon dioxide telemetry to a space in Azure Digital Twins. The goal is to find available rooms with fresh air from Management APIs after computed processing in the cloud.
44
ms.author: alinast
55
author: alinamstanciu

articles/digital-twins/reference-user-defined-functions-client-library.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: User-defined functions client library reference - Azure Digital Twins | Microsoft Docs
3-
description: Azure Digital Twins user-defined functions client library reference.
3+
description: Azure Digital Twins user-defined functions client library reference documentation.
44
ms.author: alinast
55
author: alinamstanciu
66
manager: bertvanhoof
77
ms.service: digital-twins
88
services: digital-twins
99
ms.topic: article
10-
ms.date: 08/12/2019
10+
ms.date: 11/21/2019
1111
ms.custom: seodec18
1212
---
1313

articles/digital-twins/tutorial-facilities-analyze.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Tutorial: Analyze events from Azure Digital Twins setup'
2+
title: 'Tutorial: Analyze events in Time Series Insights - Azure Digital Twins| Microsoft Docs'
33
description: Learn how to visualize and analyze events from your Azure Digital Twins spaces, with Azure Time Series Insights, by using the steps in this tutorial.
44
services: digital-twins
55
ms.author: alinast

articles/digital-twins/tutorial-facilities-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Tutorial: Capture events from an Azure Digital Twins space'
2+
title: 'Tutorial: Capture device events from an IoT space - Azure Digital Twins| Microsoft Docs'
33
description: Learn how to receive notifications from your spaces by integrating Azure Digital Twins with Logic Apps, using the steps in this tutorial.
44
services: digital-twins
55
ms.author: alinast

articles/digital-twins/tutorial-facilities-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Tutorial: Deploy Azure Digital Twins'
2+
title: 'Tutorial: Deploy a preview environment and spatial graph - Azure Digital Twins| Microsoft Docs'
33
description: Learn how to deploy your instance of Azure Digital Twins and configure your spatial resources by using the steps in this tutorial.
44
services: digital-twins
55
ms.author: alinast

articles/digital-twins/tutorial-facilities-udf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Tutorial: Monitor a space with Azure Digital Twins'
2+
title: 'Tutorial: Monitor an IoT device space - Azure Digital Twins| Microsoft Docs'
33
description: Learn how to provision your spatial resources and monitor the working conditions with Azure Digital Twins by using the steps in this tutorial.
44
services: digital-twins
55
ms.author: alinast

0 commit comments

Comments
 (0)