Skip to content

Commit 05490e1

Browse files
committed
Add tilde note
1 parent 911d1f8 commit 05490e1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/aca/01-deploy-api-to-aca/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,14 @@ In this module, we will start by creating the first microservice named `ACA Web
7272
--8<-- "docs/aca/01-deploy-api-to-aca/TasksController.cs"
7373
```
7474
- From VS Code Terminal tab, open developer command prompt or PowerShell terminal and navigate to the parent directory which hosts the `.csproj` project folder and build the project.
75+
7576
```shell
7677
cd ~\TasksTracker.ContainerApps\TasksTracker.TasksManager.Backend.Api
7778
dotnet build
7879
```
80+
!!! note
81+
Throughout the documentation, we will use the the tilde character [~] to represent the base / parent folder where you chose to install the workshop assets.
82+
7983
Make sure that the build is successful and that there are no build errors. Usually you should see a "Build succeeded" message in the terminal upon a successful build.
8084
8185
### 2. Deploy Web API Backend Project to ACA

0 commit comments

Comments
 (0)