Category: Uncategorized

  • .NET SqlClient Issue with Windows to Linux Migration

    After migrating an Azure Function project from a Windows-hosted plan to the Linux-hosted Flex plan, I started seeing the following exception when trying to open a SQL connection: It turns out this was the result of building with a win-x64 runtime identifier. To fix the issue, I updated my build to use the now appropriate…