Skip to content

Commit da0ffcf

Browse files
authored
Merge pull request #3754 from hhunter-ms/issue_3749
[Multi-App Run] Update quickstarts to include multi-app run instructions
2 parents 116e50b + 7b0d6ba commit da0ffcf

File tree

4 files changed

+2074
-13
lines changed

4 files changed

+2074
-13
lines changed

daprdocs/content/en/getting-started/quickstarts/bindings-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Let's take a look at Dapr's [Bindings building block]({{< ref bindings >}}). Usi
1111
- Trigger your app with events coming in from external systems.
1212
- Interface with external systems.
1313

14-
In this Quickstart, you will schedule a batch script to run every 10 seconds using an input [Cron]({{< ref cron.md >}}) binding. The script processes a JSON file and outputs data to a SQL database using the [PostgreSQL]({{< ref postgresql.md >}}) Dapr binding.
14+
In this Quickstart, you schedule a batch script to run every 10 seconds using an input [Cron]({{< ref cron.md >}}) binding. The script processes a JSON file and outputs data to a SQL database using the [PostgreSQL]({{< ref postgresql.md >}}) Dapr binding.
1515

1616
<img src="/images/bindings-quickstart/bindings-quickstart.png" width=800 style="padding-bottom:15px;">
1717

0 commit comments

Comments
 (0)