https://github.com/Apress/monetizing-machine-learning/tree/master/chapter1/serverless-hosting-on-microsoft-azure
Following chapter 1 of this book and can see "This web site is running python 3.6.6" at the placeholder website. After running git push azure master on my local terminal, the deployment is successful but I still see "This web site is running python 3.6.6" instead of 'hello world'.
Running python main.py locally does show 'hello world'.
The book's instructions for this scenario is to access the tail of the log in Cloud Shell which I was able to do. What are the next steps?
https://github.com/Apress/monetizing-machine-learning/tree/master/chapter1/serverless-hosting-on-microsoft-azure
Following chapter 1 of this book and can see "This web site is running python 3.6.6" at the placeholder website. After running
git push azure masteron my local terminal, the deployment is successful but I still see "This web site is running python 3.6.6" instead of 'hello world'.Running
python main.pylocally does show 'hello world'.The book's instructions for this scenario is to access the tail of the log in Cloud Shell which I was able to do. What are the next steps?