Deploying Durable Functions to Azure Container Apps #2159
shibayan
started this conversation in
Show and tell
Replies: 1 comment
-
Oh very cool, thank you for sharing :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have created a Bicep template to deploy Durable Functions on Azure Container Apps and share it with you.
This example uses Azure Storage Provider as the backend, and scaling is generally working as expected.
Bicep template
https://gist.github.com/shibayan/21290078e52d3de187fd820491a24f03
Created resources
Appendix : MSSQL Provider (for scale to zero)
Durable Functions developer @cgillum says that for scaling to zero, it is better to use MSSQL Provider.
https://twitter.com/cgillum/status/1521184880704466944
Beta Was this translation helpful? Give feedback.
All reactions