azure-functions-templates
azure-functions-templates copied to clipboard
dotnet-isolated template doesn't include several extensions
According to the test of latest func command, https://github.com/Azure/azure-functions-core-tools/releases/tag/3.0.3442 That doesn't include the following extensions.

- Durable Functions
- Kafka Extensions
- RabbitMQ Extensions
We need to contribute the following repo and update the version/publish it.
https://github.com/Azure/azure-functions-templates/tree/v3.x
CC @pragnagopa
I talk with @ankitkumarr and it is expected behavior. If we want to add a template, we need to upgrade the isolated template.
@TsuyoshiUshio are you planning to submit the PR with the templates?
Hi @apawast Not yet. We are focusing on build work. After that Let's plan it!