Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
Hannah Hunter 2024-07-24 16:30:04 -04:00
parent c8eef0fde0
commit 223f56e9a1
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ dapr stop -f .
When you ran `dapr init` during Dapr install:
- The `dapr_scheduler` control plane was started alongside other Dapr services.
- [The `dapr.yaml` Multi-App Run template file]({{< ref #dapryaml-multi-app-run-template-filer >}}) was generated in the `.dapr/components` directory.
- [The `dapr.yaml` Multi-App Run template file]({{< ref "#dapryaml-multi-app-run-template-file" >}}) was generated in the `.dapr/components` directory.
Running `dapr run -f .` in this Quickstart started both the `job-scheduler` and the `job-service`.