Skip to content

Commit 49ed51a

Browse files
authored
Update 11-sql-bindings.md
1 parent e608ef8 commit 49ed51a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/11-sql-bindings.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,8 @@ In this section, you will create a change data stream using Change Tracking, the
196196

197197
1. If you didn't already, **save the file**.
198198
199+
1. In the terminal run the following code: `dotnet add package Newtonsoft.Json` to make sure the needed Newtonsoft.Json is installed.
200+
199201
### Testing the trigger
200202
201203
1. Now that the function code is done, we need to provide it a value for the `connection-string` Azure Function setting. If you remember, back in the `.env` in the root directory,
@@ -254,4 +256,4 @@ In this section, you will create a change data stream using Change Tracking, the
254256

255257
## Continue to chapter 12
256258

257-
Click [here](./12-github-actions.md) to continue to chapter 12, GitHub Actions!
259+
Click [here](./12-github-actions.md) to continue to chapter 12, GitHub Actions!

0 commit comments

Comments
 (0)