I am aware that Microsoft has not specified any plan to support Always Encrypted from within Core through SqlConnection, however, it is supported on ODBC Driver 13 for SQL Server (OdbcConnection): Using Always Encrypted of SQL Server from .NET Core 2.1
I am doing two simple queries in my Azrue Web App and I would like to use SQL Server ODBC driver for them. I found answers on SO that it is not supported, but no mention to the SQL Server ODBC specifically.
Is SQL Server ODBC Driver supported on Azure Web Apps? If not, is there any plan to support it or a workaround specific to the SQL Server one to work on Azure Web Apps (say deploying a portable version with the app, for example)?