Trying to convert my Azure Function project to use Durable Azure Functions. I added the E1_HelloSequence sample class to my project, but the durable function never shows up as one of the Http functions listed when the Azure function runtime starts locally. Any one able to provide some guidance ?
The DurableTaskExtension is initiated ... and the DurableFunction (HelloSequence) is listed ... but not listed as an Http Function:
