azure-functions-templates icon indicating copy to clipboard operation
azure-functions-templates copied to clipboard

Durable Functions Python - duplicated orchestration templates, missing entity HTTP

Open anthonychu opened this issue 3 years ago • 2 comments

image

  "extensionBundle": {
    "id": "Microsoft.Azure.Functions.ExtensionBundle",
    "version": "[2.*, 3.0.0)"
  }

Also, DurableFunctionsEntityHttpStart-Python is missing.

/cc @davidmrdavid

anthonychu avatar Dec 08 '21 22:12 anthonychu

I think this has been fixed? @davidmrdavid

lilyjma avatar Jul 06 '22 20:07 lilyjma

The duplicated orchestration templates has indeed been fixed. But it seems we still haven't created the EntityHttpStart template. Let me prioritize that.

davidmrdavid avatar Jul 11 '22 20:07 davidmrdavid