CompositionalIT / farmer

Repeatable Azure deployments with ARM templates - made easy!
https://compositionalit.github.io/farmer
MIT License
514 stars 156 forks source link

Add option to set DAPR protocol for Container Apps #1083

Open MKMZ opened 7 months ago

MKMZ commented 7 months ago

Currently, the ARM Template has the option to change the protocol used to communicate with the DAPR sidecar. Possible values are: 'http', 'grpc'. The default value is: 'http'. I want to ask to add an option to change the DAPR protocol to 'grpc'.

isaacabraham commented 6 months ago

This sounds like a good feature to add - I'm happy to support anyone who wishes to raise a PR for this.