mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Fix SQL Bindings README (#19498)
* fix links for vsix * update to use raw links instead
This commit is contained in:
@@ -13,15 +13,15 @@ This extension is bundled into the `SQL Server (MSSQL)` extension for VS Code an
|
||||
|
||||
### From object explorer
|
||||
* To create an Azure Function from a specific table in object explorer, right-click on a table in a connected server in object explorer and select `Create Azure Function with SQL Binding.` If you have not yet created the Azure Function project, the process will create one for you before populating the Azure Function.
|
||||

|
||||

|
||||
|
||||
### In an existing Azure Function
|
||||
* Open the C# Azure Function in an editor and then run the `MS SQL: Add SQL Binding` command from the command palette to add a SQL binding to an existing function.
|
||||

|
||||

|
||||
|
||||
### From the command palette
|
||||
* Run the `MS SQL: Create Azure Function with SQL Binding` command from the command palette to create a new function with a SQL binding. If you have not yet created the Azure Function project, the process will create one for you before populating the Azure Function.
|
||||

|
||||

|
||||
|
||||
Learn more about Azure Functions with SQL bindings [here](https://aka.ms/sqlbindings).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user