We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e023498 + 47dc519 commit aae6fc2Copy full SHA for aae6fc2
1 file changed
docs/aca/01-deploy-api-to-aca/index.md
@@ -10,8 +10,8 @@ In this module, we will start by creating the first microservice named `ACA Web
10
### 1. Create the backend API project (Web API)
11
- 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:
12
```shell
13
- mkdir ~/TasksTracker.ContainerApps
14
- cd TasksTracker.ContainerApps
+ mkdir ~\TasksTracker.ContainerApps
+ cd ~\TasksTracker.ContainerApps
15
code .
16
```
17
0 commit comments