Skip to content

Support defining functions in code instead of function.json #569

Closed
@ejizba

Description

@ejizba

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:

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions