From 09d9ad0020e18842fe9340c49faa5067719af3a7 Mon Sep 17 00:00:00 2001 From: Vasu Bhog Date: Mon, 23 May 2022 21:10:24 -0700 Subject: [PATCH] Fix SQL Bindings README (#19498) * fix links for vsix * update to use raw links instead --- extensions/sql-bindings/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions/sql-bindings/README.md b/extensions/sql-bindings/README.md index 1ca8c5344f..a55cddf0ea 100644 --- a/extensions/sql-bindings/README.md +++ b/extensions/sql-bindings/README.md @@ -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).