Background
I'm using a Logic App for access some data from a SQL server database, and then perform a foreach condition on that data.
Question
Is it possible to for Azure Logic apps to access data from a database table that has Always Encrypted on natively? Generally you just need to add
I suspect this functionality needs ADO to access the decryption keys etc, so it's possibly not. But perhaps someone else has always come across this issue?