Skip to content

Commit ad4a9bb

Browse files
authored
Merge pull request Azure#64 from ch-rob/crv-module1
Add tilde note and mkdir ~/TasksTracker.ContainerApps
2 parents 592b4f0 + 79cf2bd commit ad4a9bb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In this module, we will start by creating the first microservice named `ACA Web
1010
### 1. Create the backend API project (Web API)
1111
- Open a command-line terminal and create a folder for your project. Use the `code` command to launch Visual Studio Code from that directory as shown:
1212
```shell
13-
mkdir TasksTracker.ContainerApps
13+
mkdir ~/TasksTracker.ContainerApps
1414
cd TasksTracker.ContainerApps
1515
code .
1616
```
@@ -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)