0
votes

im trying to create a demo python flask website and publish it to microsoft azure. i take the python flask template from visual studio and publish it directly to azure from there with any changes.

files on azure created by visual studio template

when i call the project i get the following error: You do not have permission to view this directory or page.

error: you do not have permission...

i am able to call the html files directly from the directory (display in html instead of python).

i dont know how to make the website run properly. I created the flask template in visual studio 2017 and published also from there without any code changes. what do i have to do to make it run? help is very appreciated :-)

Regards Christian

1
solved the problem. i had to change the pricing plan and now it works fine.chrigi

1 Answers

0
votes

Just for summary:

Free Tier

As with anything free, there is a trade-off – with this tier you get a maximum of 60 minutes CPU daily, with 1 GB RAM, 1 GB disk space and no SLA. You also can’t use a custom domain or SSL.

You can check the limits about the azure app service pricing plans via this article.