Azure should use the latest Python version available

Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

Description

Newer versions of Python software are periodically released to address security flaws and provide additional functionality. It is recommended to use the latest version for web apps to maximize security and leverage new features. Organizations should evaluate each update for compatibility and support with other software components.

Remediation

To update your Azure Web App to use the latest version of Python:

  1. Access the Azure portal and navigate to your web app.
  2. In the left-hand menu, go to the Configuration section.
  3. Under the General Settings tab, locate the Python version setting.
  4. Click on the dropdown and select the latest version of Python available.
  5. Save the changes and wait for the web app to restart with the updated Python version.
  6. Once the restart is complete, validate and test your web app to ensure it is running successfully with the latest Python version.