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: docs/aca/03-aca-dapr-integration/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,14 +38,14 @@ You are now ready to run the applications locally using Dapr sidecar in a self-h
38
38
=== ".NET 6 or below"
39
39
40
40
```powershell
41
-
cd TasksTracker.TasksManager.Backend.Api
41
+
cd ~\TasksTracker.ContainerApps\TasksTracker.TasksManager.Backend.Api
42
42
dapr run --app-id tasksmanager-backend-api --app-port <web api application https port number found under properties->launchSettings.json. e.g. 7112> --dapr-http-port 3500 --app-ssl -- dotnet run
43
43
```
44
44
45
45
=== ".NET 7 or above"
46
46
47
47
```powershell
48
-
cd TasksTracker.TasksManager.Backend.Api
48
+
cd ~\TasksTracker.ContainerApps\TasksTracker.TasksManager.Backend.Api
49
49
dapr run --app-id tasksmanager-backend-api --app-port <web api application https port number found under properties->launchSettings.json. e.g. 7112> --dapr-http-port 3500 --app-ssl -- dotnet run --launch-profile https
0 commit comments