GA: V2 Programming Model for Azure Functions using Python #1244
shreyabatra4
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The v2 programming model for Azure Functions using Python is now generally available!
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, a simplified folder structure, 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
Get started with VS Code
Get started with command prompt
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.
We'd love to know your thoughts and any feedback, please let us know if you tried out the V2 model below!
Beta Was this translation helpful? Give feedback.
All reactions