Skip to content

Commit 1709fb7

Browse files
committed
Metadata updated, minor Acrolinx fixes - IN PROGRESS
1 parent 3417906 commit 1709fb7

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

articles/digital-twins/tutorial-command-line-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ titleSuffix: Azure Digital Twins
55
description: Tutorial to build an Azure Digital Twins scenario using a sample command-line application
66
author: baanders
77
ms.author: baanders # Microsoft employees only
8-
ms.date: 1/3/2024
8+
ms.date: 2/14/2025
99
ms.topic: tutorial
1010
ms.service: azure-digital-twins
1111

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
author: baanders
3-
description: include file for Azure Digital Twins - prerequisite to set up an instance
3+
description: Include file for Azure Digital Twins - prerequisite to set up an instance
44
ms.service: azure-digital-twins
55
ms.topic: include
6-
ms.date: 01/13/2023
6+
ms.date: 2/14/2025
77
ms.author: baanders
88
---
99

10-
To work with Azure Digital Twins in this article, you'll need an Azure Digital Twins instance and the required permissions for using it. If you already have an Azure Digital Twins instance set up, you can use that instance and skip to the next section. Otherwise, follow the instructions in [Set up an instance and authentication](../articles/digital-twins/how-to-set-up-instance-portal.md). The instructions contain information to help you verify that you've completed each step successfully.
10+
To work with Azure Digital Twins in this article, you need an Azure Digital Twins instance and the required permissions for using it. If you already have an Azure Digital Twins instance set up, you can use that instance and skip to the next section. Otherwise, follow the instructions in [Set up an instance and authentication](../articles/digital-twins/how-to-set-up-instance-portal.md). The instructions contain information to help you verify that you completed each step successfully.
1111

1212
After you set up your instance, make a note of the instance's host name. You can [find the host name in the Azure portal](../articles/digital-twins/how-to-set-up-instance-portal.md#verify-success-and-collect-important-values).

includes/digital-twins-tutorial-sample-prereqs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
author: baanders
3-
description: prerequisites for Azure Digital Twins tutorials
3+
description: Include file that lists prerequisites for Azure Digital Twins tutorials
44
ms.service: azure-digital-twins
55
ms.topic: include
6-
ms.date: 9/12/2023
6+
ms.date: 2/14/2025
77
ms.author: baanders
88
---
99

@@ -19,11 +19,11 @@ Then, continue through the rest of this section to set up the remaining prerequi
1919

2020
The tutorial is driven by an [Azure Digital Twins end-to-end sample project written in C#](/samples/azure-samples/digital-twins-samples/digital-twins-samples). Get the sample project on your machine by navigating to the sample link, and selecting the **Browse code** button underneath the title.
2121

22-
This will take you to the GitHub repo for the samples, which you can download as a .zip by selecting the **Code** button followed by **Download ZIP**.
22+
This action takes you to the GitHub repo for the samples, which you can download as a .zip by selecting the **Code** button followed by **Download ZIP**.
2323

2424
:::image type="content" source="../articles/digital-twins/media/includes/download-repo-zip.png" alt-text="Screenshot of the digital-twins-samples repo on GitHub, highlighting the steps to download it as a zip." lightbox="../articles/digital-twins/media/includes/download-repo-zip.png":::
2525

26-
This will download a .zip folder to your machine as *digital-twins-samples-main.zip*. Unzip the folder and extract the files.
26+
This action downloads a .zip folder to your machine as *digital-twins-samples-main.zip*. Unzip the folder and extract the files.
2727

2828
### Prepare an Azure Digital Twins instance
2929

0 commit comments

Comments
 (0)