Description
Feature Idea - Looking for votes and/or user input to gauge traction.
High level idea is to enable users to bring their Flask app and run each of the individual routes as HTTP triggered functions.
Can be implemented in either of two ways -
-
Add support for routes in the programming model, so user can maintain portability b/w Flask framework and Azure Functions.
-
Enable tooling support to convert routes to the traditional Functions programming model (HTTP accessible via method attributes).