❔ Saving Images to the database on azure
For my web app i need to save images. my app is hosted on azure back end is asp.net core. when an image gets uploaded should i cast to to base64 and save it on mysql azure database or should i save the actual image on azure and save the path to reference it?
where on azure would i be able to store it?
where on azure would i be able to store it?