While running in Azure, the app maintains state and the inner data (cells) cannot be refreshed.
This has several ramifications:
- It makes database useless, as that was the point of the database.
- It makes it harder getting it to work for different users differently, if all users are accessing the same execution of the app.