We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edcaa23 commit 0601defCopy full SHA for 0601def
docs/aca/04-aca-dapr-stateapi/index.md
@@ -420,7 +420,7 @@ az containerapp dapr enable --name $BACKEND_API_NAME `
420
az containerapp dapr enable --name $FRONTEND_WEBAPP_NAME `
421
--resource-group $RESOURCE_GROUP `
422
--dapr-app-id $FRONTEND_WEBAPP_NAME `
423
- --dapr-app-port <web api application port number found under Dockerfile for the web api project. e.g. 5071>
+ --dapr-app-port <front end web application port number found under Dockerfile for the web api project. e.g. 5071>
424
```
425
426
??? tip "Curious to learn more about the command above?"
0 commit comments