Showing results for August 2016 - Python

Aug 4, 2016
0
0

Upgrading Python on Azure App Service

Steve Dower
Steve Dower

App Service is Microsoft Azure's platform-as-a-service offering for web apps, whether they are sites accessed through a browser, REST APIs used by your own clients, or event-triggered processing. Many of you are already using Python to implement your apps on App Service (and rightly so!). When we first enabled Python on App Service we wanted to ...

Feedback