Why image is not loading from database.
I have an 'Azure for student' subscription, with it I had created an azure app in Django and PostgreSQL as the backend database. both are in the same resource group and in the same location.
On the site, you can upload an image and it will be displayed to you and others. it was working fine but after a few hours only the alt text is visible and the image is not loading up.
my performance configuration for database is: Basic, 1 vCore(s), 5 GB
I wanted to know is it because of performance configuration but if it is I have not uploaded more than 1GB of data. or is it because of my subscription type?.
or something else.
I am new to azure and if you think my question is incomplete please do let me know. I would really appreciate your help.
thank you.