Azure-Samples / app-service-web-python-get-started

This Python (Django) sample app is used by the getting started content to demonstrate how easy it is to develop a web app and deploy it to Azure App Service.
MIT License
34 stars 210 forks source link

Please update the tutorial #6

Open MikeTam1021 opened 7 years ago

MikeTam1021 commented 7 years ago

This tutorial:

https://docs.microsoft.com/en-us/azure/app-service-web/app-service-web-get-started-python

points to the wrong github repository and contains many errors. Please update to be consistent with your github account and to successfully execute all commands. Thank you.

cephalin commented 7 years ago

@SyntaxC4 Looks like this is another case of pivate repo. Can you make it public? I would but I'm having trouble relogging in when it prompts me for security.

MikeTam1021 commented 7 years ago

I think it would also be a good idea to have someone try to run through the tutorial.

I found many instances where python was capitalized as Python. These simply were never actually run... just written.

akshaybabloo commented 6 years ago

Could someone please update this repository!! @cephalin

andrewpolemeni commented 5 years ago

When is this thing going to be updated? There are so many issues; maybe I can make a pull request from Microsoft and fix it myself.

cephalin commented 5 years ago

@andrewpolemeni This repo is actually no longer used by our docs and should just be removed. Please follow our updated documentation and use the repo that the doc uses.

letanloc1998 commented 5 years ago

I can't deploy Django with Python 3.x

andrewpolemeni commented 5 years ago

@letanloc1998 don't use these samples you will have to create your own and then deploy. This might help as well. https://stories.mlh.io/deploying-a-basic-django-app-using-azure-app-services-71ec3b21db08

letanloc1998 commented 5 years ago

@letanloc1998 don't use these samples you will have to create your own and then deploy. This might help as well. https://stories.mlh.io/deploying-a-basic-django-app-using-azure-app-services-71ec3b21db08

I read this page about 10 times. It deploy on Linux. But Linux has no MySQL in app. I overnight more 1 week to deploy on Windows. No document exact to deploy on Windows ~~

andrewpolemeni commented 5 years ago

https://www.codementor.io/aswinmurugesh/deploying-a-django-application-in-windows-with-apache-and-mod_wsgi-uhl2xq09e Here's how to deploy on a windows server. @letanloc1998

letanloc1998 commented 5 years ago

https://www.codementor.io/aswinmurugesh/deploying-a-django-application-in-windows-with-apache-and-mod_wsgi-uhl2xq09e Here's how to deploy on a windows server. @letanloc1998

I deploy web app azure. Not windows server