1

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?

Dan Cundy
  • 2,649
  • 2
  • 38
  • 65

1 Answers1

1

Yes, as you mentioned this feature is still not supported in Azure Logic App yet.

You can track this existing user voice feedback, and vote for that.

Jayendran
  • 9,638
  • 8
  • 60
  • 103