Azure SQL support?

I have used hangfire on a project using a local SQL server database. (1) Is utilizing an Azure SQL database fully supported? (2) Is configuring hangfire for operation with an Azure SQL database exactly the same or are there differences in the configuration/setup (and if so, are those differences documented somewhere?)? TIA

I don’t know if it’s fully supported, but FWIW we have a number of Hangfire instances deployed to Azure SQL, running fine in production.
The config is setup exactly the same way as for on your local SQL db.

Matt

Thanks for the info Matt!