File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 77 }
88 ],
99 "disabled" : false
10- }
10+ }
Original file line number Diff line number Diff line change 77 }
88 ],
99 "disabled" : false
10- }
10+ }
Original file line number Diff line number Diff line change 331 . Install Durable Functions
44 Run this command from the root folder of your function app:
55
6- ``` none
7- func extensions install -p Microsoft.Azure.WebJobs.Extensions.DurableTask -v 1.6.2
8- ```
6+ ``` none
7+ func extensions install -p Microsoft.Azure.WebJobs.Extensions.DurableTask -v 1.6.2
8+ ```
99
10101 . Deploy the private build
1111 Build the project, and deploy the publish folder to the ` workers ` folder of your ` func ` CLI.
1212
13131 . Start the host and send HTTP request to trigger the durable function
14- Run ` func start ` , then send HTTP request to the URL to trigger durable function.
14+ Run ` func start ` , then send HTTP request to the URL to trigger durable function.
You can’t perform that action at this time.
0 commit comments