The functions in fxdev_python are now returning 500 Internal Server Error after upgrade to python 3.11

BFM 0 Reputation points
2025-08-07T21:57:19.1933333+00:00

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

  1. Update Python Version in Azure Portal

If your Function App runs on Linux (recommended):

  1. Go to your Function App in the Azure Portal
  2. Under Settings, click Configuration
  3. In General Settings, find:
    • Stack → Select Python
    • Version → Select the desired version (e.g., 3.11)
  4. 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.
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.