Microsoft Azure SQL support on Linux?

Microsoft Azure SQL support on Linux?

avatar

Setting up Azure SQL as data store on Linux does not seam to work. There is no way to set Application ID and Redirect URI.
Is this something you are working on and do you have an expected eta. on that feature?

rdm-diff.png

All Comments (3)

avatar

Hi,

Yes this is something we worked on.
Azure SQL not working was an unfortunate limitation of using mono as our backend.
However, recent changes to our code allowed us to move to .net6 and Azure SQL will now supported.
The 2022.1.1 release is currently in its test phase and should be released in the upcoming weeks but I don't have a precise ETA.

Let me know if you have any further questions.

Regards

Jonathan Lafontaine

avatar

Cool, will look forward to it - it is a bit of an issue for os, as you no longer support MariaDB as a backend.

avatar

There is no rush to move away from MariaDB if you have it working properly on this time. We will keep doing any security related fixes and although new features will not be added to MySQL/MariaDB nothing major is in the pipeline until the next major release (v2022.2) later this year. (Blog)

As for Azure SQL, with RDM Windows v2022.1.x, things have changed somewhat (the app registration is no longer required). We recently updated the KB. If you haven't configured it yet, I strongly suggest you upgrade to v2022.1.x and follow the steps outlined in the top section. This will work with both the Windows and new Linux version to be released soon.

https://kb.devolutions.net/rdm_how_enable_sql_azure_ad_mfa.html

Stéfane Lavergne