A repo housing multiple Python quickstart/"hello world" framework & libraries examples that are deployed on Azure in a Windows environment using IIS and HttpPlatformHandler along with Waitress being used as a production grade WSGI server.
Important:
App Service creation for creation for Windows Python App Services can no longer be done in the portal. Creation can be done via the Azure CLI with the following command: az webapp create -g "rgname" -p "appserviceplan" -n "appservicename" --runtime "PYTHON|3.6"