You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: includes/digital-twins-tutorial-sample-prereqs.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,19 @@
1
1
---
2
2
author: baanders
3
-
description: include file for Azure Digital Twins tutorials - prerequisites for the sample project
3
+
description: prerequisites for Azure Digital Twins tutorials
4
4
ms.service: digital-twins
5
5
ms.topic: include
6
-
ms.date: 6/22/2022
6
+
ms.date: 9/26/2022
7
7
ms.author: baanders
8
8
---
9
9
10
10
## Prerequisites
11
11
12
-
Before beginning this tutorial, start by completing the prerequisites in this section.
12
+
Before beginning this tutorial, start with these prerequisites:
13
+
* If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
14
+
* This tutorial uses .NET Core 3.1. You can download this version of the .NET Core SDK for multiple platforms from [Download .NET Core 3.1](https://dotnet.microsoft.com/download/dotnet-core/3.1).
13
15
14
-
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
16
+
Then, continue through the rest of this section to set up the remaining prerequisites.
0 commit comments