|
5 | 5 | - name: About Azure Digital Twins
|
6 | 6 | href: overview.md
|
7 | 7 | - name: Quickstarts
|
8 |
| - expanded: true |
9 | 8 | items:
|
10 | 9 | - name: Get started with Azure Digital Twins Explorer
|
11 | 10 | href: quickstart-azure-digital-twins-explorer.md
|
12 | 11 | - name: Get started with 3D Scenes Studio
|
13 | 12 | href: quickstart-3d-scenes-studio.md
|
| 13 | + expanded: true |
14 | 14 | - name: Tutorials
|
15 | 15 | items:
|
16 | 16 | - name: Code a client app
|
|
36 | 36 | - name: Converting ontologies
|
37 | 37 | href: concepts-ontologies-convert.md
|
38 | 38 | - name: Extending ontologies
|
39 |
| - href: concepts-ontologies-extend.md |
| 39 | + href: concepts-ontologies-extend.md |
40 | 40 | - name: Digital twins and the twin graph
|
41 | 41 | href: concepts-twins-graph.md
|
42 | 42 | - name: Query language
|
43 | 43 | href: concepts-query-language.md
|
44 | 44 | - name: Query Units
|
45 |
| - href: concepts-query-units.md |
| 45 | + href: concepts-query-units.md |
46 | 46 | - name: Data history (with Azure Data Explorer)
|
47 | 47 | href: concepts-data-history.md
|
48 | 48 | - name: Querying with the Azure Data Explorer plugin
|
|
64 | 64 | - name: 3D Scenes Studio
|
65 | 65 | href: concepts-3d-scenes-studio.md
|
66 | 66 | - name: Security for Azure Digital Twins solutions
|
67 |
| - href: concepts-security.md |
| 67 | + href: concepts-security.md |
68 | 68 | - name: High availability and disaster recovery
|
69 | 69 | href: concepts-high-availability-disaster-recovery.md
|
70 | 70 | - name: How-to guides
|
|
131 | 131 | href: how-to-create-data-history-connection.md
|
132 | 132 | - name: Integrate with Azure Time Series Insights
|
133 | 133 | href: how-to-integrate-time-series-insights.md
|
134 |
| - - name: Integrate with Azure Maps |
135 |
| - href: how-to-integrate-maps.md |
136 | 134 | - name: Monitor and troubleshoot
|
137 | 135 | items:
|
138 | 136 | - name: Monitor your instance
|
|
152 | 150 | - name: Azure Digital Twins Explorer authentication error
|
153 | 151 | href: troubleshoot-error-azure-digital-twins-explorer-authentication.md
|
154 | 152 | - name: CLI parsing failures
|
155 |
| - href: troubleshoot-error-cli-parse.md |
| 153 | + href: troubleshoot-error-cli-parse.md |
156 | 154 | - name: Reference
|
157 | 155 | items:
|
158 | 156 | - name: REST API reference
|
159 | 157 | href: /rest/api/azure-digitaltwins/
|
160 | 158 | - name: SDKs
|
161 | 159 | items:
|
162 |
| - - name: Control plane |
163 |
| - items: |
164 |
| - - name: .NET (C#) SDK |
165 |
| - href: /dotnet/api/overview/azure/digitaltwins |
166 |
| - - name: Java SDK |
167 |
| - href: /java/api/com.azure.resourcemanager.digitaltwins |
168 |
| - - name: Data plane |
169 |
| - items: |
170 |
| - - name: .NET (C#) SDK |
171 |
| - href: /dotnet/api/overview/azure/digitaltwins.core-readme |
172 |
| - - name: Java SDK |
173 |
| - href: /java/api/overview/azure/digital-twins |
174 |
| - - name: JavaScript SDK |
175 |
| - href: /javascript/api/@azure/digital-twins-core/?view=azure-node-latest&preserve-view=true |
176 |
| - - name: Python SDK |
177 |
| - href: /python/api/azure-digitaltwins-core/azure.digitaltwins.core?view=azure-python&preserve-view=true |
| 160 | + - name: Control plane |
| 161 | + items: |
| 162 | + - name: .NET (C#) SDK |
| 163 | + href: /dotnet/api/overview/azure/digitaltwins |
| 164 | + - name: Java SDK |
| 165 | + href: /java/api/com.azure.resourcemanager.digitaltwins |
| 166 | + - name: Data plane |
| 167 | + items: |
| 168 | + - name: .NET (C#) SDK |
| 169 | + href: /dotnet/api/overview/azure/digitaltwins.core-readme |
| 170 | + - name: Java SDK |
| 171 | + href: /java/api/overview/azure/digital-twins |
| 172 | + - name: JavaScript SDK |
| 173 | + href: /javascript/api/@azure/digital-twins-core/?view=azure-node-latest&preserve-view=true |
| 174 | + - name: Python SDK |
| 175 | + href: /python/api/azure-digitaltwins-core/azure.digitaltwins.core?view=azure-python&preserve-view=true |
178 | 176 | - name: Digital Twins CLI
|
179 | 177 | href: /cli/azure/dt
|
180 | 178 | - name: DTDL v3 Language Description
|
|
183 | 181 | href: https://github.com/Azure/opendigitaltwins-dtdl/blob/master/DTDL/v2/DTDL.v2.md
|
184 | 182 | - name: Query language reference
|
185 | 183 | items:
|
186 |
| - - name: Clauses |
187 |
| - items: |
188 |
| - - name: SELECT |
189 |
| - href: reference-query-clause-select.md |
190 |
| - - name: FROM |
191 |
| - href: reference-query-clause-from.md |
192 |
| - - name: MATCH |
193 |
| - href: reference-query-clause-match.md |
194 |
| - - name: JOIN |
195 |
| - href: reference-query-clause-join.md |
196 |
| - - name: WHERE |
197 |
| - href: reference-query-clause-where.md |
198 |
| - - name: Functions |
199 |
| - href: reference-query-functions.md |
200 |
| - - name: Operators |
201 |
| - href: reference-query-operators.md |
202 |
| - - name: Reserved keywords |
203 |
| - href: reference-query-reserved.md |
| 184 | + - name: Clauses |
| 185 | + items: |
| 186 | + - name: SELECT |
| 187 | + href: reference-query-clause-select.md |
| 188 | + - name: FROM |
| 189 | + href: reference-query-clause-from.md |
| 190 | + - name: MATCH |
| 191 | + href: reference-query-clause-match.md |
| 192 | + - name: JOIN |
| 193 | + href: reference-query-clause-join.md |
| 194 | + - name: WHERE |
| 195 | + href: reference-query-clause-where.md |
| 196 | + - name: Functions |
| 197 | + href: reference-query-functions.md |
| 198 | + - name: Operators |
| 199 | + href: reference-query-operators.md |
| 200 | + - name: Reserved keywords |
| 201 | + href: reference-query-reserved.md |
204 | 202 | - name: Azure Digital Twins Power Platform and Logic Apps connector
|
205 | 203 | href: /connectors/azuredigitaltwins/
|
206 | 204 | - name: Resources
|
|
244 | 242 | - name: Go - Source code
|
245 | 243 | href: https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/resourcemanager/digitaltwins
|
246 | 244 | - name: Data plane
|
247 |
| - items: |
| 245 | + items: |
248 | 246 | - name: Data plane Swagger
|
249 | 247 | href: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/digitaltwins/data-plane/Microsoft.DigitalTwins
|
250 | 248 | - name: .NET (C#) SDK - NuGet
|
|
269 | 267 | href: https://github.com/Azure/azure-iot-cli-extension/releases
|
270 | 268 | - name: Terraform modules
|
271 | 269 | items:
|
272 |
| - - name: Digital Twins instance resource |
273 |
| - href: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/digital_twins_instance |
274 |
| - - name: Digital Twins instance data source |
275 |
| - href: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/digital_twins_instance |
276 |
| - - name: Event Hubs endpoint resource |
277 |
| - href: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/digital_twins_endpoint_eventhub |
278 |
| - - name: Event Grid endpoint resource |
279 |
| - href: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/digital_twins_endpoint_eventgrid |
280 |
| - - name: Service Bus endpoint resource |
281 |
| - href: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/digital_twins_endpoint_servicebus |
| 270 | + - name: Digital Twins instance resource |
| 271 | + href: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/digital_twins_instance |
| 272 | + - name: Digital Twins instance data source |
| 273 | + href: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/digital_twins_instance |
| 274 | + - name: Event Hubs endpoint resource |
| 275 | + href: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/digital_twins_endpoint_eventhub |
| 276 | + - name: Event Grid endpoint resource |
| 277 | + href: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/digital_twins_endpoint_eventgrid |
| 278 | + - name: Service Bus endpoint resource |
| 279 | + href: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/digital_twins_endpoint_servicebus |
282 | 280 | - name: Tools and sample projects
|
283 | 281 | items:
|
284 |
| - - name: Azure Digital Twins Explorer |
285 |
| - href: https://explorer.digitaltwins.azure.net |
286 |
| - - name: 3D Scenes Studio |
287 |
| - href: https://explorer.digitaltwins.azure.net/3dscenes |
288 |
| - - name: Azure Digital Twins Postman Collection |
289 |
| - href: https://github.com/microsoft/azure-digital-twins-postman-samples |
290 |
| - - name: Sample for ingesting OPC UA data into Azure Digital Twins |
291 |
| - href: https://github.com/digitaltwinconsortium/ManufacturingOntologies |
292 |
| - - name: DTDL parser sample |
293 |
| - href: https://github.com/digitaltwinconsortium/DTDLParser/tree/main/samples/DTDLParserResolveSample |
294 |
| - - name: Model Uploader (sample) |
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 |
298 |
| - - name: OWL2DTDL Converter |
299 |
| - href: https://github.com/Azure/opendigitaltwins-tools/tree/main/OWL2DTDL |
300 |
| - - name: SignalR integration sample |
301 |
| - href: /samples/azure-samples/digitaltwins-signalr-webapp-sample/digital-twins-samples/ |
302 |
| - - name: Multivariate Anomaly Detection Toolkit |
303 |
| - href: /samples/azure-samples/digital-twins-mvad-integration/adt-mvad-integration/ |
| 282 | + - name: Azure Digital Twins Explorer |
| 283 | + href: https://explorer.digitaltwins.azure.net |
| 284 | + - name: 3D Scenes Studio |
| 285 | + href: https://explorer.digitaltwins.azure.net/3dscenes |
| 286 | + - name: Azure Digital Twins Postman Collection |
| 287 | + href: https://github.com/microsoft/azure-digital-twins-postman-samples |
| 288 | + - name: Sample for ingesting OPC UA data into Azure Digital Twins |
| 289 | + href: https://github.com/digitaltwinconsortium/ManufacturingOntologies |
| 290 | + - name: DTDL parser sample |
| 291 | + href: https://github.com/digitaltwinconsortium/DTDLParser/tree/main/samples/DTDLParserResolveSample |
| 292 | + - name: Model Uploader (sample) |
| 293 | + href: https://github.com/Azure/opendigitaltwins-tools/tree/main/ADTTools/UploadModels |
| 294 | + - name: Model Deleter (sample) |
| 295 | + href: https://github.com/Azure/opendigitaltwins-tools/tree/main/ADTTools/DeleteModels |
| 296 | + - name: OWL2DTDL Converter |
| 297 | + href: https://github.com/Azure/opendigitaltwins-tools/tree/main/OWL2DTDL |
| 298 | + - name: SignalR integration sample |
| 299 | + href: /samples/azure-samples/digitaltwins-signalr-webapp-sample/digital-twins-samples/ |
| 300 | + - name: Multivariate Anomaly Detection Toolkit |
| 301 | + href: /samples/azure-samples/digital-twins-mvad-integration/adt-mvad-integration/ |
304 | 302 | - name: Ontologies
|
305 | 303 | items:
|
306 |
| - - name: Smart buildings |
307 |
| - href: https://github.com/Azure/opendigitaltwins-building |
308 |
| - - name: Smart cities |
309 |
| - href: https://github.com/Azure/opendigitaltwins-smartcities |
310 |
| - - name: Energy grids |
311 |
| - href: https://github.com/Azure/opendigitaltwins-energygrid/ |
312 |
| - - name: Manufacturing |
313 |
| - href: https://github.com/digitaltwinconsortium/ManufacturingOntologies |
| 304 | + - name: Smart buildings |
| 305 | + href: https://github.com/Azure/opendigitaltwins-building |
| 306 | + - name: Smart cities |
| 307 | + href: https://github.com/Azure/opendigitaltwins-smartcities |
| 308 | + - name: Energy grids |
| 309 | + href: https://github.com/Azure/opendigitaltwins-energygrid/ |
| 310 | + - name: Manufacturing |
| 311 | + href: https://github.com/digitaltwinconsortium/ManufacturingOntologies |
314 | 312 | - name: DTDL
|
315 | 313 | items:
|
316 | 314 | - name: DTDL extension for VS Code
|
|
320 | 318 | - name: DTDL parser sample
|
321 | 319 | href: https://github.com/digitaltwinconsortium/DTDLParser/tree/main/samples/DTDLParserResolveSample
|
322 | 320 | - name: Learning paths
|
323 |
| - items: |
324 |
| - - name: 'Extend IoT solutions by using Azure Digital Twins' |
| 321 | + items: |
| 322 | + - name: Extend IoT solutions by using Azure Digital Twins |
325 | 323 | href: /training/paths/extend-iot-solutions-by-using-azure-digital-twins/
|
326 |
| - - name: 'Set up a mixed reality project for Azure Digital Twins in Unity' |
| 324 | + - name: Set up a mixed reality project for Azure Digital Twins in Unity |
327 | 325 | href: /training/modules/set-up-mixed-reality-azure-digital-twins-unity/
|
328 | 326 | - name: Customer stories
|
329 | 327 | href: https://customers.microsoft.com/en-us/search?sq=%22Azure%20Digital%20Twins%22&ff=&p=0&so=story_publish_date%20desc
|
|
0 commit comments