Sunday, 26 February 2023

How does python version affect Azure Functions?

I'm developing Azure Functions using Python 3.10.10 on my machine, deploying the Function through Azure DevOps which is building the artifact using Python 3.6.8, and the Python Version shown for the Function App host is 3.8.

There was a recent update of Azure Functions Runtime which deprecated Python 3.6. (see breaking changes here).

How does python version affect Azure Functions? How do we keep the versions aligned?



from How does python version affect Azure Functions?

No comments:

Post a Comment