I am deploying a very basic azure functions app to demonstrate a few key features Using m1 chip via macbook air, so i have to use docker to avoid compatibility issues Both run perfectly on local instance.
2025 is looking bright. | Tilds Search 🇦🇺 (@tildssearchhhhh)
It looks like you've opted for v2 programming model which relies on python decorators being present to describe metadata about your functions to the host runtime.
I have deployed an azure function for python (v2) using github ci/cd
Here's how my function_app.py file looked like and my project structure My github workflow deployment yml file name I understand that you are trying to deploy an azure functions python programming v2 using a docker image so that you can install ffpmeg and ffprobe and leverage that in your application. Learn how azure functions supports multiple versions of the runtime, and understand the differences between them and how to choose the one that's right for you.
I am failing to get a minimal working example running with the following setup Azure function in docker container python as language, specifically the "new python programming model v2" Hello, i’m using the python v2 programming model in azure functions along with fastapi I’ve been successfully deploying my project until recently, when i began.