Background jobs using Azure SQL?

We are exploring the option of replacing Quartz with ServiceStack background jobs, as everything else in our setup utilizes ServiceStack. We deploy our application to Azure App Services as Docker containers, which run on multiple instances. Can we use Azure SQL as a backend for the jobs, or do we need to use SQLite?

1 Like

No it’s only designed to work with SQLite.

A new implementation would be required to support remote RDBMS’s, you can submit a feature request so we can measure demand for the feature at:

https://servicestack.net/ideas