Hello Microsoft community,
I'm working on an Azure Function project (version 4) within an ASP.NET Core 6 application, and I'm utilizing the Microsoft.Azure.WebJobs.Extensions.Sql package (v2.0.144) to manage Azure SQL triggers. Unfortunately, I've encountered an issue where the SQL trigger does not seem to be functioning as expected.
I have verified that I'm using version 2.0.144 of the Microsoft.Azure.WebJobs.Extensions.Sql
package, and my Azure Function is set to version 4. Additionally, I have checked my configuration to ensure that the connection string ("AzureWebJobsSqlConnection") is correctly set, and there don't appear to be any issues there.
Despite all of this, the trigger doesn't seem to work, and I'm not receiving any error messages to help diagnose the problem. Is there anything specific to Azure Function v4 or this version of the Microsoft.Azure.WebJobs.Extensions.Sql
package that I should be aware of? Are there any compatibility issues or known bugs that could be causing this behavior?