Search code examples
functionazureasp.net-core-2.0azure-functionsazure-functions-core-tools

Azure Functional App 2.0 Sql Not Supported Error


I am trying to connect to Azure SQL Server from function App 2.0 using .NET core.

After i have added the SQL Data client reference and run the app i am getting not supported error can you please help on this.


Solution

  • You need to import SQL version 4.4.0 to make it work latest nuget update is breaking the changes,