Azure / azure-functions-dapr-extension

Extension for interacting with Dapr APIs from an Azure Function
MIT License
100 stars 34 forks source link

Adding improvements to multi-run dotnet-isolated function and test #177

Closed paulyuk closed 11 months ago

paulyuk commented 11 months ago

test.http makes it easier to call the function in a standard way, but also use dapr.
sample.http globally adds this too dapr.yaml enables multi-app-run using dapr run -f .

Updated readme to reflect simplifications..

codecov[bot] commented 11 months ago

Codecov Report

Merging #177 (9d27130) into master (109f687) will not change coverage. Report is 3 commits behind head on master. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #177   +/-   ##
=======================================
  Coverage   72.71%   72.71%           
=======================================
  Files          53       53           
  Lines        1052     1052           
=======================================
  Hits          765      765           
  Misses        287      287