Azure_AppService_8
Periodically, newer versions are released for Python software either due to security flaws or to include additional functionality. Using the latest Python version for web apps is recommended in order to take advantage of security fixes, if any, and/or additional functionalities of the newer version.
Perform the following in the Azure Console:
Perform the following in Azure Command Line Interface 2.0:
To see the list of supported runtimes.
az webapp list-runtimes | grep python
To set latest Python version for an existing app, run the following command.
az webapp config set –resource-group <RESOURCE_GROUP_NAME> –name <APP_NAME> –python-version <VERSION>
References:
Want to Know More?
Learn how our partners are managing their cloud security and compliance with Cloudlytics.
I hereby accept the GDPR and Privacy Policy, by subscribing to the newsletters.