The functions in fxdev_python are now returning 500 Internal Server Error after upgrade to python 3.11
BFM
0
Reputation points
I upgraded my python from 3.9 to 3.11 in my azure function app after seeing this error.
Upgrade your app to newer version as Python 3.9 will reach EOL on 10/31/2025 and will no longer be supported
I followed the below steps from the documentation
- Update Python Version in Azure Portal
If your Function App runs on Linux (recommended):
- Go to your Function App in the Azure Portal
- Under Settings, click Configuration
- In General Settings, find:
- Stack → Select Python
- Version → Select the desired version (e.g., 3.11)
- Click Save, then restart the app
when i test my functions none seem not to be working. Please help
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Sign in to answer