You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -297,6 +304,46 @@ Note: This tutorial requires that a SQL database is setup as shown in [Create a
297
304
- Hit 'F5' to run your code. Click the link to upsert the output array values in your SQL table. Your upserted values should launch in the browser.
298
305
- Congratulations! You have successfully created your first SQL output binding! Checkout [Output Binding](#Output-Binding) for more information on how to use it and explore on your own!
299
306
307
+
#### Trigger Binding Tutorial
308
+
309
+
Note: This tutorial requires that a SQL database is setup as shown in [Create a SQL Server](#create-a-sql-server), and that you have the 'Employee.cs' file from the [Input Binding Tutorial](#input-binding-tutorial).
- *Skip these steps if you have not completed the output binding tutorial.*
341
+
- Open your output binding file and modify some of the values. For example, change the value of Team column from 'Functions' to 'Azure SQL'.
342
+
- Hit 'F5' to run your code. Click the link of the HTTP trigger from the output binding tutorial.
343
+
- Update, insert, or delete rows in your SQL table while the function app is running and observe the function logs.
344
+
- You should see the new log messages in the Visual Studio Code terminal containing the values of row-columns after the update operation.
345
+
- Congratulations! You have successfully created your first SQL trigger binding! Checkout [Trigger Samples](#trigger-samples) for more information on how to use it and explore on your own!
346
+
300
347
301
348
### JavaScript functions
302
349
@@ -484,46 +531,6 @@ Note: This tutorial requires that a SQL database is setup as shown in [Create a
484
531
- Hit 'F5' to run your code. Click the link to upsert the output array values in your SQL table. Your upserted values should launch in the browser.
485
532
- Congratulations! You have successfully created your first SQL output binding! Checkout [Output Binding](#Output-Binding) for more information on how to use it and explore on your own!
486
533
487
-
### Trigger Binding Tutorial
488
-
489
-
Note: This tutorial requires that a SQL database is setup as shown in [Create a SQL Server](#create-a-sql-server), and that you have the 'Employee.cs' file from the [Input Binding Tutorial](#input-binding-tutorial).
- *Skip these steps if you have not completed the output binding tutorial.*
521
-
- Open your output binding file and modify some of the values. For example, change the value of Team column from 'Functions' to 'Azure SQL'.
522
-
- Hit 'F5' to run your code. Click the link of the HTTP trigger from the output binding tutorial.
523
-
- Update, insert, or delete rows in your SQL table while the function app is running and observe the function logs.
524
-
- You should see the new log messages in the Visual Studio Code terminal containing the values of row-columns after the update operation.
525
-
- Congratulations! You have successfully created your first SQL trigger binding! Checkout [Trigger Samples](#trigger-samples) for more information on how to use it and explore on your own!
0 commit comments