Command Palette
SQL Bindings for Visual Studio Code lets you develop Azure Functions with Azure SQL bindings.
SQL Bindings for Visual Studio Code lets you develop Azure Functions with Azure SQL
bindings. For more information, see
Create Azure Functions with the SQL Bindings extension
for Visual Studio Code. To install the extension, see
SQL Bindings extension for Visual Studio
Code.
Run the
command from the command
palette to create a new function with a SQL binding.
The extension prompts you to select the object type to insert (
) or upsert into
(
), either a table or view.
Then, the extension prompts you to select a connection profile to use for the Azure Function or
create a connection profile.
After you select or create a connection profile, the extension prompts you to select the
database from the selected connection to use for the Azure Function.
Input binding
Output binding