Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
Since it's already running on linux, I think it would be better to run it in a container. Did you already tried it?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I've read that sqlite is not working with linux app service.
Is there a plan to make it working?
or is there any other small embedded database that I can use with ef core on linux?
I have some small sites that has a small sqlite database (there isn't any simultaneos access, it is a database that contain the information on how the site is build, is a cms system).
I would like to move them on app service linux beucase it cost less, but I can't find a solution
thank you
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
Since it's already running on linux, I think it would be better to run it in a container. Did you already tried it?