Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 2.07 KB

File metadata and controls

26 lines (22 loc) · 2.07 KB

CloudSploit

AZURE / App Service / Python Version

Quick Info

Plugin Title Python Version
Cloud AZURE
Category App Service
Description Ensures the latest version of Python is installed for all App Services
More Info Installing the latest version of Python will reduce the security risk of missing security patches.
AZURE Link https://docs.microsoft.com/en-us/azure/app-service/containers/how-to-configure-python
Recommended Action Select the latest version of Python for all Python-based App Services.

Detailed Remediation Steps

  1. Log in to the Microsoft Azure Management Console.
  2. Find the search bar at the top and search for App Services.
  3. Select the "App Service" by clicking on "Name" to go to its configuration.
  4. Scroll down the selected "App Services" left navigation panel and under "Settings" click on the "Configuration" option.
  5. On the "Configuration" page select the General settings tab, scroll down and on the "Stack settings" check the "Minor Version" of Python. It’s recommended to use only latest version of the environment stack.
  6. If the "App Service" is not using the latest version of Python then select the latest version from the "Minor version" dropdown.
  7. Click on the "Save" button at the top to make the changes.
  8. Click "Continue" in the confirmation pop up to save the changes.
  9. Repeat steps number 3 - 8 to verify all other "Apps" are using latest Stack version in the account.