Skip to content

Commit 2144a21

Browse files
authored
Merge pull request #205350 from baanders/7-20-e2e
ADT: Update sample folder path
2 parents 2093b25 + 89a0b8b commit 2144a21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/digital-twins/tutorial-end-to-end.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ First, you'll use the AdtSampleApp solution from the sample project to build the
5959

6060
:::image type="content" source="media/tutorial-end-to-end/building-scenario-a.png" alt-text="Diagram of an excerpt from the full building scenario diagram highlighting the Azure Digital Twins instance section.":::
6161

62-
Open a local **console window** and navigate into the *digital-twins-samples-main\AdtE2ESample\SampleClientApp* folder. Run the *SampleClientApp* project with this dotnet command:
62+
Open a local **console window** and navigate into the *digital-twins-samples-main\AdtSampleApp\SampleClientApp* folder. Run the *SampleClientApp* project with this dotnet command:
6363

6464
```cmd/sh
6565
dotnet run
@@ -96,7 +96,7 @@ The next step is setting up an [Azure Functions app](../azure-functions/function
9696

9797
In this section, you'll publish the pre-written function app, and ensure the function app can access Azure Digital Twins by assigning it an Azure Active Directory (Azure AD) identity.
9898

99-
The function app is part of the sample project you downloaded, located in the *digital-twins-samples-main\AdtE2ESample\SampleFunctionsApp* folder.
99+
The function app is part of the sample project you downloaded, located in the *digital-twins-samples-main\AdtSampleApp\SampleFunctionsApp* folder.
100100

101101
### Publish the app
102102

@@ -116,7 +116,7 @@ To publish the function app to Azure, you'll need to create a storage account, t
116116
117117
1. Next, you'll zip up the functions and publish them to your new Azure function app.
118118
119-
1. Open a console window on your machine, and navigate into the *digital-twins-samples-main\AdtE2ESample\SampleFunctionsApp* folder inside your downloaded sample project.
119+
1. Open a console window on your machine, and navigate into the *digital-twins-samples-main\AdtSampleApp\SampleFunctionsApp* folder inside your downloaded sample project.
120120
121121
1. In the console, run the following command to publish the project locally:
122122

0 commit comments

Comments
 (0)