-
Notifications
You must be signed in to change notification settings - Fork 107
V2 Programming Model for Azure Functions using Python
Shreya Batra edited this page Oct 31, 2022
·
8 revisions
The v2 programming model is designed to provide a development experience that is more familiar to Python developers. Key features include triggers and bindings declared as decorators, importing through blueprints, and support through easy to reference documentation. Note that leveraging the v2 programming model will provide an improved and seamless way to create functions, with the underlying deployment, debugging, and monitoring experience remaining the same.
To get started and create your first function, see the following articles
To learn more about the model, see the developer reference guide. Known limitations of the v2 model and recommended workarounds can be found in the troubleshooting guide.