How to change Azure App Service Python version from 3.9.7 to 3.9.12?
I am trying to deploy an application on Azure App Service. I have created a deployment with Python 3.9.7, but my app needs Python 3.9.12. How do I upgrade python's version? In Azure App Service > Configuration > General Settings…