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/04-aca-dapr-stateapi/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -257,7 +257,7 @@ To add the component file state store, add a new folder named **components** und
257
257
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.
258
258
259
259
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.
0 commit comments