diff --git a/en/azure/appservice/python-version.md b/en/azure/appservice/python-version.md
index 5229f6e3a..17992d3d6 100644
--- a/en/azure/appservice/python-version.md
+++ b/en/azure/appservice/python-version.md
@@ -12,16 +12,15 @@
| **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 |
+| **Recommended Action** | Select the latest version of Python for all Python-based App Services. |
## Detailed Remediation Steps
-
-1. Log into the Microsoft Azure Management Console.
-2. Select the "Search resources, services, and docs" option at the top and search for App Services.
-3. Select the "App Services" by clicking on the "Name" link to access the configuration changes.
-4. Scroll down the selected "App Services" navigation panel and in "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 "Python Version". It's recommended to use only latest version of the environment stack.
-6. Repeat steps number 2 - 5 to verify other "Apps" using latest Stack version in the account.
-7. Navigate to the "App Services", select the "App Service" and click on the "Name" as a link to access the configuration, select the "Configuration" under "Settings."
-8. On the "General Settings" page scroll down and on the "Stack settings" choose the latest version of the Python from the dropdown menu and click on the "Save" button to make the changes.
-9. Repeat above steps to ensure the latest version of Python is installed on all App Services.
+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.
diff --git a/resources/azure/appservice/python-version/step2.png b/resources/azure/appservice/python-version/step2.png
index 5add97bac..67c42c979 100644
Binary files a/resources/azure/appservice/python-version/step2.png and b/resources/azure/appservice/python-version/step2.png differ
diff --git a/resources/azure/appservice/python-version/step3.png b/resources/azure/appservice/python-version/step3.png
index 367880a1a..41b532e86 100644
Binary files a/resources/azure/appservice/python-version/step3.png and b/resources/azure/appservice/python-version/step3.png differ
diff --git a/resources/azure/appservice/python-version/step4.png b/resources/azure/appservice/python-version/step4.png
index f7af205a4..46b34f3f8 100644
Binary files a/resources/azure/appservice/python-version/step4.png and b/resources/azure/appservice/python-version/step4.png differ
diff --git a/resources/azure/appservice/python-version/step5.png b/resources/azure/appservice/python-version/step5.png
index 7ee10da71..cea6acba2 100644
Binary files a/resources/azure/appservice/python-version/step5.png and b/resources/azure/appservice/python-version/step5.png differ
diff --git a/resources/azure/appservice/python-version/step6.png b/resources/azure/appservice/python-version/step6.png
new file mode 100644
index 000000000..8e8c63779
Binary files /dev/null and b/resources/azure/appservice/python-version/step6.png differ
diff --git a/resources/azure/appservice/python-version/step7.png b/resources/azure/appservice/python-version/step7.png
index f96c834cc..1c02b0a2f 100644
Binary files a/resources/azure/appservice/python-version/step7.png and b/resources/azure/appservice/python-version/step7.png differ
diff --git a/resources/azure/appservice/python-version/step8.png b/resources/azure/appservice/python-version/step8.png
index 321534817..7e5e5d43a 100644
Binary files a/resources/azure/appservice/python-version/step8.png and b/resources/azure/appservice/python-version/step8.png differ