microsoft / vscode-azurefunctions

Azure Functions extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions
MIT License
291 stars 132 forks source link

Missing durable function template for Python V2 in VS code #3458

Open eli-1716 opened 1 year ago

eli-1716 commented 1 year ago

@olehb007 opened this in https://github.com/Azure/azure-functions-durable-python/issues/408

Opening here per @davidmrdavid , as am having same issue.

Not able to find durable function orchestration template when creating new function app with Python V2 despite installing the extension as instructed. In case using V1 they are shown as expected.

App Details

Programming language used: Python 3.8 Azure Functions v1.9.0 Core Tools Version: 4.0.4865

davidmrdavid commented 1 year ago

@nturinski : could you please take a look? The templates do show up for me, and I'm unsure how to debug this component for external users. Thanks!

nturinski commented 1 year ago

Hi @eli-1716

I was looking at our templates for Python programming model 2 and I believe that durable functions aren't supported in the new model yet. Sorry about that-- we'll keep this issue opened to track when the durable functions are released for the new v2 model.

eli-1716 commented 1 year ago

Hi @nturinski - Perfect - thank you so much for following up to confirm

luuk-at-NS commented 1 year ago

Hi, durable functions are now supported with the Python programming model 2, any updates on the extension support? thank you

davidmrdavid commented 1 year ago

@luuk-as-NS: The support for the Python programming model V2 is still in preview, which is part of why we don't have templates or bundles support yet. Those are currently in the works and will be completed as part of our GA release.

saFPS commented 5 months ago

Is this still in preview?