Hi all,
just want to share web2py setup Azure Web Apps.
1. Create web app on Azure Portal
2. Fork a repo web2py (github)
3. Add 4 files to own github repository (web2py/)
look Deploy files from a repository site like BitBucket, CodePlex, Dropbox, GitHub, or Mercurial.
Azure creates an association with the selected repository, and pulls in the files from the specified branch. After this process completes, the Deployment section of your web app's blade will show an Active Deployment message that indicates deployment has succeeded.
5. Run web app on on Azure Portal
Admin password:
1.on local copy web2py - save the password in the parameters_8000.py file
2.rename parameters_8000.py parameters_443.py
3.copy parameters_443.py via FTP (link in Azure Portal) in site/wwwroot
Example: