azure-functions-templates
azure-functions-templates copied to clipboard
Durable Functions Python - duplicated orchestration templates, missing entity HTTP

"extensionBundle": {
"id": "Microsoft.Azure.Functions.ExtensionBundle",
"version": "[2.*, 3.0.0)"
}
Also, DurableFunctionsEntityHttpStart-Python is missing.
/cc @davidmrdavid
I think this has been fixed? @davidmrdavid
The duplicated orchestration templates has indeed been fixed. But it seems we still haven't created the EntityHttpStart template. Let me prioritize that.