Skip to content

Commit 7baa08d

Browse files
authored
Merge pull request Azure#75 from Azure/local-run-warning-73
fix: local run missing link waring Azure#73
2 parents 3e60f04 + 9e2f3a0 commit 7baa08d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/aca/04-aca-dapr-stateapi/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ To add the component file state store, add a new folder named **components** und
257257
Now you should be ready to launch both applications and start doing CRUD operations from the Frontend Web App including querying the store. All your data will be stored in Cosmos DB Database you just provisioned.
258258

259259
If you have been running the different microservices using the [debug and launch Dapr applications in VSCode](../../aca/13-appendix/01-run-debug-dapr-app-vscode.md) then remember to uncomment the following line inside tasks.json file.
260-
This will instruct dapr to load the local projects components [./components](.) instead of the global components' folder.
260+
This will instruct dapr to load the local projects components located at **./components** instead of the global components' folder.
261261

262262
```json hl_lines="2"
263263
{

0 commit comments

Comments
 (0)