Closed
Description
This work was unblocked in the host by Azure/azure-functions-host#7606. For now, it requires users to include EnableWorkerIndexing
in the AzureWebJobsFeatureFlags
app setting.
This specific issue is to track basic support in the core worker api for defining functions in code. I imagine this essentially just means users can copy/paste their current "function.json" content into a js/ts file. It should be a simple change to their codebase that will let them completely redefine their file structure. Anything fancier will be tracked by the new programming model package in #480
Prereqs:
- Provide api for the worker: Publish types package for core api #567
- Add entrypoint for app-level code: Add entrypoint for app-level code #537