Skip to content

Commit

Permalink
Merge pull request #3754 from hhunter-ms/issue_3749
Browse files Browse the repository at this point in the history
[Multi-App Run] Update quickstarts to include multi-app run instructions
  • Loading branch information
hhunter-ms authored Oct 3, 2023
2 parents 116e50b + 7b0d6ba commit da0ffcf
Show file tree
Hide file tree
Showing 4 changed files with 2,074 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Let's take a look at Dapr's [Bindings building block]({{< ref bindings >}}). Usi
- Trigger your app with events coming in from external systems.
- Interface with external systems.

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.
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.

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

Expand Down
Loading

0 comments on commit da0ffcf

Please sign in to comment.