I published an Azure app service, using the default Flask template and then started making minor additions. The site ran well and all, but then all of a sudden, after one commit, all that's getting displayed is The page cannot be displayed because an internal server error has occurred.
- how am I supposed to work with that? Where can I see an actual error log?
FYI I have reverted back to the previous, last known working version of the site (the web.config was being edited in later commits and publishes), but it doesn't work now.
How do I make Azure tell me what's wrong?