Skip to content

Commit 8c48c13

Browse files
committed
table headings include added
1 parent 49fa72e commit 8c48c13

7 files changed

+16
-14
lines changed

articles/digital-twins/concepts-device-ingress.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ Do a GET call on the Device API with an `includes=ConnectionString` parameter to
4040
YOUR_MANAGEMENT_API_URL/devices/YOUR_DEVICE_GUID?includes=ConnectionString
4141
```
4242

43-
| Parameters | Replace with |
43+
| Parameter | Replace with |
4444
| --- | --- |
4545
| *YOUR_DEVICE_GUID* | The device ID |
4646

4747
```plaintext
4848
YOUR_MANAGEMENT_API_URL/devices?hardwareIds=YOUR_DEVICE_HARDWARE_ID&includes=ConnectionString
4949
```
5050

51-
| Your parameter values | Replace with |
51+
| Parameter value | Replace with |
5252
| --- | --- |
5353
| *YOUR_DEVICE_HARDWARE_ID* | The device hardware ID |
5454

articles/digital-twins/concepts-objectmodel-spatialgraph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ After you deploy Digital Twins from the [Azure portal](https://portal.azure.com)
7777
https://YOUR_INSTANCE_NAME.YOUR_LOCATION.azuresmartspaces.net/management/swagger
7878
```
7979

80-
| Custom name | Replace with |
80+
| Name | Replace with |
8181
| --- | --- |
8282
| YOUR_INSTANCE_NAME | The name of your Digital Twins instance |
8383
| YOUR_LOCATION | Which server region your instance is hosted on |

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ For more information about powerful query operations, see [getting started with
5757

5858
Both diagnosing and identifying common issues are important when troubleshooting your solution. Several Common issues encountered when developing user-defined functions are summarized below.
5959

60+
[!INCLUDE [Digital Twins Management API](../../includes/digital-twins-management-api.md)]
61+
6062
### Ensure a role assignment was created
6163

6264
Without a role assignment created within Management API, the user-defined function will not have access to perform any actions such as sending notifications, retrieving metadata, and setting computed values within the topology.
@@ -67,7 +69,7 @@ Check if a role assignment exists for your user-defined function through your Ma
6769
GET YOUR_MANAGEMENT_API_URL/roleassignments?path=/&traverse=Down&objectId=YOUR_USER_DEFINED_FUNCTION_ID
6870
```
6971

70-
| Parameters | Replace with |
72+
| Parameter | Replace with |
7173
| --- | --- |
7274
| *YOUR_USER_DEFINED_FUNCTION_ID* | The ID of the user-defined function to retrieve role assignments for|
7375

@@ -81,7 +83,7 @@ With the following call against your Azure Digital Twins instances' Management A
8183
GET YOUR_MANAGEMENT_API_URL/matchers/YOUR_MATCHER_IDENTIFIER/evaluate/YOUR_SENSOR_IDENTIFIER?enableLogging=true
8284
```
8385

84-
| Parameters | Replace with |
86+
| Parameter | Replace with |
8587
| --- | --- |
8688
| *YOUR_MATCHER_IDENTIFIER* | The ID of the matcher you wish to evaluate |
8789
| *YOUR_SENSOR_IDENTIFIER* | The ID of the sensor you wish to evaluate |
@@ -105,7 +107,7 @@ With the following call against your Azure Digital Twins instances' Management A
105107
GET YOUR_MANAGEMENT_API_URL/sensors/YOUR_SENSOR_IDENTIFIER/matchers?includes=UserDefinedFunctions
106108
```
107109

108-
| Parameters | Replace with |
110+
| Parameter | Replace with |
109111
| --- | --- |
110112
| *YOUR_SENSOR_IDENTIFIER* | The ID of the sensor that will be sending telemetry |
111113

articles/digital-twins/how-to-egress-endpoints.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The event formats for each of the event types are described in the following sec
7575
}
7676
```
7777

78-
| Your value | Replace with |
78+
| Value | Replace with |
7979
| --- | --- |
8080
| YOUR_TOPIC_NAME | The name of your customized topic |
8181

@@ -106,7 +106,7 @@ The event formats for each of the event types are described in the following sec
106106
}
107107
```
108108

109-
| Your value | Replace with |
109+
| Value | Replace with |
110110
| --- | --- |
111111
| YOUR_TOPIC_NAME | The name of your customized topic |
112112

@@ -141,7 +141,7 @@ The event formats for each of the event types are described in the following sec
141141
}
142142
```
143143

144-
| Your value | Replace with |
144+
| Value | Replace with |
145145
| --- | --- |
146146
| YOUR_TOPIC_NAME | The name of your customized topic |
147147

@@ -176,7 +176,7 @@ The event formats for each of the event types are described in the following sec
176176
}
177177
```
178178

179-
| Your value | Replace with |
179+
| Value | Replace with |
180180
| --- | --- |
181181
| YOUR_TOPIC_NAME | The name of your customized topic |
182182

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ POST YOUR_MANAGEMENT_API_URL/matchers
5454
}
5555
```
5656

57-
| Your value | Replace with |
57+
| Value | Replace with |
5858
| --- | --- |
5959
| YOUR_SPACE_IDENTIFIER | Which server region your instance is hosted on |
6060

@@ -101,7 +101,7 @@ function process(telemetry, executionContext) {
101101
--USER_DEFINED_BOUNDARY--
102102
```
103103

104-
| Your value | Replace with |
104+
| Value | Replace with |
105105
| --- | --- |
106106
| YOUR_SPACE_IDENTIFIER | The space identifier |
107107
| YOUR_MATCHER_IDENTIFIER | The ID of the matcher you want to use |

includes/digital-twins-management-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In the examples below, `YOUR_MANAGEMENT_API_URL` refers to the URI of the Digita
1616
https://YOUR_INSTANCE_NAME.YOUR_LOCATION.azuresmartspaces.net/management/api/v1.0/
1717
```
1818

19-
| Custom name | Replace with |
19+
| Name | Replace with |
2020
| --- | --- |
2121
| YOUR_INSTANCE_NAME | The name of your Azure Digital Twins instance |
2222
| YOUR_LOCATION | Which server region your instance is hosted on |

includes/digital-twins-swagger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You can access your own generated Management API Swagger documentation at:
2020
https://YOUR_INSTANCE_NAME.YOUR_LOCATION.azuresmartspaces.net/management/swagger
2121
```
2222

23-
| Custom name | Replace with |
23+
| Name | Replace with |
2424
| --- | --- |
2525
| YOUR_INSTANCE_NAME | The name of your Azure Digital Twins instance |
2626
| YOUR_LOCATION | Which server region your instance is hosted on |

0 commit comments

Comments
 (0)