Azure should use the latest Python version available

このページは日本語には対応しておりません。随時翻訳に取り組んでいます。翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください。

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.