Intro-To-Serverless
Intro-To-Serverless copied to clipboard
[Content Bug] Remove context.done() from code snippets
All Markdown files
Describe the Issue
Some code snippets in markdown files contain a call of context.done(). This is an outdated call that is not needed in asynchronous functions and Azure Funtions Runtime v2 or higher.
This call should be removed
Proposed Fix
Remove context.done() calls in code snippets
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@emsesc @ganning127 : Can we add the pinned label to the issues that should be done after the summer session so that they are ignored by the stale bot?