Skip to content

Commit 9272781

Browse files
committed
fix warnings
1 parent be338e3 commit 9272781

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

docs/tools/visual-studio-code/create-azure-function-with-mssql-command-palette.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Microsoft SQL Bindings for VS Code enable users to develop Azure Functions with
2020
## From the Command Palette
2121
Run the `MS SQL: Create Azure Function with SQL Binding` command from the command palette to create a new function with a SQL binding.
2222

23-
:::image type="content" alt-text="VS Code notification to create a new azure function project since none were found in folder" source="./media/create-azure-function-with-mssql/create-azure-function-using-command-palette.png":::
23+
:::image type="content" alt-text="VS Code command palette command `MS SQL: Create Azure Function with SQL Binding )(preview)" source="./media/create-azure-function-with-mssql/create-azure-function-using-command-palette.png":::
2424

2525
The extension will then prompt you to select the object type to insert (`Input binding`) or upsert into (`Output binding`), either a `Table` or `View`.
2626

@@ -80,7 +80,8 @@ Once the Azure Function is created, the extension will generate the code either
8080

8181
#### In an existing Azure Function
8282
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.
83-
:::image type="content" alt-text="VS Code notification to create a new azure function project since none were found in folder" source="./media/create-azure-function-with-mssql/add-sql-binding-command-palette.png":::
83+
84+
:::image type="content" alt-text="VS Code command palette command `MS SQL: Add SQL Binding (preview)" source="./media/create-azure-function-with-mssql/add-sql-binding-command-palette.png":::
8485

8586
The extension will then prompt you to select Azure function in the current file to add the SQL binding to.
8687
:::image type="content" alt-text="Azure Functions found in project" source="./media/create-azure-function-with-mssql/select-azure-functions-in-file.png":::
@@ -89,15 +90,15 @@ If you're creating an Azure Function with SQL binding from a table, the extensio
8990

9091
If you already have connection strings stored in the local.settings.json, then the extension will prompt you to select the connection string to use for the Azure Function or create a new connection string.
9192

92-
:::image type="content" alt-text="Prompt to select connection string setting" source="./media/create-azure-function-with-mssql/create-new-sql-connection-string-setting.png":::
93+
:::image type="content" alt-text="Prompt to select or create a new connection string setting" source="./media/create-azure-function-with-mssql/create-new-sql-connection-string-setting.png":::
9394

9495
If you select `Create new local app setting` then the extension will prompt you to enter the connection string name and value.
9596

9697
:::image type="content" alt-text="Prompt to enter connection string" source="./media/create-azure-function-with-mssql/enter-connection-string-setting-name.png":::
9798

9899
The extension will then prompt you to select a connection string method to select a connection profile or enter a connection string to use for the SQL binding.
99100

100-
:::image type="content" alt-text="Prompt to select connection string setting" source="./media/create-azure-function-with-mssql/select-connection-string-method.png":::
101+
:::image type="content" alt-text="Prompt to select connection string setting method" source="./media/create-azure-function-with-mssql/select-connection-string-method.png":::
101102

102103
If you decide to select a connection profile, the extension will prompt you to select the database from the selected connection to use for the Azure Function.
103104

docs/tools/visual-studio-code/create-azure-function-with-mssql.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,15 @@ See further documentation to create an Azure function with SQL bindings from the
3333
## From the Command Palette
3434
Run the `MS SQL: Create Azure Function with SQL Binding` command from the command palette to create a new function with a SQL binding.
3535

36-
:::image type="content" alt-text="VS Code notification to create a new azure function project since none were found in folder" source="./media/create-azure-function-with-mssql/create-azure-function-using-command-palette.png":::
36+
:::image type="content" alt-text="VS Code command palette command `MS SQL: Create Azure Function with SQL Binding (preview)" source="./media/create-azure-function-with-mssql/create-azure-function-using-command-palette.png":::
3737

3838
See further documentation to create an Azure function with SQL bindings from the command palette [here](create-azure-function-with-mssql-command-palette.md).
3939

4040
### In an existing Azure Function
4141

4242
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.
43-
:::image type="content" alt-text="VS Code notification to create a new azure function project since none were found in folder" source="./media/create-azure-function-with-mssql/add-sql-binding-command-palette.png":::
43+
44+
:::image type="content" alt-text="VS Code command palette command `MS SQL: Add SQL Binding (preview)" source="./media/create-azure-function-with-mssql/add-sql-binding-command-palette.png":::
4445

4546
See further documentation [here](create-azure-function-with-mssql-command-palette.md).
4647

0 commit comments

Comments
 (0)