Skip to content

Commit 9857ecc

Browse files
committed
update terminology around batch script
Signed-off-by: Hannah Hunter <[email protected]>
1 parent fa3b7e6 commit 9857ecc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/container-apps/microservices-dapr-bindings.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Before deploying the application to Azure Container Apps, start by running the P
8686

8787
#### Expected output
8888

89-
A batch script runs every 10 seconds using an input CRON binding. The batch application processes a JSON file and outputs data to an SQL database using the PostgreSQL Dapr binding.
89+
The batch service listens to input binding events from a system CRON and then outputs the contents of local data to a PostgreSQL output binding.
9090

9191
```
9292
== APP == {"sql": "insert into orders (orderid, customer, price) values (1, 'John Smith', 100.32);"}
@@ -265,7 +265,7 @@ Before deploying the application to Azure Container Apps, start by running the P
265265

266266
#### Expected output
267267

268-
A batch script runs every 10 seconds using an input CRON binding. The batch application processes a JSON file and outputs data to an SQL database using the PostgreSQL Dapr binding.
268+
The batch service listens to input binding events from a system CRON and then outputs the contents of local data to a PostgreSQL output binding.
269269

270270
```
271271
== APP == {"sql": "insert into orders (orderid, customer, price) values (1, 'John Smith', 100.32);"}
@@ -442,7 +442,7 @@ Before deploying the application to Azure Container Apps, start by running the P
442442

443443
#### Expected output
444444

445-
A batch script runs every 10 seconds using an input CRON binding. The batch application processes a JSON file and outputs data to an SQL database using the PostgreSQL Dapr binding.
445+
The batch service listens to input binding events from a system CRON and then outputs the contents of local data to a PostgreSQL output binding.
446446

447447
```
448448
== APP == {"sql": "insert into orders (orderid, customer, price) values (1, 'John Smith', 100.32);"}

0 commit comments

Comments
 (0)