Skip to content

A repo housing multiple Python quickstart/"hello world" framework & libraries examples that are deployed on Azure in a Windows environment using IIS and HttpPlatformHandler.

Notifications You must be signed in to change notification settings

Ajsalemo/AzurePythonFrameworkWindowsOSExamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AzurePythonFrameworkWindowsOSExamples

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"


About

A repo housing multiple Python quickstart/"hello world" framework & libraries examples that are deployed on Azure in a Windows environment using IIS and HttpPlatformHandler.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published