Hi, I'm maintaining SQL Server client library in Elixir language for couple of years. It fully implements TDS protocol and connects to database server over TCP. Recently I noticed that some library users are asking if there is any plan to support TLS and Azure SQL Server connectivity. I checked docs on MSDN and see there that there are some differences that need to be covered, but this is hard to do without having access to Azure SQL DB.
So far, I didn't have access to Azure, neither for work or personal, so I signed up for free trial. Since it is time limited (and free credit limited) would Microsoft be generous and support this project with free credits or custom subscription so I could tun integration test with Azure SQL Server?
Library source code is here http://github.com/livehelpnow/tds
I plan to support NTLM nad Federation longins, and TLS connectivity
Thank you