I tried to use Always encrypted feature of Azure SQL DB. I successfully implemented it in .net core 3.1 web application with Azure Key Vault. But when I try to implement same in Azure Functions it says
'SqlConnection' does not contain a definition for 'RegisterColumnEncryptionKeyStoreProviders'
What is the reason for this? and What are the Solutions or Other Options do I have to use Always encrypted feature in Azure Functions?