Skip to content

Commit

Permalink
Clarify dapr vs app ports
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkurtz-MSFT committed Nov 11, 2024
1 parent c32ed3f commit 9d567c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/aca/03-aca-dapr-integration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ We are ready now to verify the changes on the Frontend Web App and test locally.
#### 2.5 Test `{{ apps.frontend }}` and `{{ apps.backend }}` Locally Using Dapr

!!! success
Now both Applications are running using Dapr sidecar. Open the local frontend UI URL, ignore the certificate warning locally, then provide an email to load the tasks for the user (e.g. `tjoudeh@bitoftech.net`). If the application is working as expected you should see tasks list associated with the email you provided.
Now both Applications are running using Dapr sidecar. Note how ports 3500 and 3501 are used when starting the container apps. These ports instruct the container runtime to communicate with the Dapr sidecar, whereas the https ports from the appsettings files are the ports you use to launch the application locally. Open the local frontend UI URL (use `$FRONTEND_UI_BASE_URL_LOCAL` from step 2.4), ignore the certificate warning locally, then provide an email to load the tasks for the user (e.g. `tjoudeh@bitoftech.net`). If the application is working as expected you should see tasks list associated with the email you provided.

- Close the sessions and navigate to the root.

Expand Down

0 comments on commit 9d567c9

Please sign in to comment.