I am pretty new to Python/Azure Web App/Sqlite; hence need your help with this issue that am facing.
I have a Python Flask App using SQL Alchemy ORM with a Sqlite3 db, running on my local system perfectly with all read/write operations. I pushed all of this to Github along with my sqlite db file. But once I deploy this as an Azure Web App using Github; the read functionalities are working fine but am not able to write into the database.
e.g. Am able to login to my app but am not able to register a new user with the Azure Web App.
Honestly, I do not even know where to check for any errors.
Any help would be appreciated.