Azure / azure-functions-dapr-extension

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

Adding bicep template for dotnet isolated quickstart deployment in ACA #175

Closed ASHIQUEMD closed 11 months ago

ASHIQUEMD commented 12 months ago

This PR contains below changes:

  1. Created deploy-quickstart.bicep inside quickstarts/dotnet-isoloated/deploy/aca folder.
  2. Moved deploy/aca to contents to quickstarts/azure-resources - This is common bicep template which will be used by all the languages, so it is kept in root folder.
  3. Modified readme file to incorporate the path changes
  4. Older deploy/aca is moved to /samples, old aca deployment bicep templates had all supported bindings and triggers. So, if someone wants to deploy everything and validate them, they can use /samples/deploy/aca bicep templates.
codecov[bot] commented 12 months ago

Codecov Report

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

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