Skip to content

Commit fa3b7e6

Browse files
committed
update to resources path
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 9003d6e commit fa3b7e6

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
@@ -79,7 +79,7 @@ Before deploying the application to Azure Container Apps, start by running the P
7979
1. Run the JavaScript service application with Dapr.
8080

8181
```bash
82-
dapr run --app-id batch-sdk --app-port 5002 --dapr-http-port 3500 --components-path ../components -- node index.js
82+
dapr run --app-id batch-sdk --app-port 5002 --dapr-http-port 3500 --resources-path ../components -- node index.js
8383
```
8484

8585
The `dapr run` command runs the Dapr binding application locally. Once the application is running successfully, the terminal window shows the output binding data.
@@ -258,7 +258,7 @@ Before deploying the application to Azure Container Apps, start by running the P
258258
1. Run the Python service application with Dapr.
259259

260260
```bash
261-
dapr run --app-id batch-sdk --app-port 5001 --dapr-http-port 3500 --components-path ../components -- python3 app.py
261+
dapr run --app-id batch-sdk --app-port 5001 --dapr-http-port 3500 --resources-path ../components -- python3 app.py
262262
```
263263

264264
The `dapr run` command runs the Dapr binding application locally. Once the application is running successfully, the terminal window shows the output binding data.
@@ -435,7 +435,7 @@ Before deploying the application to Azure Container Apps, start by running the P
435435
1. Run the .NET service application with Dapr.
436436

437437
```bash
438-
dapr run --app-id batch-sdk --app-port 7002 --components-path ../components -- dotnet run
438+
dapr run --app-id batch-sdk --app-port 7002 --resources-path ../components -- dotnet run
439439
```
440440

441441
The `dapr run` command runs the Dapr binding application locally. Once the application is running successfully, the terminal window shows the output binding data.

0 commit comments

Comments
 (0)