Skip to content

Commit 140569b

Browse files
authored
Merge pull request #280633 from Saisang/Release_Archive_main_2024-07-11-18-04-11
[DocsArchive-1.0.24191.1](2024-07-11-18-04-11)Auto archive content
2 parents a3a184a + 52baf68 commit 140569b

File tree

5 files changed

+86
-204
lines changed

5 files changed

+86
-204
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "articles/digital-twins/how-to-integrate-maps.md",
5+
"redirect_url": "/previous-versions/azure/digital-twins/how-to-integrate-maps",
6+
"redirect_document_id": false
7+
},
38
{
49
"source_path": "articles/mysql/single-server/azure-pipelines-mysql-deploy.md",
510
"redirect_url": "/previous-versions/azure/mysql/single-server/azure-pipelines-mysql-deploy",

articles/digital-twins/TOC.yml

Lines changed: 81 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
- name: About Azure Digital Twins
66
href: overview.md
77
- name: Quickstarts
8-
expanded: true
98
items:
109
- name: Get started with Azure Digital Twins Explorer
1110
href: quickstart-azure-digital-twins-explorer.md
1211
- name: Get started with 3D Scenes Studio
1312
href: quickstart-3d-scenes-studio.md
13+
expanded: true
1414
- name: Tutorials
1515
items:
1616
- name: Code a client app
@@ -36,13 +36,13 @@
3636
- name: Converting ontologies
3737
href: concepts-ontologies-convert.md
3838
- name: Extending ontologies
39-
href: concepts-ontologies-extend.md
39+
href: concepts-ontologies-extend.md
4040
- name: Digital twins and the twin graph
4141
href: concepts-twins-graph.md
4242
- name: Query language
4343
href: concepts-query-language.md
4444
- name: Query Units
45-
href: concepts-query-units.md
45+
href: concepts-query-units.md
4646
- name: Data history (with Azure Data Explorer)
4747
href: concepts-data-history.md
4848
- name: Querying with the Azure Data Explorer plugin
@@ -64,7 +64,7 @@
6464
- name: 3D Scenes Studio
6565
href: concepts-3d-scenes-studio.md
6666
- name: Security for Azure Digital Twins solutions
67-
href: concepts-security.md
67+
href: concepts-security.md
6868
- name: High availability and disaster recovery
6969
href: concepts-high-availability-disaster-recovery.md
7070
- name: How-to guides
@@ -131,8 +131,6 @@
131131
href: how-to-create-data-history-connection.md
132132
- name: Integrate with Azure Time Series Insights
133133
href: how-to-integrate-time-series-insights.md
134-
- name: Integrate with Azure Maps
135-
href: how-to-integrate-maps.md
136134
- name: Monitor and troubleshoot
137135
items:
138136
- name: Monitor your instance
@@ -152,29 +150,29 @@
152150
- name: Azure Digital Twins Explorer authentication error
153151
href: troubleshoot-error-azure-digital-twins-explorer-authentication.md
154152
- name: CLI parsing failures
155-
href: troubleshoot-error-cli-parse.md
153+
href: troubleshoot-error-cli-parse.md
156154
- name: Reference
157155
items:
158156
- name: REST API reference
159157
href: /rest/api/azure-digitaltwins/
160158
- name: SDKs
161159
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
178176
- name: Digital Twins CLI
179177
href: /cli/azure/dt
180178
- name: DTDL v3 Language Description
@@ -183,24 +181,24 @@
183181
href: https://github.com/Azure/opendigitaltwins-dtdl/blob/master/DTDL/v2/DTDL.v2.md
184182
- name: Query language reference
185183
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
204202
- name: Azure Digital Twins Power Platform and Logic Apps connector
205203
href: /connectors/azuredigitaltwins/
206204
- name: Resources
@@ -244,7 +242,7 @@
244242
- name: Go - Source code
245243
href: https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/resourcemanager/digitaltwins
246244
- name: Data plane
247-
items:
245+
items:
248246
- name: Data plane Swagger
249247
href: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/digitaltwins/data-plane/Microsoft.DigitalTwins
250248
- name: .NET (C#) SDK - NuGet
@@ -269,48 +267,48 @@
269267
href: https://github.com/Azure/azure-iot-cli-extension/releases
270268
- name: Terraform modules
271269
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
282280
- name: Tools and sample projects
283281
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/
304302
- name: Ontologies
305303
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
314312
- name: DTDL
315313
items:
316314
- name: DTDL extension for VS Code
@@ -320,10 +318,10 @@
320318
- name: DTDL parser sample
321319
href: https://github.com/digitaltwinconsortium/DTDLParser/tree/main/samples/DTDLParserResolveSample
322320
- 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
325323
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
327325
href: /training/modules/set-up-mixed-reality-azure-digital-twins-unity/
328326
- name: Customer stories
329327
href: https://customers.microsoft.com/en-us/search?sq=%22Azure%20Digital%20Twins%22&ff=&p=0&so=story_publish_date%20desc

0 commit comments

Comments
 (0)