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.