Fix SQL Bindings README (#19498)

* fix links for vsix

* update to use raw links instead
This commit is contained in:
Vasu Bhog
2022-05-23 21:10:24 -07:00
committed by GitHub
parent e77b0bfa89
commit 09d9ad0020

View File

@@ -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.
![Add SQL Binding in command palette](media/CreateAzFuncTableOE.png)
![Create Azure Function with SQL Binding from SQL Server table](https://raw.githubusercontent.com/microsoft/azuredatastudio/main/extensions/sql-bindings/media/CreateAzFuncTableOE.png)
### 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.
![Add SQL Binding in command palette](media/AddSQLBinding.png)
![Add SQL Binding in command palette](https://raw.githubusercontent.com/microsoft/azuredatastudio/main/extensions/sql-bindings/media/AddSQLBinding.png)
### 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.
![Add SQL Binding in command palette](media/CreateAzFunc.png)
![Create Azure Function with SQL Binding in command palette](https://raw.githubusercontent.com/microsoft/azuredatastudio/main/extensions/sql-bindings/media/CreateAzFunc.png)
Learn more about Azure Functions with SQL bindings [here](https://aka.ms/sqlbindings).