DEV Community

Cover image for Create your first Serverless workflow with Durable functions

Create your first Serverless workflow with Durable functions

Chris Noring on June 03, 2019

Follow me on Twitter, happy to take your suggestions on topics or improvements /Chris Durable Functions are an extension of Azure Functions that ...
Collapse
 
e14mattc profile image
MattC

Hi Chris.. just following your guide but foiled at the get-go.. I selected 'Create New Project > JavaScript, but then the list doesn't include the 3x Durable Function templates shown in your screenshot :(

Collapse
 
softchris profile image
Chris Noring Microsoft Azure

Hi Matt. Did you install e Azure Functions VS Code extension? if you did, what version is your install on?

Collapse
 
e14mattc profile image
MattC

Yes.. it's on version 0.19.1. I'm wondering if it might be because I'm on a corporate proxy & maybe the newer templates haven't synchronised into Visual Code?

Thread Thread
 
softchris profile image
Chris Noring Microsoft Azure

checking with my colleagues, thanks for raising Matt

Thread Thread
 
e14mattc profile image
MattC

Hey Chris, I've gigured it out.. Visual Code was set to use the v1 runtime for Function Apps.. once I'd flipped it to v2 in the settings it's showing the Durable Function templates :)

Thread Thread
 
softchris profile image
Chris Noring Microsoft Azure

Thanks for letting me know, glad it works now :)