You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently using version 1.15.3 of the Azure Functions extension for VS Code, alongside the latest Azure Functions Core Tools. While trying to create an Azure SQL trigger for my function app, I noticed that the SQL trigger option is missing from the list of available triggers in the "Create Function" panel.
Steps to Reproduce:
Install the Azure Functions extension in VS Code (v1.15.3).
Open an existing Function App project in VS Code.
Use the command palette to create a new function.
The list of trigger types (e.g., HTTP, Timer, Blob, etc.) is shown, but SQL Trigger is not available in the list.
Environment Details:
Azure Functions Extension version: 1.15.3
Azure Functions Core Tools version: 4.0.5907
VS Code version: 1.93.0 (user setup)
OS: Windows_NT x64 10.0.22631
Screenshot:
Here is a screenshot of the available trigger types in VS Code where the SQL trigger option is missing:
The text was updated successfully, but these errors were encountered:
Description:
I'm currently using version 1.15.3 of the Azure Functions extension for VS Code, alongside the latest Azure Functions Core Tools. While trying to create an Azure SQL trigger for my function app, I noticed that the SQL trigger option is missing from the list of available triggers in the "Create Function" panel.
Steps to Reproduce:
Environment Details:
Screenshot:
Here is a screenshot of the available trigger types in VS Code where the SQL trigger option is missing:
The text was updated successfully, but these errors were encountered: