MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.28k stars 21.46k forks source link

Creating durable functions in Azure in Javascript V4 - Cannot read properties of undefined (reading 'orchestration') #117066

Open Chatpard opened 11 months ago

Chatpard commented 11 months ago

Hi,

Great tutorial with an clear explanation for creating durable functions in Azure in JavaScript. While testing the sample in V4, the code generated the following error message: TypeError: Worker was unable to load entry point "src/functions/hello.js": Cannot read properties of undefined (reading 'orchestration') at Object. (C:\Users\source\repos\AzureDurableFunctionApp\src\functions\hello.js:6:8).

Thanks for looking into this issue. Kind regards, Christian


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

ManoharLakkoju-MSFT commented 11 months ago

@Chatpard Thanks for your feedback! We will investigate and update as appropriate.